From 96fb2f643883210ab5f91f961c5047c13c93dcce Mon Sep 17 00:00:00 2001 From: Popiolken <64492475+Popiolken@users.noreply.github.com> Date: Wed, 29 Apr 2020 21:58:39 +0200 Subject: [PATCH] Add pl (Polish) translation --- js/translations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/translations.js b/js/translations.js index 437e369..abab2f7 100644 --- a/js/translations.js +++ b/js/translations.js @@ -29,6 +29,7 @@ i18next ['zh-CN', '简体中文'], ['zh-TW', '繁體中文'], ['th-TH', 'ไทย'], + ['pl', 'polski'], ].sort(), languageSelector = $('#language'); languages.map(([code, name]) => {