Browse Source

* po/zh_TW.po: New Chinese (traditional) translation.

* configure.in (ALL_LINGUAS): Add zh_TW.
* configure: Regenerate.
cr-0x5f1
Nick Clifton 20 years ago
parent
commit
b83ef3ee25
  1. 6
      ld/ChangeLog
  2. 7
      ld/configure
  3. 2
      ld/configure.in
  4. 1913
      ld/po/zh_TW.po

6
ld/ChangeLog

@ -1,3 +1,9 @@
2006-07-10 Nick Clifton <nickc@redhat.com>
* po/zh_TW.po: New Chinese (traditional) translation.
* configure.in (ALL_LINGUAS): Add zh_TW.
* configure: Regenerate.
2006-07-07 Nick Clifton <nickc@redhat.com>
PR ld/2874

7
ld/configure

@ -5105,7 +5105,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
ALL_LINGUAS="fr sv tr es da vi zh_CN"
ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW"
# If we haven't got the data from the intl directory,
# assume NLS is disabled.
USE_NLS=no
@ -5115,8 +5115,9 @@ INCINTL=
XGETTEXT=
GMSGFMT=
POSUB=
if test -f ../intl/config.intl; then
. ../intl/config.intl
if test -f ../intl/config.intl; then
. ../intl/config.intl
fi
echo "$as_me:$LINENO: checking whether NLS is requested" >&5
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6

2
ld/configure.in

@ -82,7 +82,7 @@ fi
AC_PROG_CC
AC_PROG_INSTALL
ALL_LINGUAS="fr sv tr es da vi zh_CN"
ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW"
ZW_GNU_GETTEXT_SISTER_DIR
AM_PO_SUBDIRS

1913
ld/po/zh_TW.po

File diff suppressed because it is too large
Loading…
Cancel
Save