FXB
Forum Replies Created
-
Hi,
the French translations are still not included in the plugin! Is it possible to add them please – 70 Millions french users are waiting for that to happen ??Just register over Transifex, let me know and i’ll give you maintener role to grab the files
Cya
Forum: Themes and Templates
In reply to: [Graphy] Translations by WP-Translations.orgHi,
German and Portuguese (Brazilian) are now ready also
Forum: Plugins
In reply to: [RTL Tester] Doesn't seems to work with WP 3.8.1I found the culpit, it’s my MailPoet plugin that works perfectly in he_IL but not in french with your plugin
Forum: Plugins
In reply to: [RTL Tester] Doesn't seems to work with WP 3.8.1https://imageshack.com/a/img401/9576/64s2.png
The content is going under the menu.
To resolve it i had to download the he_IL wordpress and change manually the wp_lang in my config fileForum: Themes and Templates
In reply to: [Houston] add media+1, it should be possible by default to add media in the front end. Why removing useful P2 feature. That the all point of P2 not using the admin.
Good job guys but back to P2 for me.Forum: Alpha/Beta/RC
In reply to: Warning makepot.php Revision 25726: /trunk/tools/i18nThanks Otto for the hint about the svn structure.
I’m on a WP live install indeed, so no src folder.
I was a bit confused cause the previous makepot.php was working on my install, that’s why without any problem.Now i can fix it. And i’ll check all the i18n folder content then cause i’m sure you used the same structure ??
Thanks, the subject is now closed
Forum: Alpha/Beta/RC
In reply to: Warning makepot.php Revision 25726: /trunk/tools/i18nI’ll check it out and let you know but it’s not coming from WordPress but something coded in the makepot.php file so i guess it will not change anything
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] i want to translate theIt will be added to the plugin package, you will be save with next automatic updates ??
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Persian JS validationThanks for that it will be added in the next release.
Is it for fa or fa_IR?
And don’t forget if you want to fully translate Wysija in Persian it’s here: https://www.transifex.com/projects/p/wysija/
I don’t know what to say more, it’s working fine on my site
Did you changed that line :
load_plugin_textdomain(‘subscribe-to-comments’, false, basename( dirname( __FILE__ ) ) . ‘/languages’ );
The es_ES.po file is complete ?
If you followed my instructions, in your “languages” folder sitting in the root of the plugin, your file should be called :
subscribe-to-comments-es_ES.po and subscribe-to-comments-es_ES.mo and not
subscribe-to-comments_es-ES.mo, beware of the order between – and _Enjoy
You’re welcome, enjoy your plugin
I founded the way to fix it.
In subscribe-to-comments.php line 822 change the function with this
function sg_subscribe_start() {
global $sg_subscribe;if ( !$sg_subscribe ) {
load_plugin_textdomain(‘subscribe-to-comments’, false, basename( dirname( __FILE__ ) ) . ‘/languages’ );
$sg_subscribe = new sg_subscribe();
}
}Create a languages folder and put your translations inside