summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-10-10 01:18:06 +0200
committerBruno Haible <bruno@clisp.org>2022-10-10 01:20:08 +0200
commit9464666921935e0430af1a8b2586cffae97218ab (patch)
treec528373e9da4110c1212a55c3ffb95358672ba26
parente27f14e94f160a1fa04ea5e4c2cf0b9b30fb972f (diff)
downloadgettext-9464666921935e0430af1a8b2586cffae97218ab.tar.gz
Merge from 0.21.x branch: Prepare for 0.21.1 release.
* gettext-runtime/doc/matrix.texi: Update from TP. * gettext-runtime/doc/nls.texi (STATUS): Update. * gettext-runtime/intl/libgnuintl.in.h (LIBINTL_VERSION): Bump. * gettext-tools/libgettextpo/gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump. * libtextstyle/version.sh: Update VERSION_NUMBER, RELEASE_DATE. * NEWS, gettext-runtime/NEWS: Update. * libtextstyle/lib/Makefile.am (LTV_*): Bump to 1:2:1. * gettext-runtime/intl/Makefile.am (LTV_*): Bump to 11:0:3. * gettext-tools/libgettextpo/Makefile.am (LTV_*): Bump to 5:8:5. * gettext-runtime/src/envsubst.c: Update copyright years of the --version output. * gettext-runtime/src/gettext.c: Likewise. * gettext-runtime/src/gettext.sh.in: Likewise. * gettext-runtime/src/ngettext.c: Likewise. * gettext-tools/misc/autopoint.in: Likewise. * gettext-tools/misc/convert-archive.in: Likewise. * gettext-tools/misc/gettextize.in: Likewise. * gettext-tools/src/cldr-plurals.c: Likewise. * gettext-tools/src/hostname.c: Likewise. * gettext-tools/src/msgattrib.c: Likewise. * gettext-tools/src/msgcat.c: Likewise. * gettext-tools/src/msgcmp.c: Likewise. * gettext-tools/src/msgcomm.c: Likewise. * gettext-tools/src/msgconv.c: Likewise. * gettext-tools/src/msgen.c: Likewise. * gettext-tools/src/msgexec.c: Likewise. * gettext-tools/src/msgfilter.c: Likewise. * gettext-tools/src/msgfmt.c: Likewise. * gettext-tools/src/msggrep.c: Likewise. * gettext-tools/src/msginit.c: Likewise. * gettext-tools/src/msgmerge.c: Likewise. * gettext-tools/src/msgunfmt.c: Likewise. * gettext-tools/src/msguniq.c: Likewise. * gettext-tools/src/recode-sr-latin.c: Likewise. * gettext-tools/src/urlget.c: Likewise. * gettext-tools/src/xgettext.c: Likewise. * gettext-tools/configure.ac (ARCHIVE_VERSION): Bump to 0.21.1. * gettext-tools/misc/autopoint.in: Allow version 0.21.1.
-rw-r--r--NEWS3
-rw-r--r--gettext-runtime/NEWS7
-rw-r--r--gettext-runtime/doc/matrix.texi1852
-rw-r--r--gettext-runtime/doc/nls.texi4
-rw-r--r--gettext-runtime/intl/Makefile.am4
-rw-r--r--gettext-runtime/intl/libgnuintl.in.h4
-rw-r--r--gettext-runtime/src/envsubst.c4
-rw-r--r--gettext-runtime/src/gettext.c4
-rw-r--r--gettext-runtime/src/gettext.sh.in4
-rw-r--r--gettext-runtime/src/ngettext.c4
-rw-r--r--gettext-tools/configure.ac2
-rw-r--r--gettext-tools/libgettextpo/Makefile.am2
-rw-r--r--gettext-tools/libgettextpo/gettext-po.in.h4
-rw-r--r--gettext-tools/misc/autopoint.in6
-rw-r--r--gettext-tools/misc/convert-archive.in4
-rw-r--r--gettext-tools/misc/gettextize.in4
-rw-r--r--gettext-tools/src/cldr-plurals.c4
-rw-r--r--gettext-tools/src/hostname.c4
-rw-r--r--gettext-tools/src/msgattrib.c4
-rw-r--r--gettext-tools/src/msgcat.c4
-rw-r--r--gettext-tools/src/msgcmp.c4
-rw-r--r--gettext-tools/src/msgcomm.c4
-rw-r--r--gettext-tools/src/msgconv.c4
-rw-r--r--gettext-tools/src/msgen.c4
-rw-r--r--gettext-tools/src/msgexec.c4
-rw-r--r--gettext-tools/src/msgfilter.c4
-rw-r--r--gettext-tools/src/msgfmt.c4
-rw-r--r--gettext-tools/src/msggrep.c4
-rw-r--r--gettext-tools/src/msginit.c2
-rw-r--r--gettext-tools/src/msgmerge.c4
-rw-r--r--gettext-tools/src/msgunfmt.c4
-rw-r--r--gettext-tools/src/msguniq.c4
-rw-r--r--gettext-tools/src/recode-sr-latin.c4
-rw-r--r--gettext-tools/src/urlget.c4
-rw-r--r--gettext-tools/src/xgettext.c2
-rw-r--r--libtextstyle/lib/Makefile.am4
-rw-r--r--libtextstyle/version.sh4
37 files changed, 952 insertions, 1040 deletions
diff --git a/NEWS b/NEWS
index ec9ad999e..ea7ff0c76 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ Version 0.21.2 - January 2023
* xgettext:
The xgettext option '--sorted-output' is now deprecated.
-Version 0.21.1 - September 2022
+Version 0.21.1 - October 2022
* Runtime behaviour:
- On AIX, locale names with a script or with an uppercase language are now
@@ -25,6 +25,7 @@ Version 0.21.1 - September 2022
* Portability:
- Building on macOS 11/arm64 is now supported.
+ - Building on Linux/powerpc64le with glibc ≥ 2.35 is now supported.
Version 0.21 - July 2020
diff --git a/gettext-runtime/NEWS b/gettext-runtime/NEWS
index fd7d5c56f..d4a455f35 100644
--- a/gettext-runtime/NEWS
+++ b/gettext-runtime/NEWS
@@ -1,3 +1,10 @@
+Version 0.21.1 - October 2022
+
+* On AIX, locale names with a script or with an uppercase language are now
+ supported.
+ For example, sr_Cyrl_RS.UTF-8 is treated like sr_RS.UTF-8@cyrillic, and
+ EN_US.UTF-8 is treated like en_US.UTF-8.
+
Version 0.21 - July 2020
* On native Windows platforms, the directory that contains the message
diff --git a/gettext-runtime/doc/matrix.texi b/gettext-runtime/doc/matrix.texi
index 147c0148f..23552360a 100644
--- a/gettext-runtime/doc/matrix.texi
+++ b/gettext-runtime/doc/matrix.texi
@@ -1,1045 +1,949 @@
@example
@group
-Ready PO files af an ar ast be bg bn bn_IN ca ckb crh cs da de
- +---------------------------------------------------+
-a2ps | [] [] [] [] [] |
-aegis | [] [] |
-anubis | [] [] |
-aspell | [] [] [] [] [] |
-bash | [] [] [] [] |
-bfd | |
-binutils | [] |
-bison | [] [] |
-bison-runtime | [] [] [] [] [] |
-buzztrax | [] [] [] |
-ccd2cue | [] [] |
-ccide | [] [] |
-cflow | [] [] |
-clisp | [] [] |
-coreutils | [] [] [] [] [] |
-cpio | [] [] |
-cppi | [] [] |
-cpplib | [] [] [] |
-cryptsetup | [] [] [] |
-datamash | [] [] |
-denemo | [] [] [] |
-dfarc | [] [] [] |
-dialog | [] [] [] [] [] [] |
-dico | [] [] |
-diffutils | [] [] [] [] |
-dink | [] [] [] |
-direvent | [] [] |
-doodle | [] [] [] |
-dos2unix | [] [] |
-dos2unix-man | [] |
-e2fsprogs | [] [] [] [] |
-enscript | [] [] [] |
-exif | [] [] [] [] |
-fetchmail | [] [] [] () |
-findutils | [] [] [] [] |
-flex | [] [] [] [] |
-freedink | [] [] [] [] |
-fusionforge | [] |
-gas | |
-gawk | [] [] |
-gcal | [] [] [] |
-gcc | [] |
-gdbm | [] [] |
-gettext-examples | [] [] [] [] [] [] [] |
-gettext-runtime | [] [] [] [] [] [] |
-gettext-tools | [] [] [] [] |
-gjay | [] |
-glunarclock | [] [] [] [] [] |
-gnubiff | [] () |
-gnubik | [] [] [] |
-gnucash | [] () [] () |
-gnuchess | [] [] |
-gnucobol | |
-gnulib | [] [] [] [] |
-gnunet | |
-gnunet-gtk | [] |
-gnutls | [] [] |
-gold | |
-gphoto2 | [] [] () |
-gprof | [] [] [] |
-gramadoir | [] [] |
-grep | [] [] [] [] [] |
-grip | [] [] [] [] [] |
-grub | [] [] [] [] |
-gsasl | [] [] |
-gss | [] [] |
-gst-plugins-bad | [] [] [] [] [] |
-gst-plugins-base | [] [] [] [] [] |
-gst-plugins-good | [] [] [] [] [] |
-gst-plugins-ugly | [] [] [] [] [] [] |
-gstreamer | [] [] [] [] [] [] |
-gtick | [] [] () |
-gtkam | [] [] [] () |
-gtkspell | [] [] [] [] [] [] [] |
-guix | [] [] |
-guix-manual | [] |
-guix-packages | |
-gutenprint | [] [] [] |
-hello | [] [] [] [] |
-help2man | [] [] |
-help2man-texi | [] |
-hylafax | [] |
-idutils | [] [] |
-jwhois | [] |
-kbd | [] |
-klavaro | [] [] [] [] [] [] [] |
-ld | [] |
-libc | [] [] [] [] [] |
-libexif | () [] [] |
-libextractor | [] [] |
-libgphoto2 | [] [] () |
-libgphoto2_port | [] [] () |
-libgsasl | [] [] |
-libiconv | [] [] [] [] |
-libidn | [] [] [] |
-libidn2 | [] [] [] |
-lilypond | [] [] [] [] |
-lordsawar | [] [] [] |
-lprng | |
-lynx | [] [] [] [] |
-m4 | [] [] [] [] |
-mailfromd | [] |
-mailutils | [] |
-make | [] [] [] [] |
-man-db | [] [] [] [] [] |
-man-db-manpages | [] |
-meritous | [] |
-midi-instruments | [] [] [] [] [] |
-minicom | [] [] [] |
-mkisofs | [] |
-mpop | [] |
-msmtp | [] |
-muibase | () |
-myserver | [] [] |
-nano | [] [] [] [] |
-opcodes | [] |
-parted | [] [] [] |
-pies | [] |
-pnmixer | [] [] |
-procps-ng | [] |
-procps-ng-man | [] |
-psmisc | [] [] [] |
-pspp | [] [] |
-pushover | [] () |
-pwdutils | [] [] |
-pyspread | [] [] |
-radius | [] |
-recode | [] [] [] [] [] |
-recutils | [] |
-rush | [] [] |
-sarg | [] [] |
-savane | |
-sed | [] [] [] [] [] [] |
-sharutils | [] [] |
-shepherd | [] [] |
-shishi | [] |
-skribilo | [] |
-solfege | [] [] [] [] |
-solfege-manual | [] [] |
-spotmachine | [] [] |
-sudo | [] [] [] [] [] |
-sudoers | [] [] [] [] |
-sysstat | [] [] |
-tar | [] [] [] [] [] |
-texinfo | [] [] [] [] |
-texinfo_document | [] [] [] |
-tigervnc | [] [] [] [] |
-tin | [] [] |
-tin-man | |
-tracgoogleappsa... | [] [] |
-trader | [] [] |
-util-linux | [] [] [] |
-ve | [] |
-vmm | [] |
-vorbis-tools | [] [] [] |
-wastesedge | [] |
-wcd | [] [] |
-wcd-man | [] |
-wdiff | [] [] [] [] |
-wget | [] [] |
-wget2 | [] |
-wyslij-po | [] [] |
-xboard | [] [] |
-xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] |
-xkeyboard-config | [] [] [] [] [] |
-xz | [] [] |
- +---------------------------------------------------+
- af an ar ast be bg bn bn_IN ca ckb crh cs da de
- 3 2 4 17 6 31 1 1 54 1 1 69 114 138
+Ready PO files ab af an ar ast be bg bn bn_IN ca ckb crh cs da
+ +--------------------------------------------------+
+a2ps | [] [] [] [] |
+anubis | [] |
+aspell | [] [] [] [] |
+bash | [] [] [] |
+beebase | |
+bfd | |
+binutils | |
+bison | [] |
+bison-runtime | [] [] [] [] |
+buzztrax | [] [] |
+ccd2cue | [] |
+ccide | [] |
+cflow | |
+clisp | [] |
+coreutils | [] [] [] [] |
+cpio | [] |
+cppi | [] |
+cpplib | [] [] |
+cryptsetup | [] [] |
+datamash | [] |
+denemo | [] [] [] |
+dfarc | [] [] |
+dialog | [] [] [] [] [] |
+dico | [] |
+diffutils | [] [] [] |
+dink | [] [] |
+direvent | [] |
+doodle | [] [] |
+dos2unix | [] [] |
+dos2unix-man | |
+e2fsprogs | [] [] [] |
+enscript | [] [] |
+exif | [] [] [] |
+fetchmail | [] [] [] |
+findutils | [] [] [] [] |
+flex | [] [] [] |
+freedink | [] [] [] |
+fusionforge | |
+gas | |
+gawk | [] [] |
+gcal | [] [] |
+gcc | |
+gdbm | [] |
+gettext-examples | [] [] [] [] [] [] |
+gettext-runtime | [] [] [] [] [] |
+gettext-tools | [] [] [] |
+gnubik | [] [] |
+gnuchess | [] |
+gnucobol | |
+gnulib | [] [] [] |
+gnunet | |
+gnunet-gtk | |
+gnutls | [] |
+gold | |
+gphoto2 | [] [] |
+gprof | [] [] |
+grep | [] [] [] [] [] |
+grip | [] [] [] [] |
+grub | [] [] [] |
+gsasl | [] |
+gss | [] |
+gst-plugins-bad | [] [] [] [] |
+gst-plugins-base | [] [] [] [] |
+gst-plugins-good | [] [] [] [] |
+gst-plugins-ugly | [] [] [] [] [] |
+gstreamer | [] [] [] [] [] |
+gtick | [] [] |
+gtkam | [] [] [] |
+gtkspell | [] [] [] [] [] [] |
+gutenprint | [] [] |
+hello | [] |
+help2man | [] |
+help2man-texi | |
+idutils | [] |
+kbd | [] |
+klavaro | [] [] [] [] [] [] |
+ld | [] |
+libc | [] [] [] [] |
+libexif | [] |
+libextractor | [] |
+libgphoto2 | [] [] |
+libgphoto2_port | [] [] |
+libiconv | [] [] [] |
+libidn | [] [] |
+libidn2 | [] [] |
+lilypond | [] [] [] |
+lordsawar | [] [] |
+lynx | [] [] [] |
+m4 | [] |
+mailfromd | [] |
+mailutils | |
+make | [] [] [] |
+man-db | [] [] [] [] |
+man-db-manpages | |
+meritous | [] |
+midi-instruments | [] [] [] [] |
+minicom | [] [] |
+mpop | |
+msmtp | |
+nano | [] [] [] |
+opcodes | |
+parted | [] [] |
+pies | |
+pnmixer | [] |
+procps-ng | |
+procps-ng-man | |
+psmisc | [] [] |
+psmisc-man | |
+pspp | [] [] |
+pyspread | [] |
+radius | [] |
+recode | [] [] [] [] |
+recutils | |
+rush | [] |
+sarg | [] |
+savane | |
+sed | [] [] [] [] [] |
+sharutils | [] |
+shepherd | [] |
+shishi | |
+skribilo | [] |
+solfege | [] [] [] |
+solfege-manual | [] |
+spotmachine | [] |
+sudo | [] [] [] [] |
+sudoers | [] [] [] |
+sysstat | [] |
+tar | [] [] [] [] |
+texinfo | [] [] [] |
+texinfo_document | [] [] |
+tigervnc | [] [] [] |
+tin | [] |
+tin-man | |
+trader | [] |
+util-linux | [] [] |
+util-linux-man | |
+ve | |
+vmm | |
+vorbis-tools | [] [] |
+wastesedge | [] |
+wcd | [] |
+wcd-man | |
+wdiff | [] [] [] |
+wget | [] |
+wget2 | |
+wyslij-po | [] |
+xboard | [] |
+xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
+xkeyboard-config | [] [] [] [] [] |
+xz | [] [] |
+ +--------------------------------------------------+
+ ab af an ar ast be bg bn bn_IN ca ckb crh cs da
+ 1 3 2 6 15 8 31 1 1 53 1 1 64 104
@end group
@group
- el en en_GB eo es et eu fa fi fr fur ga gd gl
- +-------------------------------------------------+
-a2ps | [] [] [] [] [] [] [] |
-aegis | [] [] |
-anubis | [] [] [] |
-aspell | [] [] [] [] [] [] [] |
-bash | [] [] [] [] |
-bfd | [] |
-binutils | [] |
-bison | [] [] [] |
-bison-runtime | [] [] [] [] [] [] [] [] |
-buzztrax | [] [] [] |
-ccd2cue | [] [] [] |
-ccide | [] [] [] [] [] |
-cflow | [] [] [] [] [] |
-clisp | [] [] [] |
-coreutils | [] [] [] |
-cpio | [] [] [] [] |
-cppi | [] [] [] [] [] |
-cpplib | [] [] [] [] |
-cryptsetup | [] [] |
-datamash | [] [] [] |
-denemo | |
-dfarc | [] [] [] [] [] |
-dialog | [] [] [] [] [] [] [] [] [] [] [] |
-dico | [] [] [] |
-diffutils | [] [] [] [] [] |
-dink | [] [] [] [] |
-direvent | [] [] [] |
-doodle | [] [] [] [] [] |
-dos2unix | [] [] [] [] |
-dos2unix-man | [] [] |
-e2fsprogs | [] [] |
-enscript | [] [] [] [] [] [] |
-exif | [] [] [] [] [] [] |
-fetchmail | [] [] [] [] [] |
-findutils | [] [] [] [] [] [] [] [] |
-flex | [] [] [] [] [] |
-freedink | [] [] [] [] [] [] [] |
-fusionforge | [] [] |
-gas | [] [] [] |
-gawk | [] [] [] |
-gcal | [] [] |
-gcc | [] [] |
-gdbm | [] [] [] [] |
-gettext-examples | [] [] [] [] [] [] [] |
-gettext-runtime | [] [] [] [] [] [] |
-gettext-tools | [] [] [] |
-gjay | [] [] [] [] |
-glunarclock | [] [] [] [] [] [] |
-gnubiff | [] [] () |
-gnubik | [] [] [] [] [] [] |
-gnucash | () () () () () |
-gnuchess | [] [] [] |
-gnucobol | [] [] |
-gnulib | [] [] [] [] [] |
-gnunet | [] |
-gnunet-gtk | [] |
-gnutls | [] [] [] [] |
-gold | [] [] [] |
-gphoto2 | [] [] |
-gprof | [] [] [] [] [] |
-gramadoir | [] [] [] [] [] |
-grep | [] [] [] [] [] [] |
-grip | [] [] [] [] |
-grub | [] [] [] [] |
-gsasl | [] [] [] [] [] |
-gss | [] [] [] [] [] |
-gst-plugins-bad | [] [] |
-gst-plugins-base | [] [] [] [] [] [] |
-gst-plugins-good | [] [] [] [] [] [] |
-gst-plugins-ugly | [] [] [] [] [] [] [] [] |
-gstreamer | [] [] [] [] [] [] |
-gtick | [] [] [] [] [] [] |
-gtkam | [] [] [] [] |
-gtkspell | [] [] [] [] [] [] [] [] [] |
-guix | [] [] |
-guix-manual | [] [] |
-guix-packages | |
-gutenprint | [] [] [] |
-hello | [] [] [] [] [] [] [] [] |
-help2man | [] [] [] [] [] |
-help2man-texi | [] [] |
-hylafax | [] |
-idutils | [] [] [] [] |
-jwhois | [] [] [] [] [] |
-kbd | [] |
-klavaro | [] [] [] [] [] [] |
-ld | [] [] |
-libc | [] [] [] [] |
-libexif | () [] [] |
-libextractor | [] [] |
-libgphoto2 | [] [] |
-libgphoto2_port | [] [] [] [] |
-libgsasl | [] [] [] [] [] |
-libiconv | [] [] [] [] [] [] [] |
-libidn | [] [] [] |
-libidn2 | [] [] |
-lilypond | [] [] [] [] |
-lordsawar | [] |
-lprng | |
-lynx | [] [] [] [] |
-m4 | [] [] [] [] [] [] [] |
-mailfromd | [] |
-mailutils | [] [] [] |
-make | [] [] [] [] |
-man-db | [] [] [] |
-man-db-manpages | [] [] |
-meritous | [] |
-midi-instruments | [] [] [] [] [] [] [] [] |
-minicom | [] [] [] |
-mkisofs | [] [] [] [] |
-mpop | [] [] |
-msmtp | [] [] |
-muibase | [] |
-myserver | [] [] [] |
-nano | [] [] [] [] [] [] |
-opcodes | [] [] |
-parted | [] [] [] |
-pies | [] [] |
-pnmixer | [] |
-procps-ng | [] |
-procps-ng-man | [] |
-psmisc | [] [] [] [] [] |
-pspp | [] [] [] [] |
-pushover | [] [] [] |
-pwdutils | [] |
-pyspread | [] |
-radius | [] [] |
-recode | [] [] [] [] [] [] |
-recutils | [] [] |
-rush | [] [] |
-sarg | [] [] |
-savane | [] [] |
-sed | [] [] [] [] [] [] [] [] |
-sharutils | [] [] [] |
-shepherd | [] [] |
-shishi | [] [] |
-skribilo | [] [] [] |
-solfege | [] [] [] [] [] [] [] |
-solfege-manual | [] [] [] [] |
-spotmachine | [] [] [] |
-sudo | [] [] [] [] [] [] |
-sudoers | [] [] [] |
-sysstat | [] [] [] |
-tar | [] [] [] [] [] [] |
-texinfo | [] [] [] |
-texinfo_document | [] [] [] |
-tigervnc | [] [] [] [] [] [] |
-tin | [] [] |
-tin-man | [] |
-tracgoogleappsa... | [] [] [] [] |
-trader | [] [] [] [] |
-util-linux | [] [] |
-ve | [] [] [] [] [] |
-vmm | [] |
-vorbis-tools | [] [] [] |
-wastesedge | [] |
-wcd | [] [] [] [] [] |
-wcd-man | [] |
-wdiff | [] [] [] [] [] [] [] |
-wget | [] [] [] [] [] [] |
-wget2 | [] |
-wyslij-po | [] [] [] [] [] |
-xboard | [] [] |
-xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] |
-xkeyboard-config | [] [] [] [] [] [] |
-xz | [] [] [] |
- +-------------------------------------------------+
- el en en_GB eo es et eu fa fi fr fur ga gd gl
- 24 1 6 89 122 20 8 4 90 154 24 33 2 38
+ de el en en_GB eo es et eu fa fi fr fur ga gd
+ +--------------------------------------------------+
+a2ps | [] [] [] [] [] [] [] [] |
+anubis | [] [] [] [] |
+aspell | [] [] [] [] [] [] [] [] |
+bash | [] [] [] [] [] |
+beebase | [] [] [] |
+bfd | [] |
+binutils | [] |
+bison | [] [] [] [] [] [] [] |
+bison-runtime | [] [] [] [] [] [] [] [] |
+buzztrax | [] [] [] [] |
+ccd2cue | [] [] [] [] |
+ccide | [] [] [] [] [] [] |
+cflow | [] [] [] |
+clisp | [] [] [] [] |
+coreutils | [] [] [] [] |
+cpio | [] [] [] [] [] |
+cppi | [] [] [] [] [] |
+cpplib | [] [] [] [] [] |
+cryptsetup | [] [] [] |
+datamash | [] [] [] [] |
+denemo | |
+dfarc | [] [] [] [] [] [] |
+dialog | [] [] [] [] [] [] [] [] [] [] [] |
+dico | [] [] [] [] |
+diffutils | [] [] [] [] [] [] |
+dink | [] [] [] [] [] |
+direvent | [] [] [] [] |
+doodle | [] [] [] [] [] [] |
+dos2unix | [] [] [] [] [] |
+dos2unix-man | [] [] [] |
+e2fsprogs | [] [] [] |
+enscript | [] [] [] [] [] [] [] |
+exif | [] [] [] [] [] [] |
+fetchmail | () [] [] [] [] [] |
+findutils | [] [] [] [] [] [] [] [] |
+flex | [] [] [] [] [] [] |
+freedink | [] [] [] [] [] [] [] [] |
+fusionforge | [] [] [] |
+gas | [] [] [] |
+gawk | [] [] [] [] |
+gcal | [] [] [] |
+gcc | [] [] [] |
+gdbm | [] [] [] [] |
+gettext-examples | [] [] [] [] [] [] [] |
+gettext-runtime | [] [] [] [] [] [] |
+gettext-tools | [] [] [] [] |
+gnubik | [] [] [] [] [] [] |
+gnuchess | [] [] [] [] |
+gnucobol | [] [] |
+gnulib | [] [] [] [] [] [] |
+gnunet | [] |
+gnunet-gtk | [] [] |
+gnutls | [] [] [] [] [] |
+gold | [] [] [] |
+gphoto2 | () [] [] |
+gprof | [] [] [] [] [] [] |
+grep | [] [] [] [] [] [] [] |
+grip | [] [] [] [] [] |
+grub | [] [] [] [] |
+gsasl | [] [] [] [] [] [] |
+gss | [] [] [] [] [] [] |
+gst-plugins-bad | [] [] [] [] [] |
+gst-plugins-base | [] [] [] [] [] [] [] |
+gst-plugins-good | [] [] [] [] [] [] [] |
+gst-plugins-ugly | [] [] [] [] [] [] [] [] |
+gstreamer | [] [] [] [] [] [] [] |
+gtick | () [] [] [] [] [] |
+gtkam | () [] [] [] [] |
+gtkspell | [] [] [] [] [] [] [] [] [] |
+gutenprint | [] [] [] |
+hello | [] [] [] [] |
+help2man | [] [] [] [] [] [] |
+help2man-texi | [] [] [] |
+idutils | [] [] [] [] [] [] |
+kbd | [] [] [] [] [] |
+klavaro | [] [] [] [] [] [] |
+ld | [] [] |
+libc | [] [] [] [] |
+libexif | [] [] [] |
+libextractor | [] [] [] |
+libgphoto2 | () [] [] |
+libgphoto2_port | () [] [] [] [] |
+libiconv | [] [] [] [] [] [] [] |
+libidn | [] [] [] [] [] |
+libidn2 | [] [] [] [] [] |
+lilypond | [] [] [] [] [] |
+lordsawar | [] [] |
+lynx | [] [] [] [] [] |
+m4 | [] |
+mailfromd | [] |
+mailutils | [] [] [] [] |
+make | [] [] [] [] [] |
+man-db | [] [] [] [] |
+man-db-manpages | [] [] [] |
+meritous | [] |
+midi-instruments | [] [] [] [] [] [] [] [] |
+minicom | [] [] [] [] |
+mpop | [] [] [] [] |
+msmtp | [] [] [] |
+nano | [] [] [] [] [] [] |
+opcodes | [] [] [] |
+parted | [] [] [] [] |
+pies | [] [] [] |
+pnmixer | [] [] |
+procps-ng | [] [] |
+procps-ng-man | |
+psmisc | [] [] [] [] [] [] |
+psmisc-man | [] [] |
+pspp | [] [] [] [] |
+pyspread | [] [] |
+radius | [] [] |
+recode | [] [] [] [] [] [] |
+recutils | [] [] [] |
+rush | [] [] [] |
+sarg | [] [] [] |
+savane | [] [] |
+sed | [] [] [] [] [] [] [] [] |
+sharutils | [] [] [] [] |
+shepherd | [] [] [] |
+shishi | [] [] [] |
+skribilo | [] [] [] [] |
+solfege | [] [] [] [] [] [] [] |
+solfege-manual | [] [] [] [] [] |
+spotmachine | [] [] [] [] |
+sudo | [] [] [] [] [] [] |
+sudoers | [] [] [] [] |
+sysstat | [] [] [] [] |
+tar | [] [] [] [] [] [] [] |
+texinfo | [] [] [] [] [] |
+texinfo_document | [] [] [] [] [] |
+tigervnc | [] [] [] [] [] |
+tin | [] [] [] |
+tin-man | [] |
+trader | [] [] [] [] [] |
+util-linux | [] [] [] |
+util-linux-man | [] [] |
+ve | [] [] [] [] [] [] |
+vmm | |
+vorbis-tools | [] [] [] [] |
+wastesedge | [] |
+wcd | [] [] [] [] [] [] |
+wcd-man | [] [] |
+wdiff | [] [] [] [] [] [] [] |
+wget | [] [] [] [] [] [] [] |
+wget2 | [] [] [] |
+wyslij-po | [] [] [] [] [] |
+xboard | [] [] [] |
+xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] |
+xkeyboard-config | [] [] [] [] [] [] |
+xz | [] [] [] [] [] |
+ +--------------------------------------------------+
+ de el en en_GB eo es et eu fa fi fr fur ga gd
+ 127 23 1 6 84 121 20 8 5 80 141 22 27 2
@end group
@group
- gu he hi hr hu hy id is it ja ka kk kn ko ku ky
+ gl gu he hi hr hu hy id is it ja ka kk kn ko ku
+-------------------------------------------------+
-a2ps | [] [] [] [] |
-aegis | [] |
-anubis | [] [] [] [] |
-aspell | [] [] [] [] |
-bash | [] [] [] |
+a2ps | [] [] [] [] |
+anubis | [] [] [] [] |
+aspell | [] [] [] [] |
+bash | [] [] [] [] [] |
+beebase | () |
bfd | |
binutils | |
-bison | [] |
-bison-runtime | [] [] [] [] [] [] |
+bison | [] |
+bison-runtime | [] [] [] [] [] [] [] |
buzztrax | |
-ccd2cue | [] |
-ccide | [] [] |
-cflow | [] [] |
+ccd2cue | [] |
+ccide | [] [] [] |
+cflow | |
clisp | |
-coreutils | [] [] |
-cpio | [] [] [] [] [] [] |
-cppi | [] [] [] [] |
-cpplib | [] [] |
-cryptsetup | [] [] |
+coreutils | [] [] [] [] |
+cpio | [] [] [] [] [] [] [] |
+cppi | [] [] [] [] [] [] |
+cpplib | [] [] |
+cryptsetup | [] [] |
datamash | |
-denemo | [] |
-dfarc | [] [] [] |
-dialog | [] [] [] [] [] [] [] |
+denemo | |
+dfarc | [] [] [] |
+dialog | [] [] [] [] [] [] [] [] [] |
dico | |
-diffutils | [] [] [] [] [] |
-dink | [] |
-direvent | [] |
-doodle | [] |
-dos2unix | [] [] |
+diffutils | [] [] [] [] [] [] |
+dink | [] |
+direvent | [] |
+doodle | [] |
+dos2unix | [] [] [] |
dos2unix-man | |
-e2fsprogs | [] |
-enscript | [] [] |
-exif | [] [] [] [] [] [] |
-fetchmail | [] [] [] |
-findutils | [] [] [] [] [] |
+e2fsprogs | [] |
+enscript | [] [] |
+exif | [] [] [] [] [] [] [] [] |
+fetchmail | [] [] [] |
+findutils | [] [] [] [] [] [] [] |
flex | |
-freedink | [] [] [] [] |
+freedink | [] [] [] [] |
fusionforge | |
-gas | [] |
-gawk | [] () [] |
+gas | [] |
+gawk | [] () [] |
gcal | |
gcc | |
gdbm | |
-gettext-examples | [] [] [] [] [] [] |
-gettext-runtime | [] [] [] [] [] |
-gettext-tools | [] [] [] [] |
-gjay | |
-glunarclock | [] [] [] [] |
-gnubiff | [] [] () |
-gnubik | [] [] |
-gnucash | () () () () () () [] () () |
-gnuchess | |
+gettext-examples | [] [] [] [] [] [] [] |
+gettext-runtime | [] [] [] [] [] [] |
+gettext-tools | [] [] [] [] |
+gnubik | [] [] [] |
+gnuchess | [] |
gnucobol | |
-gnulib | [] [] [] |
+gnulib | [] [] [] |
gnunet | |
gnunet-gtk | |
-gnutls | [] |
+gnutls | [] |
gold | |
-gphoto2 | [] [] [] [] |
-gprof | [] [] [] |
-gramadoir | [] [] |
-grep | [] [] [] [] [] [] |
-grip | [] [] [] [] |
-grub | [] [] [] |
-gsasl | [] [] [] [] |
-gss | [] [] [] [] |
-gst-plugins-bad | [] [] [] [] |
-gst-plugins-base | [] [] [] [] |
-gst-plugins-good | [] [] [] [] [] |
-gst-plugins-ugly | [] [] [] [] [] |
-gstreamer | [] [] [] [] |
-gtick | [] [] [] |
-gtkam | [] [] [] [] [] |
-gtkspell | [] [] [] [] [] [] [] [] [] |
-guix | |
-guix-manual | |
-guix-packages | |
-gutenprint | [] [] [] |
-hello | [] [] [] |
-help2man | [] [] [] |
+gphoto2 | [] [] [] [] |
+gprof | [] [] [] [] |
+grep | [] [] [] [] [] [] [] [] |
+grip | [] [] [] [] |
+grub | [] [] [] [] [] [] |
+gsasl | [] [] [] |
+gss | [] [] [] [] |
+gst-plugins-bad | [] [] [] [] [] |
+gst-plugins-base | [] [] [] [] [] |
+gst-plugins-good | [] [] [] [] [] [] |
+gst-plugins-ugly | [] [] [] [] [] [] [] |
+gstreamer | [] [] [] [] [] |
+gtick | [] [] [] [] |
+gtkam | [] [] [] [] [] [] |
+gtkspell | [] [] [] [] [] [] [] [] [] [] |
+gutenprint | [] [] [] [] [] |
+hello | [] |
+help2man | [] [] [] |
help2man-texi | |
-hylafax | [] |
-idutils | [] [] |
-jwhois | [] [] [] |
+idutils | [] [] [] |
kbd | |
-klavaro | [] [] [] [] |
+klavaro | [] [] [] [] [] [] |
ld | |
-libc | [] [] [] [] [] |
-libexif | [] |
+libc | [] [] [] [] [] [] |
+libexif | [] |
libextractor | |
libgphoto2 | |
-libgphoto2_port | [] [] |
-libgsasl | [] [] [] |
-libiconv | [] [] [] [] [] |
-libidn | [] [] [] [] |
-libidn2 | [] |
-lilypond | [] [] |
-lordsawar | |
-lprng | [] |
-lynx | [] [] [] [] |
-m4 | [] [] [] |
+libgphoto2_port | [] [] |
+libiconv | [] [] [] [] [] [] [] [] |
+libidn | [] [] [] [] |
+libidn2 | [] [] [] [] |
+lilypond | [] [] |
+lordsawar | [] |
+lynx | [] [] [] [] |
+m4 | [] [] |
mailfromd | |
mailutils | |
-make | [] [] [] [] [] |
-man-db | [] [] |
-man-db-manpages | [] |
+make | [] [] [] [] [] |
+man-db | [] [] |
+man-db-manpages | [] |
meritous | |
-midi-instruments | [] [] [] [] [] [] [] [] [] [] |
-minicom | [] [] [] |
-mkisofs | [] [] |
+midi-instruments | [] [] [] [] [] [] [] [] [] [] [] |
+minicom | [] [] [] |
mpop | |
msmtp | |
-muibase | |
-myserver | [] |
-nano | [] [] [] [] [] |
+nano | [] [] [] [] [] [] [] |
opcodes | |
-parted | [] [] [] [] [] |
+parted | [] [] [] [] [] [] |
pies | |
-pnmixer | [] [] |
+pnmixer | [] [] |
procps-ng | |
procps-ng-man | |
-psmisc | [] [] [] |
-pspp | [] [] |
-pushover | [] |
-pwdutils | [] |
+psmisc | [] [] [] [] [] |
+psmisc-man | [] |
+pspp | [] [] [] |
pyspread | |
-radius | [] |
-recode | [] [] [] [] [] |
+radius | [] |
+recode | [] [] [] [] [] [] |
recutils | |
rush | |
sarg | |
-savane | |
-sed | [] [] [] [] [] [] |
+savane | [] |
+sed | [] [] [] [] [] [] [] [] |
sharutils | |
shepherd | |
shishi | |
-skribilo | [] |
-solfege | [] |
+skribilo | [] |
+solfege | [] [] |
solfege-manual | |
spotmachine | |
-sudo | [] [] [] [] [] |
-sudoers | [] [] [] [] |
-sysstat | [] [] |
-tar | [] [] [] [] [] [] [] |
-texinfo | [] [] [] |
-texinfo_document | [] [] [] |
-tigervnc | [] [] [] |
+sudo | [] [] [] [] [] [] [] |
+sudoers | [] [] [] [] |
+sysstat | [] [] [] [] [] |
+tar | [] [] [] [] [] [] |
+texinfo | [] [] [] |
+texinfo_document | [] [] [] |
+tigervnc | [] [] [] [] [] |
tin | |
tin-man | |
-tracgoogleappsa... | [] [] [] [] |
-trader | [] [] |
-util-linux | [] [] |
-ve | [] [] |
+trader | [] [] |
+util-linux | [] [] [] |
+util-linux-man | |
+ve | [] [] |
vmm | |
-vorbis-tools | [] [] |
-wastesedge | [] |
+vorbis-tools | [] [] |
+wastesedge | [] |
wcd | |
wcd-man | |
-wdiff | [] [] |
-wget | [] [] [] [] |
-wget2 | [] [] |
-wyslij-po | [] [] [] |
+wdiff | [] [] [] |
+wget | [] [] [] [] [] [] |
+wget2 | [] [] |
+wyslij-po | [] [] [] [] |
xboard | |
-xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
-xkeyboard-config | [] [] [] [] [] |
-xz | [] [] [] |
+xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
+xkeyboard-config | [] [] [] [] [] [] [] [] |
+xz | [] [] [] [] |
+-------------------------------------------------+
- gu he hi hr hu hy id is it ja ka kk kn ko ku ky
- 1 5 1 61 69 2 63 7 76 49 0 2 1 20 3 6
+ gl gu he hi hr hu hy id is it ja ka kk kn ko ku
+ 32 1 8 1 58 62 2 58 7 68 49 26 2 1 32 3
@end group
@group
- lg lt lv mk ml mn mr ms mt nb ne nl nn or pa pl
- +---------------------------------------------------+
-a2ps | [] [] [] |
-aegis | [] |
-anubis | [] [] [] [] |
-aspell | [] [] [] |
-bash | [] [] [] |
-bfd | |
-binutils | |
-bison | |
-bison-runtime | [] [] [] [] [] [] |
-buzztrax | |
-ccd2cue | |
-ccide | [] [] [] |
-cflow | [] [] |
-clisp | [] |
-coreutils | [] [] [] |
-cpio | [] [] |
-cppi | [] |
-cpplib | [] |
-cryptsetup | [] |
-datamash | [] [] |
-denemo | |
-dfarc | [] [] [] |
-dialog | [] [] [] [] [] [] |
-dico | [] |
-diffutils | [] [] [] [] |
-dink | [] |
-direvent | [] [] |
-doodle | [] |
-dos2unix | [] [] [] |
-dos2unix-man | [] [] |
-e2fsprogs | [] [] |
-enscript | [] [] |
-exif | [] [] [] [] |
-fetchmail | [] [] |
-findutils | [] [] [] |
-flex | [] [] |
-freedink | [] [] [] |
-fusionforge | |
-gas | |
-gawk | [] [] |
-gcal | |
-gcc | |
-gdbm | [] |
-gettext-examples | [] [] [] [] [] [] [] |
-gettext-runtime | [] [] [] [] |
-gettext-tools | [] |
-gjay | |
-glunarclock | [] [] [] |
-gnubiff | [] |
-gnubik | [] [] [] |
-gnucash | () () () () () [] () |
-gnuchess | [] [] |
-gnucobol | |
-gnulib | [] [] |
-gnunet | |
-gnunet-gtk | |
-gnutls | [] [] |
-gold | |
-gphoto2 | [] [] |
-gprof | [] [] |
-gramadoir | [] |
-grep | [] [] [] |
-grip | [] [] [] |
-grub | [] [] [] [] |
-gsasl | [] [] |
-gss | [] |
-gst-plugins-bad | [] [] [] [] |
-gst-plugins-base | [] [] [] [] |
-gst-plugins-good | [] [] [] [] |
-gst-plugins-ugly | [] [] [] [] [] [] |
-gstreamer | [] [] [] [] |
-gtick | [] [] |
-gtkam | [] [] [] [] |
-gtkspell | [] [] [] [] [] [] [] |
-guix | |
-guix-manual | |
-guix-packages | |
-gutenprint | [] |
-hello | [] [] [] [] |
-help2man | [] [] |
-help2man-texi | [] |
-hylafax | [] |
-idutils | [] [] [] |
-jwhois | [] [] [] |
-kbd | [] |
-klavaro | [] [] [] [] |
-ld | |
-libc | [] [] |
-libexif | [] [] |
-libextractor | [] [] |
-libgphoto2 | [] [] |
-libgphoto2_port | [] [] |
-libgsasl | [] [] |
-libiconv | [] [] [] |
-libidn | [] [] |
-libidn2 | [] |
-lilypond | [] |
-lordsawar | |
-lprng | [] |
-lynx | [] |
-m4 | [] [] |
-mailfromd | [] |
-mailutils | [] |
-make | [] [] |
-man-db | [] [] |
-man-db-manpages | [] |
-meritous | |
-midi-instruments | [] [] [] [] [] [] |
-minicom | [] [] |
-mkisofs | [] [] |
-mpop | |
-msmtp | |
-muibase | [] |
-myserver | |
-nano | [] [] [] [] |
-opcodes | |
-parted | [] [] |
-pies | [] |
-pnmixer | [] |
-procps-ng | [] |
-procps-ng-man | [] |
-psmisc | [] [] |
-pspp | [] [] [] |
-pushover | |
-pwdutils | [] [] |
-pyspread | [] |
-radius | [] [] |
-recode | [] [] [] |
-recutils | [] |
-rush | [] [] |
-sarg | |
-savane | |
-sed | [] [] [] |
-sharutils | [] [] |
-shepherd | |
-shishi | [] |
-skribilo | |
-solfege | [] [] [] |
-solfege-manual | [] [] |
-spotmachine | [] |
-sudo | [] [] [] |
-sudoers | [] [] [] |
-sysstat | [] [] [] |
-tar | [] [] [] |
-texinfo | [] [] [] |
-texinfo_document | [] [] |
-tigervnc | [] |
-tin | |
-tin-man | |
-tracgoogleappsa... | [] [] [] [] |
-trader | [] |
-util-linux | [] [] |
-ve | [] [] |
-vmm | [] |
-vorbis-tools | [] [] |
-wastesedge | [] |
-wcd | [] |
-wcd-man | [] |
-wdiff | [] [] [] [] |
-wget | [] [] [] |
-wget2 | [] |
-wyslij-po | [] [] [] |
-xboard | [] [] |
-xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] |
-xkeyboard-config | [] [] |
-xz | [] |
- +---------------------------------------------------+
- lg lt lv mk ml mn mr ms mt nb ne nl nn or pa pl
- 1 9 16 2 1 3 1 12 2 44 1 111 5 1 3 107
+ ky lg lt lv mk ml mn mr ms mt nb ne nl nn or pa
+ +-------------------------------------------------+
+a2ps | [] [] [] |
+anubis | [] [] [] |
+aspell | [] [] |
+bash | [] [] |
+beebase | [] |
+bfd | |
+binutils | |
+bison | [] |
+bison-runtime | [] [] [] [] [] [] |
+buzztrax | |
+ccd2cue | |
+ccide | [] [] |
+cflow | |
+clisp | [] |
+coreutils | [] [] |
+cpio | [] |
+cppi | |
+cpplib | [] |
+cryptsetup | |
+datamash | [] [] |
+denemo | [] |
+dfarc | [] [] |
+dialog | [] [] [] [] [] |
+dico | |
+diffutils | [] [] [] [] |
+dink | [] |
+direvent | [] |
+doodle | [] |
+dos2unix | [] [] |
+dos2unix-man | [] |
+e2fsprogs | [] |
+enscript | [] |
+exif | [] [] [] |
+fetchmail | [] |
+findutils | [] [] |
+flex | [] |
+freedink | [] [] |
+fusionforge | |
+gas | |
+gawk | [] |
+gcal | |
+gcc | |
+gdbm | |
+gettext-examples | [] [] [] [] [] [] [] |
+gettext-runtime | [] [] [] |
+gettext-tools | |
+gnubik | [] [] |
+gnuchess | [] [] |
+gnucobol | |
+gnulib | [] |
+gnunet | |
+gnunet-gtk | |
+gnutls | [] [] |
+gold | |
+gphoto2 | [] |
+gprof | [] [] |
+grep | [] [] |
+grip | [] [] |
+grub | [] [] [] |
+gsasl | [] |
+gss | |
+gst-plugins-bad | [] [] [] |
+gst-plugins-base | [] [] [] |
+gst-plugins-good | [] [] [] |
+gst-plugins-ugly | [] [] [] [] [] |
+gstreamer | [] [] [] |
+gtick | [] [] |
+gtkam | [] [] [] |
+gtkspell | [] [] [] [] [] [] [] |
+gutenprint | [] |
+hello | [] [] |
+help2man | [] |
+help2man-texi | |
+idutils | [] [] |
+kbd | |
+klavaro | [] [] [] |
+ld | |
+libc | [] |
+libexif | [] |
+libextractor | [] |
+libgphoto2 | [] |
+libgphoto2_port | [] |
+libiconv | [] [] |
+libidn | [] |
+libidn2 | [] |
+lilypond | [] |
+lordsawar | |
+lynx | [] |
+m4 | [] |
+mailfromd | |
+mailutils | |
+make | [] |
+man-db | [] |
+man-db-manpages | |
+meritous | |
+midi-instruments | [] [] [] [] [] |
+minicom | [] |
+mpop | |
+msmtp | |
+nano | [] [] [] |
+opcodes | |
+parted | [] |
+pies | |
+pnmixer | [] |
+procps-ng | |
+procps-ng-man | |
+psmisc | [] |
+psmisc-man | |
+pspp | [] [] |
+pyspread | [] |
+radius | [] |
+recode | [] [] |
+recutils | [] |
+rush | [] |
+sarg | |
+savane | |
+sed | [] [] |
+sharutils | [] |
+shepherd | |
+shishi | |
+skribilo | |
+solfege | [] [] |
+solfege-manual | [] |
+spotmachine | [] |
+sudo | [] [] |
+sudoers | [] |
+sysstat | [] [] |
+tar | [] [] [] |
+texinfo | [] [] |
+texinfo_document | [] |
+tigervnc | |
+tin | |
+tin-man | |
+trader | [] |
+util-linux | [] |
+util-linux-man | |
+ve | [] |
+vmm | |
+vorbis-tools | [] |
+wastesedge | [] |
+wcd | [] |
+wcd-man | [] |
+wdiff | [] [] [] |
+wget | [] [] |
+wget2 | |
+wyslij-po | [] [] |
+xboard | [] |
+xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] |
+xkeyboard-config | [] [] |
+xz | |
+ +-------------------------------------------------+
+ ky lg lt lv mk ml mn mr ms mt nb ne nl nn or pa
+ 5 1 10 12 2 1 3 1 15 2 44 1 98 5 1 3
@end group
@group
- ps pt pt_BR ro ru rw sk sl sq sr sv sw ta te tg
+ pl ps pt pt_BR ro ru rw sk sl sq sr sv sw ta te
+---------------------------------------------------+
-a2ps | [] [] [] [] [] [] [] |
-aegis | [] [] [] [] |
-anubis | [] [] [] [] |
-aspell | [] [] [] [] [] [] [] [] [] |
-bash | [] [] [] [] [] |
-bfd | [] [] [] |
-binutils | [] [] [] [] |
-bison | [] [] [] [] |
-bison-runtime | [] [] [] [] [] [] [] [] [] |
-buzztrax | [] [] [] |
-ccd2cue | [] [] [] |
-ccide | [] [] [] |
-cflow | [] [] [] |
-clisp | [] [] |
-coreutils | [] [] [] [] [] [] |
-cpio | [] [] [] [] [] |
-cppi | [] [] [] |
-cpplib | [] [] [] [] |
-cryptsetup | [] [] [] [] |
-datamash | [] [] [] |
+a2ps | [] [] [] [] [] [] [] [] |
+anubis | [] [] [] [] [] |
+aspell | [] [] [] [] [] [] [] [] [] [] |
+bash | [] [] [] [] [] [] |
+beebase | [] |
+bfd | [] [] [] |
+binutils | [] [] [] [] |
+bison | [] [] [] [] [] |
+bison-runtime | [] [] [] [] [] [] [] [] [] [] |
+buzztrax | [] [] [] |
+ccd2cue | [] [] [] |
+ccide | [] [] [] [] |
+cflow | [] [] [] [] |
+clisp | [] [] [] |
+coreutils | [] [] [] [] [] [] [] [] |
+cpio | [] [] [] [] [] [] [] |
+cppi | [] [] [] [] [] |
+cpplib | [] [] [] [] |
+cryptsetup | [] [] [] [] [] |
+datamash | [] [] [] |
denemo | |
-dfarc | [] [] [] |
-dialog | [] [] [] [] [] [] [] [] [] [] |
-dico | [] [] [] |
-diffutils | [] [] [] [] [] |
-dink | [] |
-direvent | [] [] [] |
-doodle | [] [] [] |
-dos2unix | [] [] [] [] |
-dos2unix-man | [] [] |
-e2fsprogs | [] [] [] |
-enscript | [] [] [] [] [] [] |
-exif | [] [] [] [] [] [] [] |
-fetchmail | [] [] [] [] [] |
-findutils | [] [] [] [] [] [] [] |
-flex | [] [] [] [] [] [] |
-freedink | [] [] [] [] [] |
+dfarc | [] [] [] [] |
+dialog | [] [] [] [] [] [] [] [] [] [] [] |
+dico | [] [] [] [] |
+diffutils | [] [] [] [] [] [] [] |
+dink | [] |
+direvent | [] [] [] [] [] |
+doodle | [] [] [] [] [] |
+dos2unix | [] [] [] [] [] |
+dos2unix-man | [] [] [] [] |
+e2fsprogs | [] [] [] [] |
+enscript | [] [] [] [] [] [] [] |
+exif | [] [] [] [] [] [] [] [] |
+fetchmail | [] [] [] [] [] [] |
+findutils | [] [] [] [] [] [] [] [] [] |
+flex | [] [] [] [] [] [] [] |
+freedink | [] [] [] [] [] [] |
fusionforge | |
-gas | [] [] |
-gawk | [] [] [] [] |
-gcal | [] |
-gcc | [] [] |
-gdbm | [] [] [] [] |
-gettext-examples | [] [] [] [] [] [] [] [] [] [] |
-gettext-runtime | [] [] [] [] [] [] [] [] |
-gettext-tools | [] [] [] [] [] [] [] [] |
-gjay | [] [] |
-glunarclock | [] [] [] [] [] [] |
-gnubiff | [] [] |
-gnubik | [] [] [] [] |
-gnucash | () () () [] () () |
-gnuchess | [] [] [] |
-gnucobol | [] |
-gnulib | [] [] [] [] [] [] |
-gnunet | |
-gnunet-gtk | |
-gnutls | [] [] [] |
-gold | [] |
-gphoto2 | [] [] [] [] [] |
-gprof | [] [] [] [] [] |
-gramadoir | [] [] [] |
-grep | [] [] [] [] [] [] [] |
-grip | [] [] [] |
-grub | [] [] [] [] [] [] |
-gsasl | [] [] [] [] |
-gss | [] [] [] [] [] |
-gst-plugins-bad | [] [] [] [] [] [] |
-gst-plugins-base | [] [] [] [] [] [] [] |
-gst-plugins-good | [] [] [] [] [] [] [] |
-gst-plugins-ugly | [] [] [] [] [] [] [] [] |
-gstreamer | [] [] [] [] [] [] [] |
-gtick | [] [] [] [] [] |
-gtkam | [] [] [] [] [] |
-gtkspell | [] [] [] [] [] [] [] [] [] [] |
-guix | [] |
-guix-manual | |
-guix-packages | |
-gutenprint | [] [] [] [] |
-hello | [] [] [] [] [] [] [] [] |
-help2man | [] [] [] [] |
-help2man-texi | [] [] |
-hylafax | [] |
-idutils | [] [] [] [] |
-jwhois | [] [] [] [] |
-kbd | [] [] [] [] |
-klavaro | [] [] [] [] [] [] |
-ld | [] [] [] |
-libc | [] [] [] [] |
-libexif | [] [] |
-libextractor | [] [] |
-libgphoto2 | [] |
-libgphoto2_port | [] [] [] [] [] |
-libgsasl | [] [] [] [] [] |
-libiconv | [] [] [] [] [] [] |
-libidn | [] [] [] |
-libidn2 | [] [] [] [] [] |
-lilypond | [] |
-lordsawar | [] |
-lprng | [] |
-lynx | [] [] [] |
-m4 | [] [] [] [] [] |
-mailfromd | [] [] |
-mailutils | [] |
-make | [] [] [] [] [] |
-man-db | [] [] [] [] [] [] |
-man-db-manpages | [] [] [] [] [] [] |
-meritous | [] [] |
-midi-instruments | [] [] [] [] [] [] [] [] |
-minicom | [] [] [] [] [] |
-mkisofs | [] [] [] |
-mpop | [] [] |
-msmtp | [] [] |
-muibase | [] |
-myserver | [] [] [] |
-nano | [] [] [] [] [] [] |
-opcodes | [] [] [] |
-parted | [] [] [] [] [] [] |
-pies | [] |
-pnmixer | [] () [] [] |
-procps-ng | [] [] |
-procps-ng-man | [] [] |
-psmisc | [] [] [] [] [] |
-pspp | [] [] |
-pushover | [] [] |
-pwdutils | [] [] |
-pyspread | [] |
-radius | [] |
-recode | [] [] [] [] [] [] [] [] |
-recutils | [] [] [] |
-rush | [] [] [] |
-sarg | [] [] [] |
-savane | [] () |
-sed | [] [] [] [] [] [] [] [] |
-sharutils | [] [] [] |
-shepherd | [] [] [] [] |
-shishi | [] [] |
-skribilo | [] [] [] |
-solfege | [] [] [] |
-solfege-manual | [] |
-spotmachine | [] [] [] |
-sudo | [] [] [] [] [] [] [] |
-sudoers | [] [] [] [] [] |
-sysstat | [] [] [] [] [] [] |
-tar | [] [] [] [] [] [] [] |
-texinfo | [] [] [] [] |
-texinfo_document | [] [] [] |
-tigervnc | [] [] [] [] |
-tin | [] |
+gas | [] [] |
+gawk | [] [] [] [] [] |
+gcal | [] [] |
+gcc | [] [] |
+gdbm | [] [] [] [] [] [] |
+gettext-examples | [] [] [] [] [] [] [] [] [] [] [] |
+gettext-runtime | [] [] [] [] [] [] [] [] [] |
+gettext-tools | [] [] [] [] [] [] [] [] [] |
+gnubik | [] [] [] [] [] [] |
+gnuchess | [] [] [] [] |
+gnucobol | [] [] |
+gnulib | [] [] [] [] [] [] [] [] |
+gnunet | [] |
+gnunet-gtk | [] |
+gnutls | [] [] [] [] |
+gold | [] |
+gphoto2 | [] [] [] [] [] [] |
+gprof | [] [] [] [] [] |
+grep | [] [] [] [] [] [] [] [] [] [] |
+grip | [] [] [] [] [] |
+grub | [] [] [] [] [] [] [] |
+gsasl | [] [] [] [] [] [] |
+gss | [] [] [] [] [] [] |
+gst-plugins-bad | [] [] [] [] [] [] [] |
+gst-plugins-base | [] [] [] [] [] [] [] [] |
+gst-plugins-good | [] [] [] [] [] [] [] [] |
+gst-plugins-ugly | [] [] [] [] [] [] [] [] [] [] |
+gstreamer | [] [] [] [] [] [] [] [] |
+gtick | [] [] [] [] [] [] |
+gtkam | [] [] [] [] [] [] [] |
+gtkspell | [] [] [] [] [] [] [] [] [] [] [] |
+gutenprint | [] [] [] [] |
+hello | [] [] [] [] [] [] |
+help2man | [] [] [] [] [] [] |
+help2man-texi | [] [] [] [] [] |
+idutils | [] [] [] [] [] [] |
+kbd | [] [] [] [] [] [] [] |
+klavaro | [] [] [] [] [] [] [] |
+ld | [] [] [] |
+libc | [] [] [] [] [] [] [] |
+libexif | [] [] [] [] |
+libextractor | [] [] [] |
+libgphoto2 | [] [] |
+libgphoto2_port | [] [] [] [] [] [] [] |
+libiconv | [] [] [] [] [] [] [] [] |
+libidn | [] [] [] [] [] |
+libidn2 | [] [] [] [] [] [] |
+lilypond | [] |
+lordsawar | [] [] |
+lynx | [] [] [] |
+m4 | [] [] [] |
+mailfromd | [] [] [] |
+mailutils | [] [] [] |
+make | [] [] [] [] [] [] [] |
+man-db | [] [] [] [] [] [] [] |
+man-db-manpages | [] [] [] [] [] [] [] |
+meritous | [] [] [] |
+midi-instruments | [] [] [] [] [] [] [] [] [] |
+minicom | [] [] [] [] [] [] |
+mpop | [] [] [] |
+msmtp | [] [] [] |
+nano | [] [] [] [] [] [] [] [] [] |
+opcodes | [] [] [] |
+parted | [] [] [] [] [] [] [] [] |
+pies | [] [] [] |
+pnmixer | [] () [] [] |
+procps-ng | [] [] [] |
+procps-ng-man | |
+psmisc | [] [] [] [] [] [] [] |
+psmisc-man | [] [] [] |
+pspp | [] [] [] |
+pyspread | [] [] |
+radius | [] [] [] |
+recode | [] [] [] [] [] [] [] [] [] |
+recutils | [] [] [] |
+rush | [] [] [] [] |
+sarg | [] [] [] |
+savane | [] () |
+sed | [] [] [] [] [] [] [] [] [] |
+sharutils | [] [] [] [] [] |
+shepherd | [] [] [] [] |
+shishi | [] [] [] |
+skribilo | [] [] [] |
+solfege | [] [] [] [] [] |
+solfege-manual | [] [] |
+spotmachine | [] [] [] |
+sudo | [] [] [] [] [] [] [] |
+sudoers | [] [] [] [] [] [] |
+sysstat | [] [] [] [] [] [] [] [] |
+tar | [] [] [] [] [] [] [] [] |
+texinfo | [] [] [] [] [] [] [] |
+texinfo_document | [] [] [] [] [] [] |
+tigervnc | [] [] [] [] [] |
+tin | [] |
tin-man | |
-tracgoogleappsa... | [] [] [] [] [] [] |
-trader | [] [] [] [] |
-util-linux | [] [] [] |
-ve | [] [] [] [] |
-vmm | [] [] |
-vorbis-tools | [] [] [] |
-wastesedge | [] [] |
-wcd | [] [] |
-wcd-man | [] |
-wdiff | [] [] [] [] [] |
-wget | [] [] [] [] [] [] [] |
-wget2 | [] |
-wyslij-po | [] [] [] |
-xboard | [] [] |
-xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] |
-xkeyboard-config | [] [] [] [] [] |
-xz | [] [] [] |
+trader | [] [] [] [] |
+util-linux | [] [] [] [] [] |
+util-linux-man | [] |
+ve | [] [] [] [] [] |
+vmm | [] |
+vorbis-tools | [] [] [] [] [] |
+wastesedge | [] [] |
+wcd | [] [] |
+wcd-man | [] [] |
+wdiff | [] [] [] [] [] [] [] |
+wget | [] [] [] [] [] [] [] [] |
+wget2 | [] [] [] [] [] |
+wyslij-po | [] [] [] [] [] |
+xboard | [] [] [] |
+xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
+xkeyboard-config | [] [] [] [] [] [] [] [] |
+xz | [] [] [] [] [] [] |
+---------------------------------------------------+
- ps pt pt_BR ro ru rw sk sl sq sr sv sw ta te tg
- 1 46 121 43 86 0 35 35 8 121 132 1 8 1 0
+ pl ps pt pt_BR ro ru rw sk sl sq sr sv sw ta te
+ 99 1 46 115 74 84 0 34 32 11 131 121 1 6 1
@end group
@group
- th tr uk ur vi wa wo zh_CN zh_HK zh_TW
- +------------------------------------------+
-a2ps | [] [] [] [] | 30
-aegis | [] | 11
-anubis | [] [] [] | 20
-aspell | [] [] [] [] | 32
-bash | [] [] [] [] [] | 24
-bfd | [] | 5
-binutils | [] | 7
-bison | [] [] | 12
-bison-runtime | [] [] [] [] [] [] | 40
-buzztrax | [] [] | 11
-ccd2cue | [] [] [] [] | 13
-ccide | [] [] [] | 18
-cflow | [] [] [] | 17
-clisp | | 11
-coreutils | [] [] [] [] | 23
-cpio | [] [] [] [] | 23
-cppi | [] [] [] | 18
-cpplib | [] [] [] [] [] | 19
-cryptsetup | [] | 13
-datamash | [] | 11
-denemo | [] | 5
-dfarc | [] | 18
-dialog | [] [] [] [] [] [] | 46
-dico | [] | 10
-diffutils | [] [] [] [] [] | 28
-dink | [] | 11
-direvent | [] [] | 13
-doodle | [] | 14
-dos2unix | [] [] [] [] | 19
-dos2unix-man | [] [] | 9
-e2fsprogs | [] [] [] | 15
-enscript | [] [] [] | 22
-exif | [] [] [] [] | 31
-fetchmail | [] [] [] | 21
-findutils | [] [] [] [] [] | 32
-flex | [] [] [] [] [] | 22
-freedink | [] [] | 25
-fusionforge | | 3
-gas | [] | 7
-gawk | [] [] | 15
-gcal | [] [] | 8
-gcc | | 5
-gdbm | [] [] | 13
-gettext-examples | [] [] [] [] [] [] | 43
-gettext-runtime | [] [] [] [] [] | 34
-gettext-tools | [] [] [] [] [] | 25
-gjay | [] [] [] | 10
-glunarclock | [] [] [] [] | 28
-gnubiff | [] [] | 10
-gnubik | [] [] [] | 21
-gnucash | [] [] () () () | 8
-gnuchess | [] [] [] | 13
-gnucobol | | 3
-gnulib | [] [] [] [] | 24
-gnunet | | 1
-gnunet-gtk | | 2
-gnutls | [] [] [] | 15
-gold | [] | 5
-gphoto2 | [] [] [] [] | 19
-gprof | [] [] [] | 21
-gramadoir | [] [] | 15
-grep | [] [] [] [] [] | 32
-grip | [] [] [] [] [] | 24
-grub | [] [] [] [] | 25
-gsasl | [] [] [] [] | 21
-gss | [] [] | 19
-gst-plugins-bad | [] [] [] [] [] | 26
-gst-plugins-base | [] [] [] [] | 30
-gst-plugins-good | [] [] [] [] [] | 32
-gst-plugins-ugly | [] [] [] [] [] | 38
-gstreamer | [] [] [] [] [] | 32
-gtick | [] [] [] | 21
-gtkam | [] [] [] | 24
-gtkspell | [] [] [] [] [] [] [] [] | 50
-guix | | 5
-guix-manual | | 3
-guix-packages | | 0
-gutenprint | [] [] [] | 17
-hello | [] [] [] [] [] [] | 33
-help2man | [] [] [] | 19
-help2man-texi | [] | 7
-hylafax | [] | 6
-idutils | [] [] [] | 18
-jwhois | [] [] [] [] | 20
-kbd | [] | 8
-klavaro | [] [] [] [] [] | 32
-ld | [] | 7
-libc | [] [] [] [] [] | 25
-libexif | [] [] () | 11
-libextractor | [] [] | 10
-libgphoto2 | [] [] | 9
-libgphoto2_port | [] [] [] [] | 19
-libgsasl | [] [] [] | 20
-libiconv | [] [] [] [] [] | 30
-libidn | [] [] [] | 18
-libidn2 | [] [] | 14
-lilypond | | 12
-lordsawar | [] | 6
-lprng | [] | 4
-lynx | [] [] [] | 19
-m4 | [] [] [] | 24
-mailfromd | [] [] | 7
-mailutils | [] | 7
-make | [] [] [] [] | 24
-man-db | [] [] [] [] | 22
-man-db-manpages | [] [] | 13
-meritous | | 4
-midi-instruments | [] [] [] [] [] [] | 43
-minicom | [] [] | 18
-mkisofs | [] [] [] | 15
-mpop | [] | 6
-msmtp | [] | 6
-muibase | [] | 4
-myserver | [] | 10
-nano | [] [] [] [] [] | 30
-opcodes | [] | 7
-parted | [] [] [] [] [] | 24
-pies | [] [] | 7
-pnmixer | [] [] () | 13
-procps-ng | [] [] | 7
-procps-ng-man | [] | 6
-psmisc | [] [] [] [] | 22
-pspp | [] [] [] | 16
-pushover | | 7
-pwdutils | [] | 9
-pyspread | [] | 6
-radius | [] [] | 9
-recode | [] [] [] [] | 31
-recutils | [] [] | 9
-rush | [] [] [] | 12
-sarg | | 7
-savane | | 3
-sed | [] [] [] [] [] | 36
-sharutils | [] [] [] | 13
-shepherd | [] | 9
-shishi | [] [] | 8
-skribilo | [] | 9
-solfege | [] [] [] | 21
-solfege-manual | [] | 10
-spotmachine | [] [] | 11
-sudo | [] [] [] [] [] | 31
-sudoers | [] [] [] [] | 23
-sysstat | [] [] [] | 19
-tar | [] [] [] [] [] | 33
-texinfo | [] [] [] | 20
-texinfo_document | [] | 15
-tigervnc | [] [] [] [] [] | 23
-tin | [] [] [] | 8
-tin-man | | 1
-tracgoogleappsa... | [] [] [] [] [] | 25
-trader | | 13
-util-linux | [] [] [] [] | 16
-ve | [] [] [] | 17
-vmm | | 5
-vorbis-tools | [] | 14
-wastesedge | [] | 7
-wcd | [] [] [] | 13
-wcd-man | [] | 5
-wdiff | [] [] [] [] | 26
-wget | [] [] [] [] [] | 27
-wget2 | [] | 7
-wyslij-po | [] [] [] | 19
-xboard | [] [] [] | 11
-xdg-user-dirs | [] [] [] [] [] [] [] [] | 70
-xkeyboard-config | [] [] | 25
-xz | [] [] [] [] | 16
- +------------------------------------------+
- 85 teams th tr uk ur vi wa wo zh_CN zh_HK zh_TW
- 166 domains 12 55 117 1 111 6 1 92 4 48 2827
+ tg th tr uk ur vi wa wo zh_CN zh_HK zh_TW
+ +--------------------------------------------+
+a2ps | [] [] [] [] | 31
+anubis | [] [] [] | 20
+aspell | [] [] [] [] | 32
+bash | [] [] [] [] [] | 26
+beebase | [] | 6
+bfd | [] | 5
+binutils | [] | 6
+bison | [] [] | 17
+bison-runtime | [] [] [] [] [] [] | 41
+buzztrax | [] [] | 11
+ccd2cue | [] [] [] [] | 13
+ccide | [] [] [] | 19
+cflow | [] | 8
+clisp | | 12
+coreutils | [] [] [] [] [] | 27
+cpio | [] [] [] [] | 25
+cppi | [] [] [] | 20
+cpplib | [] [] [] [] [] | 19
+cryptsetup | [] | 13
+datamash | [] | 11
+denemo | [] [] [] | 7
+dfarc | [] | 18
+dialog | [] [] [] [] [] [] [] | 48
+dico | [] | 10
+diffutils | [] [] [] [] [] | 31
+dink | [] | 11
+direvent | [] [] | 14
+doodle | [] [] [] | 18
+dos2unix | [] [] [] [] | 21
+dos2unix-man | [] [] | 10
+e2fsprogs | [] [] [] | 15
+enscript | [] [] [] | 22
+exif | [] [] [] [] | 32
+fetchmail | [] [] [] | 21
+findutils | [] [] [] [] [] | 35
+flex | [] [] [] [] [] | 22
+freedink | [] [] | 25
+fusionforge | | 3
+gas | [] | 7
+gawk | [] [] [] | 17
+gcal | [] [] | 9
+gcc | | 5
+gdbm | [] [] | 13
+gettext-examples | [] [] [] [] [] [] | 44
+gettext-runtime | [] [] [] [] [] | 34
+gettext-tools | [] [] [] [] [] | 25
+gnubik | [] [] [] | 22
+gnuchess | [] [] [] | 15
+gnucobol | | 4
+gnulib | [] [] [] [] | 25
+gnunet | | 2
+gnunet-gtk | | 3
+gnutls | [] [] [] | 16
+gold | [] | 5
+gphoto2 | [] [] [] [] | 19
+gprof | [] [] [] | 22
+grep | [] [] [] [] [] [] | 38
+grip | [] [] [] [] [] | 25
+grub | [] [] [] [] | 27
+gsasl | [] [] [] | 20
+gss | [] [] | 19
+gst-plugins-bad | [] [] [] [] [] | 29
+gst-plugins-base | [] [] [] [] | 31
+gst-plugins-good | [] [] [] [] [] | 33
+gst-plugins-ugly | [] [] [] [] [] | 40
+gstreamer | [] [] [] [] [] | 33
+gtick | [] [] [] | 22
+gtkam | [] [] [] | 26
+gtkspell | [] [] [] [] [] [] [] [] | 51
+gutenprint | [] [] [] | 18
+hello | [] [] | 16
+help2man | [] [] [] | 20
+help2man-texi | [] | 9
+idutils | [] [] [] | 21
+kbd | [] [] | 15
+klavaro | [] [] [] [] [] [] | 34
+ld | [] | 7
+libc | [] [] [] [] [] | 27
+libexif | [] [] | 12
+libextractor | [] [] | 10
+libgphoto2 | [] [] | 9
+libgphoto2_port | [] [] [] [] | 20
+libiconv | [] [] [] [] [] | 33
+libidn | [] [] [] | 20
+libidn2 | [] [] | 20
+lilypond | [] | 13
+lordsawar | [] | 8
+lynx | [] [] [] | 19
+m4 | [] [] | 10
+mailfromd | [] [] | 7
+mailutils | [] [] | 9
+make | [] [] [] [] | 25
+man-db | [] [] [] [] | 22
+man-db-manpages | [] [] | 13
+meritous | | 5
+midi-instruments | [] [] [] [] [] [] | 43
+minicom | [] [] | 18
+mpop | [] | 8
+msmtp | [] | 7
+nano | [] [] [] [] [] | 33
+opcodes | [] | 7
+parted | [] [] [] [] [] | 26
+pies | [] [] | 8
+pnmixer | [] [] () | 13
+procps-ng | [] [] | 7
+procps-ng-man | [] | 1
+psmisc | [] [] [] [] | 25
+psmisc-man | [] | 7
+pspp | [] [] | 16
+pyspread | [] | 7
+radius | [] [] | 10
+recode | [] [] [] [] | 31
+recutils | [] [] | 9
+rush | [] [] [] | 12
+sarg | | 7
+savane | | 4
+sed | [] [] [] [] [] | 37
+sharutils | [] [] [] | 14
+shepherd | [] | 9
+shishi | [] [] | 8
+skribilo | [] | 10
+solfege | [] [] [] | 22
+solfege-manual | [] | 10
+spotmachine | [] [] | 11
+sudo | [] [] [] [] [] | 31
+sudoers | [] [] [] [] | 22
+sysstat | [] [] [] [] | 24
+tar | [] [] [] [] [] | 33
+texinfo | [] [] [] | 23
+texinfo_document | [] | 18
+tigervnc | [] [] [] | 21
+tin | [] [] [] | 8
+tin-man | | 1
+trader | | 13
+util-linux | [] [] [] [] | 18
+util-linux-man | [] | 4
+ve | [] [] [] | 17
+vmm | [] | 2
+vorbis-tools | [] | 15
+wastesedge | [] | 7
+wcd | [] [] [] | 13
+wcd-man | [] | 6
+wdiff | [] [] [] [] | 27
+wget | [] [] [] [] [] | 29
+wget2 | [] | 11
+wyslij-po | [] [] [] | 20
+xboard | [] [] [] | 11
+xdg-user-dirs | [] [] [] [] [] [] [] [] | 73
+xkeyboard-config | [] [] [] | 32
+xz | [] [] [] [] [] | 22
+ +--------------------------------------------+
+ 86 teams tg th tr uk ur vi wa wo zh_CN zh_HK zh_TW
+ 150 domains 0 9 55 119 1 96 5 1 87 5 43 2749
@end group
@end example
diff --git a/gettext-runtime/doc/nls.texi b/gettext-runtime/doc/nls.texi
index 000a4b0b6..9b96e525c 100644
--- a/gettext-runtime/doc/nls.texi
+++ b/gettext-runtime/doc/nls.texi
@@ -1,5 +1,5 @@
@c This file is part of the GNU gettext manual.
-@c Copyright (C) 1995-2020 Free Software Foundation, Inc.
+@c Copyright (C) 1995-2022 Free Software Foundation, Inc.
@c See the file gettext.texi for copying conditions.
@node The original ABOUT-NLS
@@ -12,7 +12,7 @@ as a file named @code{ABOUT-NLS}.
@strong{ NOTE: } This documentation section is outdated. It it included
here for historical purposes only.
-@set STATUS July 2020
+@set STATUS October 2022
Free software is going international! The Free Translation Project is
a way to get maintainers of free software, translators, and users all
diff --git a/gettext-runtime/intl/Makefile.am b/gettext-runtime/intl/Makefile.am
index aef03446d..f7cf470d8 100644
--- a/gettext-runtime/intl/Makefile.am
+++ b/gettext-runtime/intl/Makefile.am
@@ -414,9 +414,9 @@ endif
# Libtool's library version information for libintl.
# Before making a gettext release, you must change this according to the
# libtool documentation, section "Library interface versions".
-LTV_CURRENT=10
+LTV_CURRENT=11
LTV_REVISION=0
-LTV_AGE=2
+LTV_AGE=3
# How to build libintl.la and libgnuintl.la.
# Limit the exported symbols: Don't export _libintl_* (from gnulib modules).
diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h
index 0c9207eb9..9686feb7f 100644
--- a/gettext-runtime/intl/libgnuintl.in.h
+++ b/gettext-runtime/intl/libgnuintl.in.h
@@ -1,5 +1,5 @@
/* Message catalogs for internationalization.
- Copyright (C) 1995-1997, 2000-2016, 2018-2021 Free Software Foundation, Inc.
+ Copyright (C) 1995-1997, 2000-2016, 2018-2022 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
@@ -54,7 +54,7 @@ extern "C" {
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001500
+#define LIBINTL_VERSION 0x001501
extern int libintl_version;
diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c
index 153761767..3177d8c24 100644
--- a/gettext-runtime/src/envsubst.c
+++ b/gettext-runtime/src/envsubst.c
@@ -1,5 +1,5 @@
/* Substitution of environment variables in shell format strings.
- Copyright (C) 2003-2007, 2012, 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2003-2007, 2012, 2018-2022 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
@@ -112,7 +112,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2003-2020", "https://gnu.org/licenses/gpl.html");
+ "2003-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c
index 4773fe5f0..47238a8a1 100644
--- a/gettext-runtime/src/gettext.c
+++ b/gettext-runtime/src/gettext.c
@@ -1,5 +1,5 @@
/* gettext - retrieve text string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2020 Free Software
+ Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2022 Free Software
Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995.
@@ -138,7 +138,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-2020", "https://gnu.org/licenses/gpl.html");
+ "1995-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-runtime/src/gettext.sh.in b/gettext-runtime/src/gettext.sh.in
index 6a3572078..d16f149e4 100644
--- a/gettext-runtime/src/gettext.sh.in
+++ b/gettext-runtime/src/gettext.sh.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2003, 2005-2007, 2011, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005-2007, 2011, 2018-2022 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
@@ -61,7 +61,7 @@ if test -z "${ZSH_VERSION+set}"; then
func_version ()
{
echo "$progname (GNU $package) $version"
- echo "Copyright (C) 2003-2020 Free Software Foundation, Inc.
+ echo "Copyright (C) 2003-2022 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c
index c0b3ca506..940a0241c 100644
--- a/gettext-runtime/src/ngettext.c
+++ b/gettext-runtime/src/ngettext.c
@@ -1,5 +1,5 @@
/* ngettext - retrieve plural form string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2022 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -127,7 +127,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-1997, 2000-2020", "https://gnu.org/licenses/gpl.html");
+ "1995-1997, 2000-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac
index 551b860df..08e24c8bc 100644
--- a/gettext-tools/configure.ac
+++ b/gettext-tools/configure.ac
@@ -509,7 +509,7 @@ changequote([,])dnl
fi
AC_SUBST([ARCHIVE_FORMAT])
-ARCHIVE_VERSION=0.21
+ARCHIVE_VERSION=0.21.1
AC_SUBST([ARCHIVE_VERSION])
PACKAGE_SUFFIX="-$ARCHIVE_VERSION"
diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am
index bc86b720b..47ee09894 100644
--- a/gettext-tools/libgettextpo/Makefile.am
+++ b/gettext-tools/libgettextpo/Makefile.am
@@ -102,7 +102,7 @@ libgettextpo_la_AUXSOURCES = \
# Libtool's library version information for libgettextpo.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=5
-LTV_REVISION=7
+LTV_REVISION=8
LTV_AGE=5
# How to build libgettextpo.la.
diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h
index abeb85b7f..c3a983bb9 100644
--- a/gettext-tools/libgettextpo/gettext-po.in.h
+++ b/gettext-tools/libgettextpo/gettext-po.in.h
@@ -1,5 +1,5 @@
/* Public API for GNU gettext PO files - contained in libgettextpo.
- Copyright (C) 2003-2008, 2010, 2012-2016, 2019-2020 Free Software Foundation, Inc.
+ Copyright (C) 2003-2008, 2010, 2012-2016, 2019-2022 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@ extern "C" {
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001500
+#define LIBGETTEXTPO_VERSION 0x001501
extern int libgettextpo_version;
/* ================================= Types ================================= */
diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in
index 1680bb885..c72f9bb97 100644
--- a/gettext-tools/misc/autopoint.in
+++ b/gettext-tools/misc/autopoint.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2002-2021 Free Software Foundation, Inc.
+# Copyright (C) 2002-2022 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -212,7 +212,7 @@ func_version ()
echo "This binary is configured to use a versions archive in @ARCHIVE_FORMAT@ format."
echo
fi
- echo "Copyright (C) 2002-2021 Free Software Foundation, Inc.
+ echo "Copyright (C) 2002-2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
@@ -390,7 +390,7 @@ case "$ver" in
0.18 | 0.18.1 | 0.18.2 | 0.18.3 | \
0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 | \
0.20 | 0.20.2 | \
- 0.21 )
+ 0.21 | 0.21.1 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
diff --git a/gettext-tools/misc/convert-archive.in b/gettext-tools/misc/convert-archive.in
index 0570f6e2c..3754affac 100644
--- a/gettext-tools/misc/convert-archive.in
+++ b/gettext-tools/misc/convert-archive.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2009-2010, 2014, 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010, 2014, 2018-2022 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ or by email to <bug-gettext@gnu.org>."
func_version ()
{
echo "$progname (GNU $package) $version"
- echo "Copyright (C) 2009-2020 Free Software Foundation, Inc.
+ echo "Copyright (C) 2009-2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in
index c78c308bf..6ec6e2a2b 100644
--- a/gettext-tools/misc/gettextize.in
+++ b/gettext-tools/misc/gettextize.in
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 1995-1998, 2000-2020 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000-2022 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -206,7 +206,7 @@ or by email to <bug-gettext@gnu.org>."
func_version ()
{
echo "$progname (GNU $package) $version"
- echo "Copyright (C) 1995-2020 Free Software Foundation, Inc.
+ echo "Copyright (C) 1995-2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
diff --git a/gettext-tools/src/cldr-plurals.c b/gettext-tools/src/cldr-plurals.c
index 94a2cdf79..e0e2217c1 100644
--- a/gettext-tools/src/cldr-plurals.c
+++ b/gettext-tools/src/cldr-plurals.c
@@ -1,5 +1,5 @@
/* Unicode CLDR plural rule parser and converter
- Copyright (C) 2015, 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2015, 2018-2022 Free Software Foundation, Inc.
This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
@@ -294,7 +294,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2015-2020", "https://gnu.org/licenses/gpl.html");
+ "2015-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Daiki Ueno"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/hostname.c b/gettext-tools/src/hostname.c
index 295b0b4ee..e90963761 100644
--- a/gettext-tools/src/hostname.c
+++ b/gettext-tools/src/hostname.c
@@ -1,5 +1,5 @@
/* Display hostname in various forms.
- Copyright (C) 2001-2003, 2006-2007, 2012, 2014, 2018-2020 Free Software
+ Copyright (C) 2001-2003, 2006-2007, 2012, 2014, 2018-2022 Free Software
Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
@@ -179,7 +179,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgattrib.c b/gettext-tools/src/msgattrib.c
index f9d60d1d8..12010b62a 100644
--- a/gettext-tools/src/msgattrib.c
+++ b/gettext-tools/src/msgattrib.c
@@ -1,5 +1,5 @@
/* Manipulates attributes of messages in translation catalogs.
- Copyright (C) 2001-2007, 2009-2010, 2012-2014, 2016, 2018-2020 Free Software
+ Copyright (C) 2001-2007, 2009-2010, 2012-2014, 2016, 2018-2022 Free Software
Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
@@ -355,7 +355,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgcat.c b/gettext-tools/src/msgcat.c
index a8c4d5032..a1ae34ae0 100644
--- a/gettext-tools/src/msgcat.c
+++ b/gettext-tools/src/msgcat.c
@@ -1,5 +1,5 @@
/* Concatenates several translation catalogs.
- Copyright (C) 2001-2007, 2009-2020 Free Software Foundation, Inc.
+ Copyright (C) 2001-2007, 2009-2022 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
@@ -293,7 +293,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgcmp.c b/gettext-tools/src/msgcmp.c
index 7d9478d62..8e5f6bec9 100644
--- a/gettext-tools/src/msgcmp.c
+++ b/gettext-tools/src/msgcmp.c
@@ -1,5 +1,5 @@
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1998, 2000-2010, 2012, 2016, 2018-2020 Free Software
+ Copyright (C) 1995-1998, 2000-2010, 2012, 2016, 2018-2022 Free Software
Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
@@ -171,7 +171,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-2020", "https://gnu.org/licenses/gpl.html");
+ "1995-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgcomm.c b/gettext-tools/src/msgcomm.c
index e24a61ef6..f34788589 100644
--- a/gettext-tools/src/msgcomm.c
+++ b/gettext-tools/src/msgcomm.c
@@ -1,5 +1,5 @@
/* GNU gettext - internationalization aids
- Copyright (C) 1997-1998, 2000-2007, 2009-2020 Free Software Foundation, Inc.
+ Copyright (C) 1997-1998, 2000-2007, 2009-2022 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
@@ -284,7 +284,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-2020", "https://gnu.org/licenses/gpl.html");
+ "1995-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgconv.c b/gettext-tools/src/msgconv.c
index e7fa05404..1470442df 100644
--- a/gettext-tools/src/msgconv.c
+++ b/gettext-tools/src/msgconv.c
@@ -1,5 +1,5 @@
/* Converts a translation catalog to a different character encoding.
- Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2020 Free Software
+ Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2022 Free Software
Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
@@ -244,7 +244,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgen.c b/gettext-tools/src/msgen.c
index 40ca9de74..0f7e17b31 100644
--- a/gettext-tools/src/msgen.c
+++ b/gettext-tools/src/msgen.c
@@ -1,5 +1,5 @@
/* Creates an English translation catalog.
- Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2020 Free Software
+ Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2022 Free Software
Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
@@ -241,7 +241,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c
index 77494b2b7..fb7e2c8a0 100644
--- a/gettext-tools/src/msgexec.c
+++ b/gettext-tools/src/msgexec.c
@@ -1,5 +1,5 @@
/* Pass translations to a subprocess.
- Copyright (C) 2001-2020 Free Software Foundation, Inc.
+ Copyright (C) 2001-2022 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
@@ -185,7 +185,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgfilter.c b/gettext-tools/src/msgfilter.c
index 726d1215f..ab79f3df1 100644
--- a/gettext-tools/src/msgfilter.c
+++ b/gettext-tools/src/msgfilter.c
@@ -1,5 +1,5 @@
/* Edit translations using a subprocess.
- Copyright (C) 2001-2010, 2012, 2014-2016, 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2001-2010, 2012, 2014-2016, 2018-2022 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
@@ -288,7 +288,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgfmt.c b/gettext-tools/src/msgfmt.c
index 2e17d28fe..5e5903d17 100644
--- a/gettext-tools/src/msgfmt.c
+++ b/gettext-tools/src/msgfmt.c
@@ -1,5 +1,5 @@
/* Converts Uniforum style .po files to binary .mo files
- Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2014-2016, 2018-2020 Free Software
+ Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2014-2016, 2018-2022 Free Software
Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
@@ -444,7 +444,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-2020", "https://gnu.org/licenses/gpl.html");
+ "1995-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msggrep.c b/gettext-tools/src/msggrep.c
index f14ed69db..e3b7a9ca4 100644
--- a/gettext-tools/src/msggrep.c
+++ b/gettext-tools/src/msggrep.c
@@ -1,5 +1,5 @@
/* Extract some translations of a translation catalog.
- Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2020 Free Software
+ Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2022 Free Software
Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
@@ -415,7 +415,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msginit.c b/gettext-tools/src/msginit.c
index b105a7518..21ac4cb4b 100644
--- a/gettext-tools/src/msginit.c
+++ b/gettext-tools/src/msginit.c
@@ -271,7 +271,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c
index 338532a86..5051a5cea 100644
--- a/gettext-tools/src/msgmerge.c
+++ b/gettext-tools/src/msgmerge.c
@@ -1,5 +1,5 @@
/* GNU gettext - internationalization aids
- Copyright (C) 1995-1998, 2000-2010, 2012, 2014-2016, 2018-2020 Free Software
+ Copyright (C) 1995-1998, 2000-2010, 2012, 2014-2016, 2018-2022 Free Software
Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
@@ -372,7 +372,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-2020", "https://gnu.org/licenses/gpl.html");
+ "1995-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgunfmt.c b/gettext-tools/src/msgunfmt.c
index 030f33206..86355c5e5 100644
--- a/gettext-tools/src/msgunfmt.c
+++ b/gettext-tools/src/msgunfmt.c
@@ -1,5 +1,5 @@
/* msgunfmt - converts binary .mo files to Uniforum style .po files
- Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2016, 2018-2020 Free Software
+ Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2016, 2018-2022 Free Software
Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
@@ -262,7 +262,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-2020", "https://gnu.org/licenses/gpl.html");
+ "1995-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msguniq.c b/gettext-tools/src/msguniq.c
index 2a18b2279..3e9ea1f94 100644
--- a/gettext-tools/src/msguniq.c
+++ b/gettext-tools/src/msguniq.c
@@ -1,5 +1,5 @@
/* Remove, select or merge duplicate translations.
- Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2020 Free Software
+ Copyright (C) 2001-2007, 2009-2010, 2012, 2014, 2016, 2018-2022 Free Software
Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
@@ -264,7 +264,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/recode-sr-latin.c b/gettext-tools/src/recode-sr-latin.c
index a7f67ba90..6966998dd 100644
--- a/gettext-tools/src/recode-sr-latin.c
+++ b/gettext-tools/src/recode-sr-latin.c
@@ -1,5 +1,5 @@
/* Recode Serbian text from Cyrillic to Latin script.
- Copyright (C) 2006-2007, 2010, 2012, 2018-2020 Free Software Foundation,
+ Copyright (C) 2006-2007, 2010, 2012, 2018-2022 Free Software Foundation,
Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
@@ -109,7 +109,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2006-2020", "https://gnu.org/licenses/gpl.html");
+ "2006-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s and %s.\n"),
/* TRANSLATORS: This is a proper name. The last name is
(with Unicode escapes) "\u0160egan" or (with HTML entities)
diff --git a/gettext-tools/src/urlget.c b/gettext-tools/src/urlget.c
index 04196c2d5..ca3df36e7 100644
--- a/gettext-tools/src/urlget.c
+++ b/gettext-tools/src/urlget.c
@@ -1,5 +1,5 @@
/* Get the contents of an URL.
- Copyright (C) 2001-2003, 2005-2010, 2012, 2017-2020 Free Software
+ Copyright (C) 2001-2003, 2005-2010, 2012, 2017-2022 Free Software
Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
@@ -142,7 +142,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2020", "https://gnu.org/licenses/gpl.html");
+ "2001-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c
index 8cd587a2d..5aa5d7a20 100644
--- a/gettext-tools/src/xgettext.c
+++ b/gettext-tools/src/xgettext.c
@@ -691,7 +691,7 @@ License GPLv3+: GNU GPL version 3 or later <%s>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-2020", "https://gnu.org/licenses/gpl.html");
+ "1995-2022", "https://gnu.org/licenses/gpl.html");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}
diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am
index 13efd23d0..6bf636dc8 100644
--- a/libtextstyle/lib/Makefile.am
+++ b/libtextstyle/lib/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the lib subdirectory of GNU libtextstyle.
-## Copyright (C) 2009-2021 Free Software Foundation, Inc.
+## Copyright (C) 2009-2022 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -283,7 +283,7 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1
# Libtool's library version information for libtextstyle.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT=1
-LTV_REVISION=1
+LTV_REVISION=2
LTV_AGE=1
# How to build libtextstyle.la.
diff --git a/libtextstyle/version.sh b/libtextstyle/version.sh
index 47e0fd08a..951e3a952 100644
--- a/libtextstyle/version.sh
+++ b/libtextstyle/version.sh
@@ -1,3 +1,3 @@
# Version number and release date.
-VERSION_NUMBER=0.21
-RELEASE_DATE=2020-07-26 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.21.1
+RELEASE_DATE=2022-10-10 # in "date +%Y-%m-%d" format