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:
parent
b0b3d7e5e5
commit
f99b305dc3
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||||
]
|
];
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -252,4 +252,4 @@ export const LOCALES = [
|
||||||
progress: 26,
|
progress: 26,
|
||||||
dir: "ltr",
|
dir: "ltr",
|
||||||
},
|
},
|
||||||
]
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue