Jevos, Peter wrote:
Hi , I have one question to plugin translations
I did everything accordint to rtanslating plugins on
http://www.squirrelmail.org/wiki/en_US/TranslatingPlugins
but still I have problem and my plugin is not translated
So I did:
I created .po file:
xgettext --keyword=_ -d change_mysqlpass -s -C *.php ( I tried also
another xgettext --keyword=_ -d <plugin_name> -s -L php *.php ) I created directory structure :
change_mysqlpass/locale/cs_CZ/LC_MESSAGES/
I edited Charset line in new .po file:
"Content-Type: text/plain; charset=iso-8859-2\n"
I made translation and created new .mo file in
../change_mysqlpass/locale/cs_CZ/LC_MESSAGES/ by:
msgfmt -o change_mysqlpass.mo change_mysqlpass


That's all. So as I said nothing change and translation is still in
english

IIRC, the correct gettext calls have not been added to that plugin yet. That would mean you need to either do that or merge your translated strings into the SM core translations. Didn't I just answer this question last week? Maybe it was offlist with someone else....



------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to