francoisjacquet / rosariosis

RosarioSIS Student Information System for school management.
https://www.rosariosis.org
GNU General Public License v2.0
505 stars 347 forks source link

French locale not working on Ubuntu 22.04 #288

Closed IchCodes closed 10 months ago

IchCodes commented 10 months ago

Hi all, hope you're doing well

I am writing to seek assistance with an issue I've encountered after the installation of RosarioSIS.

To provide some context, the installation process went smoothly, and everything seems to be working as expected. However, I have encountered a problem when attempting to change the locale to French. The issue is as follows:

When I change the locale to French, I can see the French flag on the interface, and the URL appears to change to reflect the locale.

https://XXXXX/index.php?locale=fr_FR.utf8

However, after logging in, the main RosarioSIS interface continues to display in English, with only a few fields appearing in French.

I have taken the following steps to diagnose and address the problem:

Please advise me on how I can fix this language localization problem within RosarioSIS, ensuring that the application correctly displays in the selected locale (French, in this case).

francoisjacquet commented 10 months ago

Hello @IchCodes

To install the locale, please follow the instructions in the INSTALL.md file.

IchCodes commented 10 months ago

Hello @IchCodes

To install the locale, please follow the instructions in the INSTALL.md file.

I've already follow all the steps and language still not display in French

IchCodes commented 10 months ago

After the command sudo apt-get install language-pack-fr and a reboot it works, thanks for your support !