Don't think I understand.. I have the following structure: .\prog.exe .\dabo\locale\en\LC_MESSAGES\dabo.mo
I have also tried: .\prog.exe .\locale\en\LC_MESSAGES\dabo.mo And .\prog.exe .\dabo.pot .\en\LC_MESSAGES\dabo.mo I get the same error on all three. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 22. august 2007 14:45 To: Dabo Users list Subject: Re: [dabo-users] Localization and py2exe On Aug 22, 2007, at 8:38 AM, Simen Haugen wrote: > I tried to copy the locale folder to the project folder so I have > project\dist\locale. I also tried to add all the en/de etc. folders > directly in dist. None of the above helped. You should have a dabo/locale/de/LC_MESSAGES/dabo.mo for German; all the other languages should be the same path but with the 'de' subdir replaced by the two-character language abbreviation, such as 'en', 'es', etc. The '.mo' files are what gettext uses for the translations. -- Ed Leafe -- http://leafe.com -- http://dabodev.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
