tchx84 / Flatseal

Manage Flatpak permissions
GNU General Public License v3.0
1.18k stars 70 forks source link

Language Settings `flatpak config --set extra-languages "hu"` #390

Open ovari opened 2 years ago

ovari commented 2 years ago

Can a global language settings be added to install locales?

The LibreOffice version provided in Ubuntu/Linux Mint is very old and may not contain an important security fix.

When installing LibreOffice from Flathub, the Hungarian spelling and grammar checkers do not install. The following lines needs to be run in the Terminal:

$ flatpak config --set extra-languages "hu"
$ flatpak update

Can install multiple languages flatpak config --set extra-languages "locale1;locale2;locale3;locale4"

For example flatpak config --set extra-languages "en;en_DK;zh_HK.big5hkscs;uz_UZ.utf8@cyrillic"

https://docs.flatpak.org/en/latest/flatpak-command-reference.html

What do you think?

Thank you

razzeee commented 3 months ago

So did this change or is https://www.ctrl.blog/entry/flatpak-locale-dictionaries.html wrong?