Update mysettings.cpp

add fr_FR to mysettings.cpp

Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
This commit is contained in:
Jean van Kasteel
2025-02-27 01:19:44 +01:00
parent 89a353c00c
commit 5f08ca4625

View File

@@ -135,7 +135,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", "fr_FR" };
// 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