From: Jakub B. <qb...@pl...> - 2005-08-15 19:48:52
|
Hello, First, I made Polish translations for libexif and related packages - they can be downloaded from: http://qboosh.cs.net.pl/pl.po/libexif-0.6.12.pl.po http://qboosh.cs.net.pl/pl.po/libexif-gtk-0.3.5.pl.po http://qboosh.cs.net.pl/pl.po/exif-0.6.9.pl.po http://qboosh.cs.net.pl/pl.po/gexif-0.5.pl.po (to be placed as po/pl.po in individual packages) When testing them, I found some NLS-related problems in exif and gexif: - exif tries to convert messages to UTF-8 using hardcoded ISO-8859-1 instead of real encoding used for given locale. Also gettext domain is not set correctly in configure. Patch available at: http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/exif-nls.patch?rev=1.1 - gexif uses wrong domain name when setting its codeset. Patch available at: http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/gexif-codeset.patch?rev=1.1 And finally, should libexif debug messages be translated or not? Now some of them are translated, some not. I've prepared a patch which adds gettext() calls to the remaining ones. It also fixes some typos etc. in strings used as msgids. It's available at: http://qboosh.cs.net.pl/pl.po/libexif-nls.patch -- Jakub Bogusz http://qboosh.cs.net.pl/ |