mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 15:06:15 -04:00
Enable Arabic, Dutch, Italian, Japanese and Spanish translations
This commit is contained in:
parent
117a4d3eb9
commit
4854c816a4
4 changed files with 58 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
class Localization {
|
||||
constructor() {
|
||||
Localization.defaultLocale = "en";
|
||||
Localization.supportedLocales = ["en", "nb", "ru", "zh-CN", "de", "ro", "id", "fr"];
|
||||
Localization.supportedLocalesRTL = [];
|
||||
Localization.supportedLocales = ["ar", "de", "en", "es", "fr", "id", "it", "ja", "nb", "nl", "ro", "ru", "zh-CN"];
|
||||
Localization.supportedLocalesRTL = ["ar"];
|
||||
|
||||
Localization.translations = {};
|
||||
Localization.defaultTranslations = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue