nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
70.68k stars 7.7k forks source link

v3.3.0: Details of a downloaded model are listed in the language at the time of download, not in the UI's current language #2984

Open SINAPSA-IC opened 1 month ago

SINAPSA-IC commented 1 month ago

Bug Report

This model's details are listed in the language at the time of model download, instead of the language of the UI as set in Settings->Application in this case (see image), ro_RO - at the time of download, instead of en_US - the current language of the UI

Steps to Reproduce

Expected Behavior

The language of the UI to be applied on every element of the UI while the program is running.

Your Environment

Since a language, when switched to (or enacted at program start), is theoretically applied to all text controls of the UI, looks like the details region is subject to a separate protocol which makes that text static and not-translatable during a session other than (the one when a model was downloaded + when details were properly translated).

During a session, changing the language does not change the text accordingly, in the details region. For example, two models - one downloaded while on en_US, the other while on ro_RO, stay Detailed in en_US and ro_RO even after changing the language to pt_BR.

ui1