Skip to content

surajshetty3416/translator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translator

Translation Portal for Frappe Apps

To add a new language

  1. Add a new Language via desk
  2. bench use translate.erpnext.com
  3. bench translate-untranslated [language_code]
  4. Export new languages.json bench execute frappe.core.doctype.language.language.export_languages_json and commit it to the repo

Use the Wikipedia page List of ISO 639-1 codes to look for the language code

Update latest translations from apps

bench import-source-messages

Update missing translations

bench translate-untranslated-all

Copy translations from one language to another

bench copy-language [from] [to]

Export

On Remote:

bench --site translate.erpnext.com execute "translator.data.write_csv_for_all_languages"

On local bench:

bench download-translations

About

Translation Portal for Frappe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.5%
  • HTML 26.7%
  • CSS 10.1%
  • JavaScript 7.7%