<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: localization</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 07 Feb 2012 22:42:47 +0000</pubDate>

<item>
<title>shan-tal on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-24866</link>
<pubDate>Fri, 13 Jan 2012 17:06:25 +0000</pubDate>
<dc:creator>shan-tal</dc:creator>
<guid isPermaLink="false">24866@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm using wordpress vs.3.2.1 with Thematic the most recent version of Thematic. I put the language to fr_FR in the config file. I've changed some translated term names in the .po file but the changes don't show up. I've cleared my cache and refreshed my window but still the old wording shows up.&#60;/p&#62;
&#60;p&#62;I've read this thread but it's old and the solutions don't seem to apply to my situation. For example I tried to change the French wording of the Post a Comment title and Email field in the comment form.&#60;/p&#62;
&#60;p&#62;Can someone help please.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Shan-tal
&#60;/p&#62;</description>
</item>
<item>
<title>olezhek on "Thematic localization POT (or PO) file"</title>
<link>http://themeshaper.com/forums/topic/thematic-localization-pot-or-po-file#post-23143</link>
<pubDate>Tue, 20 Sep 2011 13:31:08 +0000</pubDate>
<dc:creator>olezhek</dc:creator>
<guid isPermaLink="false">23143@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've updated russian translation for Thematic (version 0.9.7.7 was used). You can grab it &#60;a href=&#34;http://olezhek.net/wp-content/uploads/2011/09/Thematic-0.9.7.7-localisation-ru-RU.zip&#34;&#62;here&#60;/a&#62;.&#60;br /&#62;
This archive was also sent to Ian.&#60;/p&#62;
&#60;p&#62;Same text for russian-speaking people:&#60;/p&#62;
&#60;p&#62;Я обновил русскую локализацию для Thematic. Для этого использовал версию 0.9.7.7. По ссылке выше вы можете скачать .mo и .po файлы. Этот же архив я отослал Иену.
&#60;/p&#62;</description>
</item>
<item>
<title>keduarte on "Thematic and xLanguage"</title>
<link>http://themeshaper.com/forums/topic/thematic-and-xlanguage#post-19260</link>
<pubDate>Fri, 18 Feb 2011 16:14:00 +0000</pubDate>
<dc:creator>keduarte</dc:creator>
<guid isPermaLink="false">19260@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Actually, because my site is in American Sign Language in addition to other languages, and because users of ASL also likely can read English, I need to keep things flexible like xLanguage lets me do. Plus WPML is a paid plugin, which isn't very attractive to me. Anyone have a fix?
&#60;/p&#62;</description>
</item>
<item>
<title>joperron on "Thematic and xLanguage"</title>
<link>http://themeshaper.com/forums/topic/thematic-and-xlanguage#post-18139</link>
<pubDate>Wed, 05 Jan 2011 22:09:21 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">18139@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey man,&#60;/p&#62;
&#60;p&#62;I use WPML personally, it's great and plays very well with Thematic.&#60;/p&#62;
&#60;p&#62;I really recommend it as it's much better for SEO and keeps your database tidy.&#60;/p&#62;
&#60;p&#62;Have you asked the xLanguage people?
&#60;/p&#62;</description>
</item>
<item>
<title>keduarte on "Thematic and xLanguage"</title>
<link>http://themeshaper.com/forums/topic/thematic-and-xlanguage#post-18133</link>
<pubDate>Wed, 05 Jan 2011 14:49:23 +0000</pubDate>
<dc:creator>keduarte</dc:creator>
<guid isPermaLink="false">18133@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Bump
&#60;/p&#62;</description>
</item>
<item>
<title>AJenbo on "Localization: Sentence Structure Lost in Translation"</title>
<link>http://themeshaper.com/forums/topic/localization-sentence-structure-lost-in-translation#post-18063</link>
<pubDate>Mon, 03 Jan 2011 01:52:19 +0000</pubDate>
<dc:creator>AJenbo</dc:creator>
<guid isPermaLink="false">18063@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;To fix this line 1016 in thematic/library/extensions/content-extensions.php need's to be changed from:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$postcategory .= __('This entry was posted in ', 'thematic') . get_the_category_list(', ');&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
to:&#60;br /&#62;
&#60;code&#62;$postcategory .= sprintf(__('This entry was posted in %s', 'thematic'), get_the_category_list(', '));&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>AJenbo on "Danish translation"</title>
<link>http://themeshaper.com/forums/topic/danish-translation#post-18061</link>
<pubDate>Mon, 03 Jan 2011 01:01:25 +0000</pubDate>
<dc:creator>AJenbo</dc:creator>
<guid isPermaLink="false">18061@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;dansk-gruppen.dk has translated thematic in to Danish as it is being used for the new website for ubuntudanmark.dk, please include it in your next update.&#60;br /&#62;
&#60;a href=&#34;http://www.student.dtu.dk/~ashj/opendir/thematic.da.po&#34; rel=&#34;nofollow&#34;&#62;http://www.student.dtu.dk/~ashj/opendir/thematic.da.po&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also e-mailed it to Ian and submitted it as an issue in the bug tracker, just to be sure to get your attention :D
&#60;/p&#62;</description>
</item>
<item>
<title>keduarte on "Thematic and xLanguage"</title>
<link>http://themeshaper.com/forums/topic/thematic-and-xlanguage#post-17619</link>
<pubDate>Wed, 08 Dec 2010 12:18:17 +0000</pubDate>
<dc:creator>keduarte</dc:creator>
<guid isPermaLink="false">17619@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Would anyone have a response for this problem? I'm sure there's someone else out there who uses xLanguage with Thematic!
&#60;/p&#62;</description>
</item>
<item>
<title>keduarte on "Thematic and xLanguage"</title>
<link>http://themeshaper.com/forums/topic/thematic-and-xlanguage#post-16963</link>
<pubDate>Sat, 13 Nov 2010 14:14:07 +0000</pubDate>
<dc:creator>keduarte</dc:creator>
<guid isPermaLink="false">16963@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi dev team,&#60;/p&#62;
&#60;p&#62;With the recent update of Thematic, I've noticed that the localization of my blog's tagline is no longer being passed to xLanguage's localization filter/parser.  This was working with the previous version.  Can you advise?&#60;/p&#62;
&#60;p&#62;TIA
&#60;/p&#62;</description>
</item>
<item>
<title>serdman on "Localization: Sentence Structure Lost in Translation"</title>
<link>http://themeshaper.com/forums/topic/localization-sentence-structure-lost-in-translation#post-16833</link>
<pubDate>Tue, 09 Nov 2010 02:34:34 +0000</pubDate>
<dc:creator>serdman</dc:creator>
<guid isPermaLink="false">16833@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I was trying &#60;a href=&#34;http://wordpress.org/extend/plugins/codestyling-localization/&#34; title=&#34;Codestyling Localization Plugin&#34;&#62;the localization plug-in&#60;/a&#62; Chris was &#60;a href=&#34;http://themeshaper.com/forums/topic/localization-plugin-for-wordpress#post-1812&#34; title=&#34;Localization Plugin for WordPress&#34;&#62;mentioning&#60;/a&#62;. It is a very practical plug-in, even enabling you to see where in the trunk (code) the to-be-translated material is.I'm a newbie; previously unaware of the &#34;__(...)&#34; expression, looking at the code, it didn't take a genuis to figure out what that meant. That's real handy in learning.&#60;/p&#62;
&#60;p&#62;However, it also occurred to me that the above function was not always enough to overcome the word order difference of languages. Well, not for Turkish, anyway. For instance, I'd like to bisect the following text:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;This entry was posted in&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;so that, I can place the category in between like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;This entry in %s category was posted&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;...yep, that's Turkish for ya.&#60;/p&#62;
&#60;p&#62;So I was wondering if I'm missing something. My first reaction is to write a function in my own theme to apply filter to or override the function the text is given - a task I'm just getting used to. But, that intuitively feels wrong; if it's only good enough for me alone, it's not good enough at all, it seems. I am not a real coder, but nor it feels like localization anymore. &#60;/p&#62;
&#60;p&#62;What would be the best way to overcome this?&#60;/p&#62;
&#60;p&#62;I can't imagine what Hebrew or Arabic speaking folks are going through.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Serd.
&#60;/p&#62;</description>
</item>
<item>
<title>alberto on "Problems with Catalan translation of Thematic Child Theme"</title>
<link>http://themeshaper.com/forums/topic/problems-with-catalan-translation-of-thematic-child-theme#post-10680</link>
<pubDate>Fri, 12 Mar 2010 10:21:27 +0000</pubDate>
<dc:creator>alberto</dc:creator>
<guid isPermaLink="false">10680@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi again...&#60;/p&#62;
&#60;p&#62;Well, finally I've could use the .pot file (the error open the pot fiel was in OS X, I've downloaded the Poedit in Windows and I've been able to generated a .po file).&#60;br /&#62;
Then I've generated the new catalan translation and, upload to the /tehamtic/library/languages folder and... boilà: it Works!!&#60;/p&#62;
&#60;p&#62;Only have one problem with the line number 153 of the .po file. When I make the translation of this line and try to save the po file, appear an error message. &#60;/p&#62;
&#60;p&#62;If you are interested in the po file of Thematic in catalan language, please tell me!! (alberto and abarajas dot com)&#60;/p&#62;
&#60;p&#62;Thansks for all!!!&#60;/p&#62;
&#60;p&#62;Alberto.
&#60;/p&#62;</description>
</item>
<item>
<title>alberto on "Problems with Catalan translation of Thematic Child Theme"</title>
<link>http://themeshaper.com/forums/topic/problems-with-catalan-translation-of-thematic-child-theme#post-10678</link>
<pubDate>Fri, 12 Mar 2010 07:46:56 +0000</pubDate>
<dc:creator>alberto</dc:creator>
<guid isPermaLink="false">10678@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I'm Alberto Barajas from Barcelona (Spain).&#60;/p&#62;
&#60;p&#62;I'm trying to translate a Thematic Child theme to Catalan language, but I can't and, I don't know find the problem.&#60;/p&#62;
&#60;p&#62;Following are the steps I've used to make the translation:&#60;/p&#62;
&#60;p&#62;1) Change the WordPress Languages to Catalan in the wp-config.php. It Works and the admin area are translated to catalan.&#60;br /&#62;
2) With Poedit make po / mo files for catalan , with the correct name (ca_ES.po / ca_ES.mo) and upload to: /thematic/library/languages folder.&#60;/p&#62;
&#60;p&#62;After these steps the Thamatic also shown in English. If I change the WordPress language to Spanish, the Spanish translation works ok.&#60;/p&#62;
&#60;p&#62;I've cannot used the pot template file to make the catalan po because the Poedit shows an error message and I cannot edit. I've used the po flie of the Spanish translation to make the catalan. I'm not sure if this could be the problem.&#60;/p&#62;
&#60;p&#62;Also, I'm not sure if the catalan po and mo files must be uploaded in the language folder of the Thematic template, or in the root folder of the child theme (I've tried but with the same result).&#60;/p&#62;
&#60;p&#62;Note, the Spanish mo and po files for Thematic works well.&#60;/p&#62;
&#60;p&#62;I've read a lot of post regarding the localization in the forum, but I think I'm making something wrong and I don't know what is it .  :(&#60;/p&#62;
&#60;p&#62;Any help about it would be very apreciated.&#60;/p&#62;
&#60;p&#62;Thanks in advance and, please, sorry, my  english level is horrible.&#60;/p&#62;
&#60;p&#62;Regards!&#60;/p&#62;
&#60;p&#62;Alberto.
&#60;/p&#62;</description>
</item>
<item>
<title>mpanda on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10118</link>
<pubDate>Wed, 24 Feb 2010 00:00:18 +0000</pubDate>
<dc:creator>mpanda</dc:creator>
<guid isPermaLink="false">10118@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;I was just expecting your kindest replay so to explain what I've done in the meanwhile.&#60;/p&#62;
&#60;p&#62;Basically I &#34;played around&#34; the problem instead of solving it.:)&#60;/p&#62;
&#60;p&#62;I mean, I did not find how to give more free characters to text area of 'page-link tag' as I still ignore what style file will rule it, but I added this customized string to page.php (I translated it from italian to english to make it hopefully useful to other friends here in forum) :&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;pagelink&#34;&#38;gt;&#38;lt;?php wp_link_pages('before=Look at more products of this price range: &#38;#38;after=. &#38;#38;pagelink=Page %') ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;I don't think that's a solution to fit any kind of need, it's only an alternative expedient to solve my very personal problem as I'm an absolute newbie to html, php, scripts etc etc.:)&#60;/p&#62;
&#60;p&#62;Anyway, I still not upgraded to latest release as I fear to loose all customizations.&#60;br /&#62;
Maybe it's time to create a child template.&#60;br /&#62;
Chris, is there an easy and quick way to 'save' my current theme as a child template so to give a definitive solution to future upgrades?&#60;/p&#62;
&#60;p&#62;Said that, I need to thank you so much for all the time you reserved to my case.&#60;/p&#62;
&#60;p&#62;Best,&#60;/p&#62;
&#60;p&#62;Mario
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10110</link>
<pubDate>Tue, 23 Feb 2010 20:22:00 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">10110@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Mario,&#60;/p&#62;
&#60;p&#62;it's working on my test server. Don't know what you changed in page.php. Especially now that it's working on your blog.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>flick on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10103</link>
<pubDate>Tue, 23 Feb 2010 18:24:48 +0000</pubDate>
<dc:creator>flick</dc:creator>
<guid isPermaLink="false">10103@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Chris: Thanks :)
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10090</link>
<pubDate>Tue, 23 Feb 2010 12:37:43 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">10090@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Mario,&#60;/p&#62;
&#60;p&#62;did a quick test with Firebug and this is weird.&#60;/p&#62;
&#60;p&#62;If I change the text for the first time after loading the page, the result will be cut. Changing it the second time without reloading the page will work. But that doesn't help you.&#60;/p&#62;
&#60;p&#62;I'll rebuild the scenario this evening on my test server.&#60;/p&#62;
&#60;p&#62;Btw.: Thematic 0.9.6.2 is available including the fixes for the comments part and the Italian language file :)
&#60;/p&#62;</description>
</item>
<item>
<title>mpanda on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10088</link>
<pubDate>Tue, 23 Feb 2010 11:13:26 +0000</pubDate>
<dc:creator>mpanda</dc:creator>
<guid isPermaLink="false">10088@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Here's the link &#60;a href=&#34;http://www.milanoleathergoods.com/ITA/catalogo-borse-in-pelle/prezzo-da-eur-15-a-eur-79&#34; rel=&#34;nofollow&#34;&#62;http://www.milanoleathergoods.com/ITA/catalogo-borse-in-pelle/prezzo-da-eur-15-a-eur-79&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Chris, note that url above is related to my test site. It's uncomplete and fragmented as I use it just for running tests before to apply them to official site :)&#60;/p&#62;
&#60;p&#62;You will see at the bottom left the use of 'page-link'. There I'm temporarily using the term 'Pagine' (italian translation of english term 'Pages') but I'd like to change it to other word (or words) that could express better my editorial need.&#60;br /&#62;
Unfortunately, as I wrote, it seems that in some style file (maybe you could know what style file will set the page-link's text area) the text area is set to few characters, so until I use the original italian language file it works (Pagine vs Pages) but if I should need to use another term with more characters than 'Pagine' (let say 'Continua' or a composite expression like 'Altra Pelletteria') it will result 'cut'.&#60;br /&#62;
Thank you very much,&#60;/p&#62;
&#60;p&#62;Mario
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10087</link>
<pubDate>Tue, 23 Feb 2010 07:47:04 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">10087@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Mario,&#60;/p&#62;
&#60;p&#62;as long as it is CSS only I can help you :) &#60;/p&#62;
&#60;p&#62;Could you please drop a link to your blog?!&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>mpanda on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10071</link>
<pubDate>Tue, 23 Feb 2010 00:19:47 +0000</pubDate>
<dc:creator>mpanda</dc:creator>
<guid isPermaLink="false">10071@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Chris, &#60;/p&#62;
&#60;p&#62;on working around customizing language files applied to page-link tag (&#38;lt;!--nextpage--&#38;gt;), in order to show pagination at page's bottom, I noticed that the text area of term 'Pages :' is very short.&#60;br /&#62;
I mean, let say, where I'd need to change from 'Pages :' to 'Continue :', the template will cut or hidden the last characters this way: 'Contin'.&#60;br /&#62;
I don't know if such a behaviour is an issue or if just in case next release will fix it but it's worth to ask it: is there a way to customize that text area longer as it's a variable because each language has its own number of characters or alternative synonymous terms?&#60;br /&#62;
I use Wp 286 with Thematics 0951.(no child template, I know you don't like that...:)..sorry)&#60;br /&#62;
Any help is much appreciated.&#60;br /&#62;
Thanks,&#60;/p&#62;
&#60;p&#62;Mario
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10068</link>
<pubDate>Mon, 22 Feb 2010 22:58:43 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">10068@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;No :) &#60;/p&#62;
&#60;p&#62;.. it's fixed.
&#60;/p&#62;</description>
</item>
<item>
<title>flick on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10061</link>
<pubDate>Mon, 22 Feb 2010 20:03:09 +0000</pubDate>
<dc:creator>flick</dc:creator>
<guid isPermaLink="false">10061@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Chris: re: thematic_comments_template, does this mean we don't need to apply &#60;a href=&#34;http://themeshaper.com/forums/topic/did-0961-break-something-with-page-comments&#34;&#62;this modification&#60;/a&#62; in 0.9.6.2?
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10059</link>
<pubDate>Mon, 22 Feb 2010 19:54:40 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">10059@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sent the latest package to Ian. Should be released as Thematic 0.9.6.2 in a couple of days:&#60;/p&#62;
&#60;p&#62;          o Fixed a bug in page.php not loading thematic_comments_template()&#60;br /&#62;
          o Fixed missing gettext in comments-extensions.php&#60;br /&#62;
          o Fixed French, German, Italian, Romanian, and Spanish language files&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10057</link>
<pubDate>Mon, 22 Feb 2010 19:48:19 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">10057@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I fixed the Italian language file in the current SVN revision.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>mpanda on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-10043</link>
<pubDate>Mon, 22 Feb 2010 12:06:10 +0000</pubDate>
<dc:creator>mpanda</dc:creator>
<guid isPermaLink="false">10043@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
same problem here: I need to edit italian translation to change some terms but wordpress will keep original translation.&#60;br /&#62;
I tried either .mo or .po files&#60;br /&#62;
Some suggestion?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Mario
&#60;/p&#62;</description>
</item>
<item>
<title>Arne_Robot on "Localization doesn't work?"</title>
<link>http://themeshaper.com/forums/topic/localization-doesnt-work#post-7800</link>
<pubDate>Mon, 09 Nov 2009 13:48:46 +0000</pubDate>
<dc:creator>Arne_Robot</dc:creator>
<guid isPermaLink="false">7800@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a very similar problem over here. I am using the German translation &#34;de_DE&#34; and it translates everything in German just fine (in the Thematic Frontend).&#60;/p&#62;
&#60;p&#62;But when I edit the German de_DE.po – file and change a German translation like &#34;Suchen&#34; to &#34;Finden&#34; it doesn't show up in the frontend. It remains with the original translations.&#60;/p&#62;
&#60;p&#62;I am Text Mate on Mac OS X and open + edit the files directly on my live web-server.&#60;/p&#62;
&#60;p&#62;Do I need to change something in the .mo - files as well?&#60;br /&#62;
Do I need a different software to edit?&#60;br /&#62;
Some caching problem?&#60;/p&#62;
&#60;p&#62;Thanks a lot for the help!!!&#60;/p&#62;
&#60;p&#62;Cheers, Arne
&#60;/p&#62;</description>
</item>
<item>
<title>wverdoold on "Dutch .po file missing"</title>
<link>http://themeshaper.com/forums/topic/dutch-po-file-missing#post-5521</link>
<pubDate>Mon, 03 Aug 2009 11:06:52 +0000</pubDate>
<dc:creator>wverdoold</dc:creator>
<guid isPermaLink="false">5521@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to make some improvement in the dutch langueqes files, but .po file is missing in the most recent themefiles.&#60;/p&#62;
&#60;p&#62;Wilco
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Localization"</title>
<link>http://themeshaper.com/forums/topic/localization#post-4259</link>
<pubDate>Wed, 03 Jun 2009 09:54:12 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">4259@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;no .. you don't need to change anything within Thematic. &#60;/p&#62;
&#60;p&#62;Edit the wp_config.php and change the line &#60;code&#62;define(&#38;#39;WPLANG&#38;#39;, &#38;#39;en_EN&#38;#39;);&#60;/code&#62; to &#60;code&#62;define(&#38;#39;WPLANG&#38;#39;, &#38;#39;fr_FR&#38;#39;);&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>andrius on "Localization"</title>
<link>http://themeshaper.com/forums/topic/localization#post-4257</link>
<pubDate>Wed, 03 Jun 2009 07:43:00 +0000</pubDate>
<dc:creator>andrius</dc:creator>
<guid isPermaLink="false">4257@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello. I want to ask, how to change English language to example - French language in Thematic theme? Do I have to do anything with files?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>gaimer on "Swedish localization file"</title>
<link>http://themeshaper.com/forums/topic/swedish-localization-file#post-2816</link>
<pubDate>Wed, 01 Apr 2009 15:30:23 +0000</pubDate>
<dc:creator>gaimer</dc:creator>
<guid isPermaLink="false">2816@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It didn´t really work for me. I tried to download the files from SVN repository and place them in the language directory but still no translation. I then downloaded PoEdit and resaved Bjorn.syses po-file to generate a .mo file. I placed them in the language directory...... and it worked!&#60;/p&#62;
&#60;p&#62;Maybe I just didn´t get it how to download from SVN Repository..... :-)
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Swedish localization file"</title>
<link>http://themeshaper.com/forums/topic/swedish-localization-file#post-2762</link>
<pubDate>Tue, 31 Mar 2009 11:53:46 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">2762@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;please get the missing sv_SE.mo file from the &#60;a href=&#34;http://code.google.com/p/thematic/source/checkout&#34;&#62;SVN repository&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>

</channel>
</rss>

