mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
72f584942d
This reverts commit 7d49707c4b.
564 B
564 B
Config
Translations
- UI strings must use translation keys (never hard-coded)
- Source translations in
**/config/locales/en.ymlcan be modified directly - Other translations managed via Crowdin
bundle exec i18n-tasks missing # Show missing translation keys
bundle exec i18n-tasks unused # Show unused translation keys
bundle exec i18n-tasks normalize # Fix/normalize translation files
bundle exec i18n-tasks check-consistent-interpolations # Check interpolation consistency