Translator
Translation Portal for Frappe
- Author: frappe
- Repository: https://github.com/frappe/translator
- GitHub stars: 33
- Forks: 61
- License: NOASSERTION
- Category: Other
- Maintenance: Unmaintained
Install Translator
bench get-app https://github.com/frappe/translator
Add the Frappe Gems badge to your README
Maintain Translator? Paste this into your README:
[](https://frappegems.com/gems/apps/frappe/translator)
About Translator
Translator
Translation Portal for Frappe Apps
To add a new language
- Add a new Language via desk
bench use translate.erpnext.combench translate-untranslated [language_code]- Export new languages.json
bench execute frappe.core.doctype.language.language.export_languages_jsonand 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
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.