mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
enable Norwegian, Russian, and Chinese
This commit is contained in:
parent
abc06fcc21
commit
19f56a8499
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Localization {
|
||||
constructor() {
|
||||
Localization.defaultLocale = "en";
|
||||
Localization.supportedLocales = ["en"];
|
||||
Localization.supportedLocales = ["en", "nb", "ru", "zh-CN"];
|
||||
Localization.translations = {};
|
||||
Localization.defaultTranslations = {};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
class Localization {
|
||||
constructor() {
|
||||
Localization.defaultLocale = "en";
|
||||
Localization.supportedLocales = ["en"];
|
||||
Localization.supportedLocales = ["en", "nb", "ru", "zh-CN"];
|
||||
Localization.translations = {};
|
||||
Localization.defaultTranslations = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue