simosx
Forum Replies Created
-
2.1.1 was released an hour ago that fixes this issue.
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
In reply to: Post id number wrong on importThe 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
In reply to: new Theme: iRoybots SlatyStain_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 https://codex.www.ads-software.com/Localizing_WordPress
Another theme that has been internationalised (has been converted so that people can translation-localise) is Giraffe.
See
https://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
In reply to: new Theme: iRoybots SlatyStainAmazing theme!!!
I would love to see it localised, per
https://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/Forum: Everything else WordPress
In reply to: Importing Livejournal (LJ) entries to WPTry https://www.bhansalimail.com/wordpress_import-livejournal.php
Works like a charm.Forum: Plugins
In reply to: Importing LiveJournal entries to WP?Posts and comments, see
https://www.bhansalimail.com/wordpress_import-livejournal.phpWorked for me like a charm ??
Forum: Everything else WordPress
In reply to: Livejournal to WordPress MigrationPosts and comments, see
https://www.bhansalimail.com/wordpress_import-livejournal.phpForum: Everything else WordPress
In reply to: how to import LJ entries AND COMMENTS into WP?Just done it.
Simply follow the instructions at
https://www.bhansalimail.com/wordpress_import-livejournal.phpForum: Themes and Templates
In reply to: Installing translation for theme?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
https://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
In reply to: Greek TranslationSee
https://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
In reply to: Greek TranslationThe translation of WordPress has already started.
Feel free to take part in it!At the moment of writing this, we are at 50%.
Visit
https://www.ellak.gr/modules.php?op=modload&name=News&file=article&sid=454&mode=thread&order=0&thold=0
https://www.livejournal.com/users/simos74/48118.html
https://www.livejournal.com/users/simos74/47514.html