mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-30 14:05:22 +00:00
Merge b3e6a99eb1
into cd70db29ed
This commit is contained in:
commit
59878ec379
@ -387,6 +387,7 @@ qt_add_translations(chat
|
||||
${CMAKE_SOURCE_DIR}/translations/gpt4all_ro_RO.ts
|
||||
${CMAKE_SOURCE_DIR}/translations/gpt4all_it_IT.ts
|
||||
${CMAKE_SOURCE_DIR}/translations/gpt4all_pt_BR.ts
|
||||
${CMAKE_SOURCE_DIR}/translations/gpt4all_fr_FR.ts
|
||||
)
|
||||
|
||||
set_target_properties(chat PROPERTIES
|
||||
|
@ -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
|
||||
|
3037
gpt4all-chat/translations/gpt4all_fr_FR.ts
Normal file
3037
gpt4all-chat/translations/gpt4all_fr_FR.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user