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?
- MSAnswered
Hello,
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. Thelib/language/portuguese/
is already there but if you have not used standard nameportuguese
then you will need add your language tolib/language/
too. You can start by duplicatelib/language/english
and then translate the files.Thank you
- EGAnswered
how can i translate the calendar in german. please answer specifically
- MSAnswered
Please edit
get_cal_lang
ofapp/controllers/Calendar.php
to set the language tode
Thank you - Login to Reply