<?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>bbPress support forums Tag: gettext</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: gettext</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 23:58:05 +0000</pubDate>

<item>
<title>JoergHH on "Plugin localization?"</title>
<link>http://bbpress.org/forums/topic/plugin-localization#post-15763</link>
<pubDate>Fri, 25 Apr 2008 15:33:36 +0000</pubDate>
<dc:creator>JoergHH</dc:creator>
<guid isPermaLink="false">15763@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;strong&#62;Many plugins do use the gettext functions.&#60;/strong&#62;&#60;br /&#62;
Really? Then I have no luck. (_ck_, did you hear that?? ^^)
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Plugin localization?"</title>
<link>http://bbpress.org/forums/topic/plugin-localization#post-15761</link>
<pubDate>Fri, 25 Apr 2008 15:19:29 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15761@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Many plugins do use the gettext functions.&#60;/p&#62;
&#60;p&#62;I know I always try to.
&#60;/p&#62;</description>
</item>
<item>
<title>JoergHH on "Plugin localization?"</title>
<link>http://bbpress.org/forums/topic/plugin-localization#post-15756</link>
<pubDate>Fri, 25 Apr 2008 09:04:06 +0000</pubDate>
<dc:creator>JoergHH</dc:creator>
<guid isPermaLink="false">15756@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi there!&#60;/p&#62;
&#60;p&#62;Why don't use plugin authors gettext localization as bbPress itself does?!&#60;/p&#62;
&#60;p&#62;I start testing plugins for the german community at bbpress.de and find out that absolutely &#60;strong&#62;NO&#60;/strong&#62; plugin could be used without direct translation. That's a pitty and I really wonder about this situation :-(&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Jörg
&#60;/p&#62;</description>
</item>
<item>
<title>shuvro on "generate a .pot-file (gettext)"</title>
<link>http://bbpress.org/forums/topic/generate-a-pot-file-gettext#post-7931</link>
<pubDate>Fri, 08 Jun 2007 14:10:11 +0000</pubDate>
<dc:creator>shuvro</dc:creator>
<guid isPermaLink="false">7931@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't know where to find those pot file to translate.
&#60;/p&#62;</description>
</item>
<item>
<title>ergos81 on "generate a .pot-file (gettext)"</title>
<link>http://bbpress.org/forums/topic/generate-a-pot-file-gettext#post-7855</link>
<pubDate>Mon, 04 Jun 2007 15:23:49 +0000</pubDate>
<dc:creator>ergos81</dc:creator>
<guid isPermaLink="false">7855@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;May you describe exactly the steps you have done in poedit?
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "generate a .pot-file (gettext)"</title>
<link>http://bbpress.org/forums/topic/generate-a-pot-file-gettext#post-3370</link>
<pubDate>Fri, 19 Jan 2007 23:01:33 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">3370@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hehe, I'm blind! :P Sorry, just open poEdit and do what it says :P.
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "generate a .pot-file (gettext)"</title>
<link>http://bbpress.org/forums/topic/generate-a-pot-file-gettext#post-3361</link>
<pubDate>Fri, 19 Jan 2007 15:44:56 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">3361@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, I have made my own template and the original gettext-objects in the code have been replaced. Therefore  I need to rescan my files for the gettext-text so I can translate.&#60;/p&#62;
&#60;p&#62;The only problem is that I have been searching for days to find out how to do, but i can't  find anything interesting. I've tried poEdit but you can't search in .php files for gettext-objects!&#60;/p&#62;
&#60;p&#62;how do i do? someone who can help me?
&#60;/p&#62;</description>
</item>
<item>
<title>gorkau on "Problems with tranlation"</title>
<link>http://bbpress.org/forums/topic/problems-with-tranlation#post-3061</link>
<pubDate>Tue, 09 Jan 2007 12:24:05 +0000</pubDate>
<dc:creator>gorkau</dc:creator>
<guid isPermaLink="false">3061@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok, solved.&#60;/p&#62;
&#60;p&#62;I edited the .po file and changed:&#60;/p&#62;
&#60;p&#62;msgid &#34;post&#34;&#60;br /&#62;
msgstr &#34;mensaje&#34;&#60;/p&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;p&#62;msgid &#34;post&#34;&#60;br /&#62;
msgid_plural &#34;posts&#34;&#60;br /&#62;
msgstr[0] &#34;mensaje&#34;&#60;br /&#62;
msgstr[1] &#34;mensajes&#34;&#60;/p&#62;
&#60;p&#62;I also had to set plural forms (in catalog options) to:&#60;/p&#62;
&#60;p&#62;nplurals=2; plural=(n != 1);&#60;/p&#62;
&#60;p&#62;I've found the hint to the solution here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://drupal.org/node/17564&#34; rel=&#34;nofollow&#34;&#62;http://drupal.org/node/17564&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gorkau on "Problems with tranlation"</title>
<link>http://bbpress.org/forums/topic/problems-with-tranlation#post-3060</link>
<pubDate>Tue, 09 Jan 2007 11:58:51 +0000</pubDate>
<dc:creator>gorkau</dc:creator>
<guid isPermaLink="false">3060@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm working on the spanish translation and I'm having a problem.&#60;/p&#62;
&#60;p&#62;syntax error, unexpected $end in /.../bb-includes/gettext.php(307) : eval()'d code on line 1&#60;/p&#62;
&#60;p&#62;The error really comes from this line of code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$posts = sprintf('%1$s %2$s', $post_num, __ngettext( 'post', 'posts', $post_num ));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And I guess it has something to do with the plurals (post and posts). I've generated the po file using poEdit.&#60;/p&#62;
&#60;p&#62;Does anyone have an idea of how to solve this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
