Hi guys, I just installed new version 1.9.2 on a fresh Contabo server install with Ubuntu 24.04, have selected spanish as main language and doesn’t matter if I change language from user or general settings everything still on english, in the past I have similar issue with old open source project Boxbilling and I solved that by doing the following:
Change to the locales directory
cd /usr/share/locales/
Create script file to add new language set
Use nano editor to create install_locale.sh file (put inside the following commands):
cd /usr/share/locales
./install-language-pack $1
dpkg-reconfigure locales
locale -a
Save the script file
CTRL + X y ENTER
Give exec privileges to the script
chmod +x install_locale.sh
Run the script with the new language set or locale
sh install_locale.sh es_ES
I tried this and didn’t work, any help about this is really appreciated, I have same issue since 1.9.0 alpha and beta versions.
ohhh, didn’t know it, thanks for answering, @eris , extra questions if I decide to keep Ubuntu 22.04 where I know language works, until when will be supported by hestia, until 2027 or until end of expanded security up to 2032 ?