diff options
author | Nick Clifton <nickc@redhat.com> | 2018-02-27 12:27:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-02-27 12:27:30 +0000 |
commit | bc7c0509f28d3a448adf4c2da335d0251ef69892 (patch) | |
tree | ee762fa9c5d1184bbaa662c9bf287e1f6034fdc5 /binutils/configure.ac | |
parent | e8f5af786c7665141f6644998b8c427ad466d474 (diff) | |
download | gdb-bc7c0509f28d3a448adf4c2da335d0251ef69892.zip gdb-bc7c0509f28d3a448adf4c2da335d0251ef69892.tar.gz gdb-bc7c0509f28d3a448adf4c2da335d0251ef69892.tar.bz2 |
Add a new Portuguese translation for the binutils sub-directory, and update the Russian translation for the gas sub-directory.
gas * po/ru.po: Updated Russian translation.
binutils* po/pt.po: New Portuguese translation.
* configure.ac (ALL_LINGUAS): Add pt.
* configure: Regenerate.
Diffstat (limited to 'binutils/configure.ac')
-rw-r--r-- | binutils/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure.ac b/binutils/configure.ac index 6d3eaa3..88578c2 100644 --- a/binutils/configure.ac +++ b/binutils/configure.ac @@ -89,7 +89,7 @@ fi AC_PROG_YACC AM_PROG_LEX -ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr ca" +ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr ca pt" ZW_GNU_GETTEXT_SISTER_DIR AM_PO_SUBDIRS |