mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 22:15:22 +02:00
chore: move locales to folder (#1150)
* move locales to own folder * fix file references
This commit is contained in:
parent
b87594a52c
commit
4f55020a58
8 changed files with 18 additions and 17 deletions
12
crowdin.yml
12
crowdin.yml
|
@ -10,9 +10,9 @@ files:
|
|||
translation: /mealie/lang/messages/%locale%.json
|
||||
|
||||
# Resource Files
|
||||
- source: /mealie/repos/seed/resources/foods/en-US.json
|
||||
translation: /mealie/repos/seed/resources/foods/%locale%.json
|
||||
- source: /mealie/repos/seed/resources/units/en-US.json
|
||||
translation: /mealie/repos/seed/resources/units/%locale%.json
|
||||
- source: /mealie/repos/seed/resources/labels/en-US.json
|
||||
translation: /mealie/repos/seed/resources/labels/%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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue