changes needed to use intltools to generate *.desktop file:

- changed src/messages/ to src/po/
- added POTFILES.in and configure.in files
This commit is contained in:
Pablo Saratxaga 2004-06-14 15:12:02 +00:00
parent 60ccdb0e65
commit 295041ba59
51 changed files with 23406 additions and 251 deletions

View file

@ -490,7 +490,7 @@ http://www.newbreedsoftware.com/tuxpaint/
Append ".utf8" to the locale code (e.g., "fr.utf8=...")
* Removed stamp descriptions from Japanese translation file
(src/messages/ja.po). (Will be placed as UTF-8 encoded text in next
(src/po/ja.po). (Will be placed as UTF-8 encoded text in next
Tux Paint stamps package release.)
@ -1438,7 +1438,7 @@ http://www.newbreedsoftware.com/tuxpaint/
Gabriel Gazzan <ggabriel@internet.com.uy>
* Switched from using #define'd strings for translations to using "gettext"
and ".po" files (see src/messages/)
and ".po" files (see src/po/)
Fabian Franz <FabianFranz@gmx.de>
(Thanks to Andreas Best <a_best@web.de> for help getting locales working)