-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate to french #3517
base: main
Are you sure you want to change the base?
Translate to french #3517
Conversation
Translate to french (fr_FR but also applies to fr_BE as far as I know) Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
I see there's testing steps here https://github.com/nomic-ai/gpt4all/blob/cd70db29edaf0f02a567f5eea94f5e52240be3e9/gpt4all-chat/contributing_translations.md I'll have a look if I have time |
The .qm file generates well (564/564), but I cannot seem to use it without building the app myself (replacing in |
change the language= field Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
add fr_FR to CMakeLists.txt Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
add fr_FR to mysettings.cpp Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
The necessary parts of Qt to build GPT4All only take a little over 5GB, including debug symbols. But the simple way is to just install the base Qt 6.8.2 for your platform (e.g. Windows MSVC), drop the .ts compiled with Linguist in the model downloads folder of GPT4All, and rename it to a language that is already on the selection menu (such as es_MX) since we don't currently support adding new languages without recompiling. More details here. |
Oh nice. I'm doing some light reviewing/phrasing (new commit incoming) and I'll be set. |
- tested and approved on latest 3.10.0 Signed-off-by: Jean van Kasteel <vankasteelj@gmail.com>
Alright! Tested and approved, I just havent seen "in app" all the error messages I've been translating, but they should be fine. It's OK to merge for a future release imho :) Thanks |
Translate to french (fr_FR but also applies to fr_BE as far as I know)
It's untested as it needs to be compiled and I sadly cannot compile that code locally for the moment. But i'd be happy to try it for a test-run if someone has the built
qt_fr.qm
to give me.