forked from btclock/webui
Update linter and fix code style
This commit is contained in:
parent
5594355b4c
commit
7b6a8cf10b
7 changed files with 101 additions and 133 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue