mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-25 10:29:59 -04:00
fix: lint error from locale sync (#5644)
This commit is contained in:
parent
b0b3d7e5e5
commit
f99b305dc3
@ -76,7 +76,7 @@ export const LOCALES = [{% for locale in locales %}
|
||||
progress: {{ locale.progress }},
|
||||
dir: "{{ locale.dir }}",
|
||||
},{% endfor %}
|
||||
]
|
||||
];
|
||||
|
||||
"""
|
||||
|
||||
|
||||
@ -252,4 +252,4 @@ export const LOCALES = [
|
||||
progress: 26,
|
||||
dir: "ltr",
|
||||
},
|
||||
]
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user