mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-16 15:07:18 +00:00
Update mysettings.cpp
Signed-off-by: Mike <mike20220101@gmail.com>
This commit is contained in:
parent
f4aba9f9ad
commit
e1729f96e9
@ -130,7 +130,7 @@ static QString getUiLanguage(const QString directory, const QString fileName)
|
|||||||
static QStringList getUiLanguages(const QString &modelPath)
|
static QStringList getUiLanguages(const QString &modelPath)
|
||||||
{
|
{
|
||||||
QStringList languageList;
|
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
|
// 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
|
// to load translations in progress without having to rebuild all of GPT4All from source
|
||||||
|
Loading…
Reference in New Issue
Block a user