T
Asked
Hello, I translated the system following the guidelines in the help file, but I couldn't translate the calendar and datatables. Could you help me in how to do it?
Another error that is occurring is that when I make any changes to the system settings using the language I translated, an error is informed "Unable to load the requested language file: language/portugues/form_validation_lang.php" but I did not find this file in the folder. how do i solve?
Another error that is occurring is that when I make any changes to the system settings using the language I translated, an error is informed "Unable to load the requested language file: language/portugues/form_validation_lang.php" but I did not find this file in the folder. how do i solve?
- MSAnsweredHello,
SIM is not fully translate-able as some of third-party libraries used are not in translation file.
The framework language files are in the `lib/language/` folder. The `lib/language/portuguese/` is already there but if you have not used standard name `portuguese` then you will need add your language to `lib/language/` too. You can start by duplicate `lib/language/english` and then translate the files.
Thank you - EGAnsweredhow can i translate the calendar in german. please answer specifically
- MSAnsweredPlease edit `get_cal_lang` of `app/controllers/Calendar.php` to set the language to `de` Thank you
- Login to Reply