Hi,<div><br></div><div><br></div><div>I&#39;m trying to use the gettexts packages for seaSide.</div><div><br></div><div>I finally achieve to create a .pot file, translate it with poedit and make the website translated.</div>
<div><br></div><div>But now, I&#39;m trying to create a .po file, that is a .pot file with the strings already translated and the strings remaining to translate.</div><div><br></div><div>(a .pot file beeing an empty template to begin without any translations)</div>
<div><br></div><div><br></div><div>We followed this tutorial :</div><div><a href="http://code.google.com/p/seaside/wiki/Gettext">http://code.google.com/p/seaside/wiki/Gettext</a></div><div><br></div><div>The versions used are :</div>
<div>Seaside-Gettext-Core-NorbertHartl.10</div><div>Seaside-Pharo-Gettext-Core-pmm.1</div><div>Name: Gettext-HilaireFernandes.22</div><div><br></div><div>When I simply try :</div><div><br></div><div>GetTextExporter new exportTranslator: NaturalLanguageTranslator current.</div>
<div><br></div><div>I got :</div><div><br></div><div><a href="http://pix.toile-libre.org/?img=1322152172.jpg">http://pix.toile-libre.org/?img=1322152172.jpg</a></div><div><br></div><div>I&#39;ve got the same result with any GetTextTranslator</div>
<div><br></div><div>I have tryed to look for an implementors of the method &quot;translations&quot; but no one is implementing it, is a pkged missing?</div><div><br></div><div>I&#39;ve also tryed to replace it with &#39;class translators&#39; but this sound wrong and give me another unrelated error.</div>
<div><br></div><div>Thanks in advance for your help,</div>