fix lint error

This commit is contained in:
Kuchenpirat 2025-07-06 10:10:22 +00:00
commit 94f9d34819
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 }},
dir: "{{ locale.dir }}",
},{% endfor %}
]
];
"""

View file

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