eladleev
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack languageI know it’s a bit old, but if someone run in to this post and want to change the language, you can try what iv’e done-
Edit the Jetpack “comments.php” file (locate at /wp-content/plugins/jetpack/modules/comments/comments.php), and grep that line:
'lang' => get_bloginfo( 'language' ),
Replace it with:
'lang' => he_IL,
Of course “he_IL” is my lang and you can select whatever your lang is.
Pay attention you don’t forget the comma at the end of the line!Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack languageOf course I will!
Tahnk you!Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack languageHey,
Just upgraded to 3.0.1, still in English-
http://i.imgur.com/TYcMlEw.pngAny idea?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack languageI’m sorry I can’t. It’s running on my localhost.
What I mean is that:
http://he.ww.wp.xz.cn/
a Hebrew distribution of WordPressForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack languageThank you for your answer!
I downloaded a Hebrew board and the comment form changed to Hebrew .
How can I stay with English board and change the comment form the Hebrew? Can I select what .mo file the plugin read? or can I translate by my self the English .mo file that the plugin uses now?