1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-18 20:59:41 +02:00

fix: lint error from locale sync (#5644)

This commit is contained in:
Kuchenpirat 2025-07-06 23:20:43 +02:00 committed by GitHub
parent b0b3d7e5e5
commit f99b305dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ export const LOCALES = [{% for locale in locales %}
progress: {{ locale.progress }}, progress: {{ locale.progress }},
dir: "{{ locale.dir }}", dir: "{{ locale.dir }}",
},{% endfor %} },{% endfor %}
] ];
""" """

View file

@ -252,4 +252,4 @@ export const LOCALES = [
progress: 26, progress: 26,
dir: "ltr", dir: "ltr",
}, },
] ];