64a87b1c67
- Translations are no longer fetched from the cloud. - Instead, they are extracted from the codebase and stored in i18n/zammad.pot. - Translations will be managed via a public Weblate instance soon. - The translated .po files are fed to the database as before. - It is now possible to change "translation" strings for en-us locally via the admin GUI. - It is no longer possible to submit local changes.
9 lines
No EOL
257 B
Text
9 lines
No EOL
257 B
Text
Description:
|
|
Create the translation catalog file for Zammad or an addon
|
|
|
|
Example:
|
|
# Regenerate the catalog for Zammad
|
|
rails generate translation_catalog
|
|
|
|
# Regenerate for an addon
|
|
rails generate translation_catalog --addon /path/to/addon |