As far as I've understood (after having searched the whole site and forums), there's already a Spanish translation somewhere... Where can I find it?
TIA
Spanish translation?
These files already exist for the Backend:
"config.inc.php"
Also, the language file for the GT Mod still needs to be translated and placed in "include/inc_module/mod_graphical_text/inc_lang/backend/es/"
The "English" version can be found in "include/inc_module/mod_graphical_text/inc_lang/backend/en/lang.inc.php"
And are enabled in:include/inc_lang/backend/es/lang.ext.inc.php
include/inc_lang/backend/es/lang.inc.php
include/inc_lang/date/es.date.lang.php
include/inc_lang/formmailer/ES_formmailer.error.html
include/inc_lang/formmailer/ES_formmailer.success.html
"config.inc.php"
Code: Select all
// other stuff
$phpwcms["default_lang"] = "es"; //default language
The "English" version can be found in "include/inc_module/mod_graphical_text/inc_lang/backend/en/lang.inc.php"