Files
openproject/config/i18n.yml
T
2026-06-01 15:39:54 +02:00

12 lines
266 B
YAML

# This file controls ONLY the translation
# for the frontend (i18n-js)
embed_fallback_translations:
enabled: true
translations:
- file: "frontend/src/locales/:locale.json"
patterns:
- '*.js.*'
- '*.number.*'
- '*.time.*'
- '*.date.*'