Update linter and fix code style

This commit is contained in:
Djuri 2024-09-03 11:37:34 +02:00
parent 5594355b4c
commit 7b6a8cf10b
7 changed files with 101 additions and 133 deletions

View file

@ -46,7 +46,7 @@
if ($locale) {
let newLanguageNames = new Intl.DisplayNames([$locale], { type: 'language' });
for (let l: string of $locales) {
for (let l of $locales) {
languageNames[l] = newLanguageNames.of(l);
}
}