Recai Oktas wrote: > 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_ this is the actual fix for this problem (I don't know), then keep it POSIX sh compatible and export in two lines: TEXTDOMAIN=install-keymap export TEXTDOMAIN Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

