Title: simosx's Replies | WordPress.org

---

# simosx

  [  ](https://wordpress.org/support/users/simosx/)

 *   [Profile](https://wordpress.org/support/users/simosx/)
 *   [Topics Started](https://wordpress.org/support/users/simosx/topics/)
 *   [Replies Created](https://wordpress.org/support/users/simosx/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/simosx/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/simosx/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/simosx/engagements/)
 *   [Favorites](https://wordpress.org/support/users/simosx/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] BUG: Fatal Error with PHP 7.2](https://wordpress.org/support/topic/bug-fatal-error-with-php-7-2/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/bug-fatal-error-with-php-7-2/#post-15724204)
 * 2.1.1 was released an hour ago that fixes this issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Google AJAX Translation] jQuery(text_node).translate is not a function](https://wordpress.org/support/topic/plugin-google-ajax-translation-jquerytext_nodetranslate-is-not-a-function/)
 *  Thread Starter [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-ajax-translation-jquerytext_nodetranslate-is-not-a-function/#post-1190798)
 * I upgraded the lightword theme to the latest version and this fixed the problem.
   There is now no reference to ajax.googleapis.com
 * Many thanks monodistortion!
 * This is a great WordPress plugin and helps tremendously when maintaining a multilingual
   blog.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Post id number wrong on import](https://wordpress.org/support/topic/post-id-number-wrong-on-import/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/post-id-number-wrong-on-import/#post-692827)
 * The export writes the post_id of each post. It’s the problem of the import to
   actually preserve the original post_id.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [new Theme: iRoybots SlatyStain](https://wordpress.org/support/topic/new-theme-iroybots-slatystain/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/new-theme-iroybots-slatystain/page/2/#post-245121)
 * _erik_,
    Currently in the theme you have code that looks like <h2 id=”comments”
   >Comments</h2>
 * Now, suppose I want to translate in Greek, I would have to edit the .php files
   directly and replace “Comments” with my translation.
 * However, there is a library called gettext that makes this localisation (translation)
   much easier. It is used already for WordPress itself, and can also be used for
   plugins and themes. You have to enclose any strings that are translatable like
   in
    <h2 id=”comments”>_e(“Comments”)</h2> <?php edit_post_link(__(‘Edit’), ”,”);?
   >
 * [_e(“xxxx”) means that the theme will echo() the message “xxxx”]
    [__(‘Edit’)
   means that the theme will return () the message “Edit”].
 * For more on the localisation process, see [http://codex.wordpress.org/Localizing_WordPress](http://codex.wordpress.org/Localizing_WordPress)
 * Another theme that has been internationalised (has been converted so that people
   can translation-localise) is Giraffe.
    See [http://www.urbangiraffe.com/themes/giraffe](http://www.urbangiraffe.com/themes/giraffe)
   and have a look at the sidebar called “Localisation”. You can change on the fly
   the language of the theme to several languages!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [new Theme: iRoybots SlatyStain](https://wordpress.org/support/topic/new-theme-iroybots-slatystain/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/new-theme-iroybots-slatystain/page/2/#post-245077)
 * Amazing theme!!!
 * I would love to see it localised, per
    [http://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/](http://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Importing Livejournal (LJ) entries to WP](https://wordpress.org/support/topic/importing-livejournal-lj-entries-to-wp/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/importing-livejournal-lj-entries-to-wp/#post-44615)
 * Try [http://www.bhansalimail.com/wordpress_import-livejournal.php](http://www.bhansalimail.com/wordpress_import-livejournal.php)
   
   Works like a charm.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Importing LiveJournal entries to WP?](https://wordpress.org/support/topic/importing-livejournal-entries-to-wp/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/importing-livejournal-entries-to-wp/#post-50308)
 * Posts and comments, see
    [http://www.bhansalimail.com/wordpress_import-livejournal.php](http://www.bhansalimail.com/wordpress_import-livejournal.php)
 * Worked for me like a charm 🙂
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Livejournal to WordPress Migration](https://wordpress.org/support/topic/livejournal-to-wordpress-migration/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/livejournal-to-wordpress-migration/#post-45830)
 * Posts and comments, see
    [http://www.bhansalimail.com/wordpress_import-livejournal.php](http://www.bhansalimail.com/wordpress_import-livejournal.php)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [how to import LJ entries AND COMMENTS into WP?](https://wordpress.org/support/topic/how-to-import-lj-entries-and-comments-into-wp/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/how-to-import-lj-entries-and-comments-into-wp/#post-105366)
 * Just done it.
    Simply follow the instructions at [http://www.bhansalimail.com/wordpress_import-livejournal.php](http://www.bhansalimail.com/wordpress_import-livejournal.php)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Installing translation for theme?](https://wordpress.org/support/topic/installing-translation-for-theme/)
 *  Thread Starter [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/installing-translation-for-theme/#post-234544)
 * Thanks moshu!
 * It is a pitty that the default themes of WordPerss do not offer the internationalisation
   described in the link you mention.
 * I found that the modified themes from
    [http://www.wordpress-it.it/temi-italiani](http://www.wordpress-it.it/temi-italiani)
   work really well and as advertised. You have to put the .mo file in the same 
   folder as the theme and WordPress will pick it up automatically (assuming you
   setup WPLANG already).
 * I use the modified Almost Spring, by Becca.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Greek Translation](https://wordpress.org/support/topic/greek-translation/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/greek-translation/#post-189525)
 * See
    [http://www.ellak.gr/modules.php?op=modload&name=News&file=article&sid=454&mode=thread&order=0&thold=0](http://www.ellak.gr/modules.php?op=modload&name=News&file=article&sid=454&mode=thread&order=0&thold=0)
   to take part in completing the Greek translation of WordPress!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Greek Translation](https://wordpress.org/support/topic/greek-translation-1/)
 *  [simosx](https://wordpress.org/support/users/simosx/)
 * (@simosx)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/greek-translation-1/#post-211611)
 * The translation of WordPress has already started.
    Feel free to take part in 
   it!
 * At the moment of writing this, we are at 50%.
 * Visit
    [http://www.ellak.gr/modules.php?op=modload&name=News&file=article&sid=454&mode=thread&order=0&thold=0](http://www.ellak.gr/modules.php?op=modload&name=News&file=article&sid=454&mode=thread&order=0&thold=0)
   [http://www.livejournal.com/users/simos74/48118.html](http://www.livejournal.com/users/simos74/48118.html)
   [http://www.livejournal.com/users/simos74/47514.html](http://www.livejournal.com/users/simos74/47514.html)

Viewing 12 replies - 1 through 12 (of 12 total)