From e1729f96e955bec0f104c77770b3aec15bfb160d Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 13 Jan 2025 10:50:17 +0800 Subject: [PATCH] Update mysettings.cpp Signed-off-by: Mike --- gpt4all-chat/src/mysettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/src/mysettings.cpp b/gpt4all-chat/src/mysettings.cpp index ffccc912..2a35bc84 100644 --- a/gpt4all-chat/src/mysettings.cpp +++ b/gpt4all-chat/src/mysettings.cpp @@ -130,7 +130,7 @@ static QString getUiLanguage(const QString directory, const QString fileName) static QStringList getUiLanguages(const QString &modelPath) { QStringList languageList; - static const QStringList releasedLanguages = { "en_US", "it_IT", "zh_CN", "zh_TW", "es_MX", "pt_BR", "ro_RO" }; + static const QStringList releasedLanguages = { "en_US", "it_IT", "zh_CN", "zh_TW", "es_MX", "pt_BR", "ro_RO", "jp_JP" }; // Add the language translations from model path files first which is used by translation developers // to load translations in progress without having to rebuild all of GPT4All from source