From a96a90c83aec66c48615b2a360dcd2b3069a3b97 Mon Sep 17 00:00:00 2001 From: Splash Date: Mon, 20 Apr 2020 10:01:12 +0800 Subject: [PATCH] Sort language list alphabetically --- js/translations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/translations.js b/js/translations.js index 5d6d029..762ca13 100644 --- a/js/translations.js +++ b/js/translations.js @@ -19,9 +19,9 @@ i18next ['es-ES', 'Español'], ['fr', 'Français'], ['it', 'Italiano'], - ['ru', 'Русский'], ['ja', '日本語'], ['pt-BR', 'Português'], + ['ru', 'Русский'], ['zh-CN', '简体中文'], ['zh-TW', '繁體中文'] ],