From cc5311cc27131cf63cb3d4d44e2260436e11dc2a Mon Sep 17 00:00:00 2001 From: KeruWolf <63780753+KeruWolf@users.noreply.github.com> Date: Sun, 19 Apr 2020 17:33:40 +0200 Subject: [PATCH] Add Spanish to language selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi! Could Spanish be added to the language selection option? Thanks ♥ --- js/translations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/translations.js b/js/translations.js index d2658dc..6809506 100644 --- a/js/translations.js +++ b/js/translations.js @@ -16,6 +16,7 @@ i18next const languages = [ ['de', 'Deutsch'], ['en', 'English'], + ['es-ES', 'Español'], ['fr', 'Français'], ['it', 'Italiano'], ['ja', '日本語'],