diff options
author | Nick Clifton <nickc@redhat.com> | 2005-06-03 13:22:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-06-03 13:22:15 +0000 |
commit | 82d457f64ba1cd414364a3907d9533664f5e034b (patch) | |
tree | cd07469a4e716080220d8ca782006f51a78aeb4c /binutils/configure | |
parent | 0311b7a8b200fd7fb77d0c7643aab8ec92b3ffc5 (diff) | |
download | gdb-82d457f64ba1cd414364a3907d9533664f5e034b.zip gdb-82d457f64ba1cd414364a3907d9533664f5e034b.tar.gz gdb-82d457f64ba1cd414364a3907d9533664f5e034b.tar.bz2 |
* configure.in (ALL_LINGUAS): Add zh_TW
* configure: Regenerate.
* po/zh_TW.po: New Chinese (traditional) translation.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index f1f7d71..a50a9ca 100755 --- a/binutils/configure +++ b/binutils/configure @@ -5165,7 +5165,7 @@ if test "$LEX" = :; then LEX=${am_missing_run}flex fi -ALL_LINGUAS="fr tr ja es sv da zh_CN ru ro rw" +ALL_LINGUAS="fr tr ja es sv da zh_CN ru ro rw zh_TW" if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |