diff options
author | Nick Clifton <nickc@redhat.com> | 2015-11-20 12:35:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-11-20 12:35:43 +0000 |
commit | f8c2a96547f690bb6308f1dbdf174679afd01b2b (patch) | |
tree | 200f0aca51517002122bd1d9050dbd3fee92beb8 /gas/configure.ac | |
parent | bb0974456ed6d421e8d0b257f1e108c242326afc (diff) | |
download | gdb-f8c2a96547f690bb6308f1dbdf174679afd01b2b.zip gdb-f8c2a96547f690bb6308f1dbdf174679afd01b2b.tar.gz gdb-f8c2a96547f690bb6308f1dbdf174679afd01b2b.tar.bz2 |
Update translations.
binutils * po/ca.po: New Catalan translation.
* configure.ac (ALL_LINGUAS): Add ca.
* configure: Regenerate.
gas * po/fr.po: Updated French translation.
* po/uk.po: Updated Ukraninan translation.
* po/zh_CN.po: New simplified Chinese translation.
* configure.ac (ALL_LINGUAS): Add zh_CN.
* configure: Regenerate.
opcodes * po/zh_CN.po: Updated simplified Chinese translation.
Diffstat (limited to 'gas/configure.ac')
-rw-r--r-- | gas/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.ac b/gas/configure.ac index ab4dedc..07f825d 100644 --- a/gas/configure.ac +++ b/gas/configure.ac @@ -736,7 +736,7 @@ AC_DEFINE_UNQUOTED(TARGET_OS, "${target_os}", [Target OS.]) AC_PROG_YACC AM_PROG_LEX -ALL_LINGUAS="fr tr es rw id ru fi ja" +ALL_LINGUAS="fr tr es rw id ru fi ja zh_CN" ZW_GNU_GETTEXT_SISTER_DIR AM_PO_SUBDIRS |