This repository has been archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
🌐 Interactive Translation Manager #150
Merged
Merged
Changes from 2 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7d416ca
✨ new interactive translation
marciska e510e79
📝 add readme for interactive translation manager
marciska 11d67cd
🔥 fixed source language as always 'en'!
marciska 9fdc1f4
✨ added option to only translate missing keys
marciska 8262659
🐛 translation counter starts now at 1
marciska 0fdea67
📝 update readme with new translation manager
marciska 24f8910
📝 translation manager: add explanation gif
marciska 8e273ef
Merge branch 'ourjapanlife:main' into main
marciska b161173
🚸 import readline to support arrow keys on input()
marciska 71e0e3d
📝 update translation_manager readme for -recreate
marciska 0cdbd3f
✏️ fix grammar in README for translation_manager
marciska 9c8f011
📝 fixed newline in translation manager readme
marciska 0a0d525
Merge pull request #1 from makokaz/translation_manager
marciska File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Translation Manager | ||
|
||
For a faster translation process, consider using the interactive translation manager. | ||
|
||
## How to use it | ||
|
||
Run the following command inside this folder to spawn an interactive translation shell: | ||
|
||
```bash | ||
python translation_manager.py translate_interactive <TARGET_LANGUAGE> | ||
``` | ||
|
||
Replace `<TARGET_LANGUAGE>` with the language you want to translate to. | ||
|
||
> Note: The provided language must be a short letter code (ISO 639-1). | ||
|
||
If you want to change the source language the translation is being started from (default: english), use this command instead: | ||
|
||
```bash | ||
python translation_manager.py translate_interactive <TARGET_LANGUAGE> <SOURCE_LANGUAGE> | ||
``` | ||
|
||
**Under construction 🚧👷** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that many people who visit our repo are using GitHub for the first time, so this will only be faster for a percentage of users. It might be worth noting that this tool requires familiarity with the command line.