mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-05 12:36:54 -07:00
16 lines
744 B
YAML
16 lines
744 B
YAML
preserve_hierarchy: false
|
|
pull_request_title: "chore(l10n): New Crowdin updates"
|
|
pull_request_labels: [
|
|
"l10n"
|
|
]
|
|
files:
|
|
- source: /frontend/lang/messages/en-US.json
|
|
translation: /frontend/lang/messages/%locale%.json
|
|
- source: /mealie/lang/messages/en-US.json
|
|
translation: /mealie/lang/messages/%locale%.json
|
|
- 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
|