Skip to content

Commit d4d8c9d

Browse files
authored
Fix languages (IrisShaders#80)
* Fix languages * Capitalize all languages again Writing only some of them in lowercase honestly doesn't make much sense
1 parent e97426b commit d4d8c9d

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

js/lang.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
let fileindex = ["index.html", "about", "download"];
22
let traductions = [
3+
"cs",
4+
"de",
35
"en",
46
"en_US",
5-
"pt_BR",
6-
"fr",
7-
"de",
8-
"ru",
97
"es",
10-
"zh_CN",
11-
"zh_TW",
8+
"fr",
129
"nl",
13-
"se",
14-
"cs",
10+
"pt_BR",
11+
"ru",
12+
"sv",
13+
"zh_Hans",
14+
"zh_Hant",
1515
];
1616
let traductionsNames = [
17+
"Čeština",
18+
"Deutsch",
1719
"English",
18-
"American english",
19-
"Portugues do Brasil",
20+
"American English",
21+
"Español",
2022
"Français",
21-
"Deutsch",
23+
"Nederlands",
24+
"Português do Brasil",
2225
"Pусский",
23-
"Español",
26+
"Svenska",
2427
"简体中文",
2528
"繁體中文",
26-
"Nederlands",
27-
"Svenska",
28-
"Čeština",
2929
];
3030
let fallbacklang;
3131
let lang;

locales/se.json renamed to locales/sv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@
9090
"patreon": "Patreon",
9191
"copyright": "© Copyright 2021 IrisShaders. All Rights Reserved."
9292
}
93-
}
93+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)