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 1/2] 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]) => { From d32def3c96af3a5120772cb6ede1b10e9a419d1a Mon Sep 17 00:00:00 2001 From: Popiolken <64492475+Popiolken@users.noreply.github.com> Date: Thu, 30 Apr 2020 10:26:54 +0200 Subject: [PATCH 2/2] Update translations.js --- js/translations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/translations.js b/js/translations.js index abab2f7..89fa915 100644 --- a/js/translations.js +++ b/js/translations.js @@ -29,7 +29,7 @@ i18next ['zh-CN', '简体中文'], ['zh-TW', '繁體中文'], ['th-TH', 'ไทย'], - ['pl', 'polski'], + ['pl', 'Polski'], ].sort(), languageSelector = $('#language'); languages.map(([code, name]) => {