WPtouch in french
If, like me, you are using WPtouch to manage the display of your web site in “iPhone mode”… You can use the french translation I did.
You have just to add this code in the beginning of your wptouch.php file under the line
define( 'WPTOUCH_PROWL_APPNAME', 'WPtouch');
/** l10n */
function wptouch_plugin_localization(){
load_plugin_textdomain('wptouch', false, 'wptouch/locale');
}
add_action ('init', 'wptouch_plugin_localization');
And then unzip the translation file for WPtouch 1.9.17 into your wptouch/locale folder.
You should have the following treeview :
./wptouch/locale
./wptouch/locale/wptouch-fr_FR.mo
./wptouch/locale/wptouch-fr_FR.po
That’s all folks
The frontoffice and backoffice side of this plugin are then translated in french.
You can use this “addon” for free, don’t hesitate to upgrade it or send me a comment !
See alse :