1
0
Fork 0
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:
Hayden 2022-04-10 14:30:06 -08:00 committed by GitHub
parent b87594a52c
commit 4f55020a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 17 deletions

View file

@ -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