mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 07:46:17 -04:00
Enable Turkish translation
This commit is contained in:
parent
201d30c664
commit
f8e7213501
4 changed files with 18 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
class Localization {
|
||||
constructor() {
|
||||
Localization.defaultLocale = "en";
|
||||
Localization.supportedLocales = ["ar", "de", "en", "es", "fr", "id", "it", "ja", "nb", "nl", "ro", "ru", "zh-CN"];
|
||||
Localization.supportedLocales = ["ar", "de", "en", "es", "fr", "id", "it", "ja", "nb", "nl", "ro", "ru", "tr", "zh-CN"];
|
||||
Localization.supportedLocalesRTL = ["ar"];
|
||||
|
||||
Localization.translations = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue