Hi,

[Well, perhaps this report should have been sent to console-common, 
directly, but I want to get a confirmation from other d-i translators.]

After I've translated the console-common/po/tr.po and attempted to test 
it, I've noticed that Turkish messages could not be displayed.  I found 
that the problem was in fact caused by using a wrong and unexported 
TEXTDOMAIN.  Could someone confirm this bug and apply my fix?  Here is 
how I test it for Turkish:

        LC_ALL=tr_TR install-keymap     # display "Usage" in Turkish

--- install-keymap.old  2004-03-29 22:04:38.000000000 +0300
+++ install-keymap      2004-03-29 22:05:23.000000000 +0300
@@ -8,7 +8,7 @@
 KMAPEXT=kmap
 
 # Set uo i18n if possible
-TEXTDOMAIN=console-common
+export TEXTDOMAIN=install-keymap
 if [ -x /usr/bin/gettext ]
 then
    GETTEXT="/usr/bin/gettext -s"

-- 
roktas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to