From 4759f65b69724589dcf1aafd04f7d7902952de98 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 11 Oct 2021 09:27:37 +0200 Subject: [PATCH] [fix] interface language zh_CN and zh_TW don't work before this commit, when the user picks "Chinese, China" or "Chinese, Taiwan", the locale fallbacks to English. This commit fixes this issue (the translations branch must be updated) close #339 --- .../{zh_CN => zh_Hans_CN}/LC_MESSAGES/messages.mo | Bin .../{zh_CN => zh_Hans_CN}/LC_MESSAGES/messages.po | 0 .../{zh_TW => zh_Hant_TW}/LC_MESSAGES/messages.mo | Bin .../{zh_TW => zh_Hant_TW}/LC_MESSAGES/messages.po | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename searx/translations/{zh_CN => zh_Hans_CN}/LC_MESSAGES/messages.mo (100%) rename searx/translations/{zh_CN => zh_Hans_CN}/LC_MESSAGES/messages.po (100%) rename searx/translations/{zh_TW => zh_Hant_TW}/LC_MESSAGES/messages.mo (100%) rename searx/translations/{zh_TW => zh_Hant_TW}/LC_MESSAGES/messages.po (100%) diff --git a/searx/translations/zh_CN/LC_MESSAGES/messages.mo b/searx/translations/zh_Hans_CN/LC_MESSAGES/messages.mo similarity index 100% rename from searx/translations/zh_CN/LC_MESSAGES/messages.mo rename to searx/translations/zh_Hans_CN/LC_MESSAGES/messages.mo diff --git a/searx/translations/zh_CN/LC_MESSAGES/messages.po b/searx/translations/zh_Hans_CN/LC_MESSAGES/messages.po similarity index 100% rename from searx/translations/zh_CN/LC_MESSAGES/messages.po rename to searx/translations/zh_Hans_CN/LC_MESSAGES/messages.po diff --git a/searx/translations/zh_TW/LC_MESSAGES/messages.mo b/searx/translations/zh_Hant_TW/LC_MESSAGES/messages.mo similarity index 100% rename from searx/translations/zh_TW/LC_MESSAGES/messages.mo rename to searx/translations/zh_Hant_TW/LC_MESSAGES/messages.mo diff --git a/searx/translations/zh_TW/LC_MESSAGES/messages.po b/searx/translations/zh_Hant_TW/LC_MESSAGES/messages.po similarity index 100% rename from searx/translations/zh_TW/LC_MESSAGES/messages.po rename to searx/translations/zh_Hant_TW/LC_MESSAGES/messages.po