diff --git a/public/index.html b/public/index.html index 5a84154..cf1fdde 100644 --- a/public/index.html +++ b/public/index.html @@ -162,6 +162,11 @@ English + + Español + - + (Spanish) + Français - @@ -197,10 +202,10 @@ - (Russian) - - Español + + Türkçe - - (Spanish) + (Turkish) 中文 diff --git a/public/scripts/localization.js b/public/scripts/localization.js index c7cf5c7..9ee98b3 100644 --- a/public/scripts/localization.js +++ b/public/scripts/localization.js @@ -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 = {};