<?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: codestyling localization</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 01:09:34 +0000</pubDate>

<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>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>

</channel>
</rss>
