mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 00:04:23 -04:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
19 lines
821 B
YAML
19 lines
821 B
YAML
preserve_hierarchy: false
|
|
files:
|
|
- source: /frontend/lang/messages/en-US.json
|
|
translation: /frontend/lang/messages/%locale%.json
|
|
- source: /frontend/lang/dateTimeFormats/en-US.json
|
|
translation: /frontend/lang/dateTimeFormats/%locale%.json
|
|
|
|
# Backend General Messages
|
|
- source: /mealie/lang/messages/en-US.json
|
|
translation: /mealie/lang/messages/%locale%.json
|
|
|
|
# Resource Files
|
|
- source: /mealie/repos/seed/resources/foods/locales/en-US.json
|
|
translation: /mealie/repos/seed/resources/foods/locales/%locale%.json
|
|
- source: /mealie/repos/seed/resources/units/locales/en-US.json
|
|
translation: /mealie/repos/seed/resources/units/locales/%locale%.json
|
|
- source: /mealie/repos/seed/resources/labels/locales/en-US.json
|
|
translation: /mealie/repos/seed/resources/labels/locales/%locale%.json
|