[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [console-common] wrong+unexported TEXTDOMAIN in install-keymap



On Tue, Mar 30, 2004 at 12:57:02AM +0300, Recai Oktas wrote:
> Hi,
> 
> Unfortunately there are other problems with install-keymap regarding the 
> i18n issues, which render the translation efforts of 'console-data' (as 
> suggested for second-stage installation [1]) somewhat problematic.
> Messages with shell variables doesn't work, e.g.
> 
>   $GETTEXT >&2 "confffile ${CONFFILE} is a symlink : not overwriting"

Right, this can be rewritten as
  printf `$GETTEXT "confffile %s is a symlink : not overwriting"` $CONFFILE >&2
  echo >&2
Your previous post is also right, TEXTDOMAIN is wrongly set.

Denis



Reply to: