mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-02 09:06:03 +00:00
Update mysettings.cpp
add fr_FR to mysettings.cpp Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
This commit is contained in:
@@ -135,7 +135,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", "fr_FR" };
|
||||
|
||||
// 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
|
||||
|
Reference in New Issue
Block a user