* feat(admin): ability to set a default language * feat(backend): translation support for all user facing strings * feat(backend): configure crowdin for backend translations * feat(backend): AI translations for user facing strings * fix(smtp): test email errors are now translated * fix(email): use language locale for time from now
7 lines
289 B
YAML
7 lines
289 B
YAML
files:
|
|
- source: /frontend/src/i18n/translations/en-US.ts
|
|
translation: /%original_path%/%locale%.ts
|
|
- source: /backend/src/i18n/en-US/*.json
|
|
translation: /backend/src/i18n/%locale%/%original_file_name%
|
|
pull_request_title: "chore(translations): update translations via Crowdin"
|