From a1f3f689e0397050af67c5eaf1279af226da5fa2 Mon Sep 17 00:00:00 2001 From: MRokas Date: Tue, 25 Aug 2015 14:58:58 +0300 Subject: Updated locale.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added "Lietuvių" l10n --- web/locale.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3