How to change language application to spanish? #793
drfcozapata
started this conversation in
General
Replies: 2 comments 3 replies
-
Over the language selection dropbox, there is a "No translation" checkbox, maybe make sure it is disabled. |
Beta Was this translation helpful? Give feedback.
1 reply
-
-Exec=env LANG=en /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gittyup com.github.Murmele.Gittyup
+Exec=env LANG=es /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gittyup com.github.Murmele.Gittyup
If correcting that mistake doesn't help then something about flatpack is not passing the environment through. You may need to try something like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the application, it's supposed that by changing Tools > Options > General > Language it should be possible to change it to Spanish. However it doesn't do it.
I read the documentation and it explains that it is possible to change the language to spanish with the command
LANG=<lang> <executable>
, so I edited the .desktop file and changed the lineExec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gittyup com. github.Murmele.Gittyup
toExec=env LANG=en /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gittyup com.github.Murmele.Gittyup
. However, it doesn't change to Spanish either.How can I make the language change? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions