Useful scripts for the translation.
The repository includes terminology dictionaries (terminology_dictionary.csv and focused_terminology_dictionary.csv) that provide standard translations for important Python terms to maintain consistency across documents. These dictionaries are maintained using LLM knowledge and can be referenced by translators.
See TERMINOLOGY_DICTIONARY.md for detailed usage and integration with translation workflow.
Translate all untranslated entries of the given .po file with Google Translate.
.scripts/google_translate.sh library/csv.poIf a specific doc has been translated into Simplified Chinese (zh_CN) and you'd like to adopt it as a base, you can insert the command:
.scripts/from_cn.sh library/csv.po