mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-06 01:43:48 +00:00
enable Norwegian, Russian, and Chinese
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user