aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/locale.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/locale.js b/web/locale.js
index 353f47cbc..497b6ab2e 100644
--- a/web/locale.js
+++ b/web/locale.js
@@ -29,7 +29,8 @@ var availableLanguages = {
'pt': { name: 'Português', code: 'pt' },
'ru': { name: 'Русский', code: 'ru' },
'th': { name: 'ไทย', code: 'th' },
- 'zh': { name: '中文', code: 'zh_CN' }
+ 'zh': { name: '中文', code: 'zh_CN' },
+ 'lt': { name: 'Lietuvių', code: 'lt' }
};
var language = Ext.Object.fromQueryString(window.location.search.substring(1)).locale;