mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
12 lines
266 B
YAML
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.*'
|