From 9e0c0838b0f0c7c3886a5745716f18f943024abb Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 20 Aug 2015 09:42:36 +1200 Subject: Add Slovak UI translation --- web/locale.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/locale.js') diff --git a/web/locale.js b/web/locale.js index 353f47cbc..e76ed85a4 100644 --- a/web/locale.js +++ b/web/locale.js @@ -28,6 +28,7 @@ var availableLanguages = { 'pl': { name: 'Polski', code: 'pl' }, 'pt': { name: 'Português', code: 'pt' }, 'ru': { name: 'Русский', code: 'ru' }, + 'sk': { name: 'Slovenčina', code: 'sk' }, 'th': { name: 'ไทย', code: 'th' }, 'zh': { name: '中文', code: 'zh_CN' } }; -- cgit v1.2.3