July 30, 2014
at 14:05 /
#11879
Hi,
Can you explain me if that’s possible to change the language of the booking box to french as well as the month to select before proceeding to booking; here is a screenshot for you to understand http://screencast.com/t/OjS3GsIlTq
Thanks for your help
July 31, 2014
at 11:15 /
#11888
In your wp-config.php WP_LANG option, the plugins settings (the headline for example) and the .po files in the language folder.
Regards
August 3, 2014
at 13:44 /
#11903
Hi,
We don’t find any .po files, rather we have .mo files !
Any idea?
Thanks
August 4, 2014
at 09:59 /
#11908
In easyreservations/languages
Regards
August 10, 2014
at 12:36 /
#11940
Hi,
In my wp-config.php, I change the WP_LANG option to this :
define(‘WPLANG’, ‘fr_FR’);
define(‘WP_LANG_DIR’, $_SERVER[‘DOCUMENT_ROOT’].’wp_content/plugins/easyreservations/languages’);
But I didn’t find where, in the settings of the plugin, I can change the language.
Can you help me with this?
Is that the multilinguage option? If it’s the case, I think it’s a premium account privilege….
August 11, 2014
at 17:22 /
#11955
When you set the WPLANG wordpress automatically loads the correct language file for all strings defined as. That are mostly the static ones. Maybe try something like qTranslate or WPML to switch your admins language as well. In addition the translations of easyreservations are not complete. For that you need to edit the .po file.
Regards