Files
smp46andGitHub 1d788f7db3 feat: site wide default language support, translations for backend strings (#70)
* 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
2026-05-19 14:55:36 +01:00

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"