webperimental: killstack decides stack protects.
[freeciv.git] / ABOUT-NLS
blobb783092c53eb16b089cd76d984471ae492a9f810
1 Notes about NLS and Freeciv
2 ***************************
4 Below is ABOUT-NLS file from upstream gettext -package.
5 Freeciv usage of gettext differs a bit from what it says.
7 - Translations are not in directory called 'po', but in 'translations'
8   -hierarchy
10 =========================================================================
12 1 Notes on the Free Translation Project
13 ***************************************
15 Free software is going international!  The Free Translation Project is a
16 way to get maintainers of free software, translators, and users all
17 together, so that free software will gradually become able to speak many
18 languages.  A few packages already provide translations for their
19 messages.
21    If you found this 'ABOUT-NLS' file inside a distribution, you may
22 assume that the distributed package does use GNU 'gettext' internally,
23 itself available at your nearest GNU archive site.  But you do _not_
24 need to install GNU 'gettext' prior to configuring, installing or using
25 this package with messages translated.
27    Installers will find here some useful hints.  These notes also
28 explain how users should proceed for getting the programs to use the
29 available translations.  They tell how people wanting to contribute and
30 work on translations can contact the appropriate team.
32 1.1 INSTALL Matters
33 ===================
35 Some packages are "localizable" when properly installed; the programs
36 they contain can be made to speak your own native language.  Most such
37 packages use GNU 'gettext'.  Other packages have their own ways to
38 internationalization, predating GNU 'gettext'.
40    By default, this package will be installed to allow translation of
41 messages.  It will automatically detect whether the system already
42 provides the GNU 'gettext' functions.  Installers may use special
43 options at configuration time for changing the default behaviour.  The
44 command:
46      ./configure --disable-nls
48 will _totally_ disable translation of messages.
50    When you already have GNU 'gettext' installed on your system and run
51 configure without an option for your new package, 'configure' will
52 probably detect the previously built and installed 'libintl' library and
53 will decide to use it.  If not, you may have to to use the
54 '--with-libintl-prefix' option to tell 'configure' where to look for it.
56    Internationalized packages usually have many 'po/LL.po' files, where
57 LL gives an ISO 639 two-letter code identifying the language.  Unless
58 translations have been forbidden at 'configure' time by using the
59 '--disable-nls' switch, all available translations are installed
60 together with the package.  However, the environment variable 'LINGUAS'
61 may be set, prior to configuration, to limit the installed set.
62 'LINGUAS' should then contain a space separated list of two-letter
63 codes, stating which languages are allowed.
65 1.2 Using This Package
66 ======================
68 As a user, if your language has been installed for this package, you
69 only have to set the 'LANG' environment variable to the appropriate
70 'LL_CC' combination.  If you happen to have the 'LC_ALL' or some other
71 'LC_xxx' environment variables set, you should unset them before setting
72 'LANG', otherwise the setting of 'LANG' will not have the desired
73 effect.  Here 'LL' is an ISO 639 two-letter language code, and 'CC' is
74 an ISO 3166 two-letter country code.  For example, let's suppose that
75 you speak German and live in Germany.  At the shell prompt, merely
76 execute 'setenv LANG de_DE' (in 'csh'), 'export LANG; LANG=de_DE' (in
77 'sh') or 'export LANG=de_DE' (in 'bash').  This can be done from your
78 '.login' or '.profile' file, once and for all.
80    You might think that the country code specification is redundant.
81 But in fact, some languages have dialects in different countries.  For
82 example, 'de_AT' is used for Austria, and 'pt_BR' for Brazil.  The
83 country code serves to distinguish the dialects.
85    The locale naming convention of 'LL_CC', with 'LL' denoting the
86 language and 'CC' denoting the country, is the one use on systems based
87 on GNU libc.  On other systems, some variations of this scheme are used,
88 such as 'LL' or 'LL_CC.ENCODING'.  You can get the list of locales
89 supported by your system for your language by running the command
90 'locale -a | grep '^LL''.
92    Not all programs have translations for all languages.  By default, an
93 English message is shown in place of a nonexistent translation.  If you
94 understand other languages, you can set up a priority list of languages.
95 This is done through a different environment variable, called
96 'LANGUAGE'.  GNU 'gettext' gives preference to 'LANGUAGE' over 'LANG'
97 for the purpose of message handling, but you still need to have 'LANG'
98 set to the primary language; this is required by other parts of the
99 system libraries.  For example, some Swedish users who would rather read
100 translations in German than English for when Swedish is not available,
101 set 'LANGUAGE' to 'sv:de' while leaving 'LANG' to 'sv_SE'.
103    Special advice for Norwegian users: The language code for Norwegian
104 bokma*l changed from 'no' to 'nb' recently (in 2003).  During the
105 transition period, while some message catalogs for this language are
106 installed under 'nb' and some older ones under 'no', it's recommended
107 for Norwegian users to set 'LANGUAGE' to 'nb:no' so that both newer and
108 older translations are used.
110    In the 'LANGUAGE' environment variable, but not in the 'LANG'
111 environment variable, 'LL_CC' combinations can be abbreviated as 'LL' to
112 denote the language's main dialect.  For example, 'de' is equivalent to
113 'de_DE' (German as spoken in Germany), and 'pt' to 'pt_PT' (Portuguese
114 as spoken in Portugal) in this context.
116 1.3 Translating Teams
117 =====================
119 For the Free Translation Project to be a success, we need interested
120 people who like their own language and write it well, and who are also
121 able to synergize with other translators speaking the same language.
122 Each translation team has its own mailing list.  The up-to-date list of
123 teams can be found at the Free Translation Project's homepage,
124 'http://translationproject.org/', in the "Teams" area.
126    If you'd like to volunteer to _work_ at translating messages, you
127 should become a member of the translating team for your own language.
128 The subscribing address is _not_ the same as the list itself, it has
129 '-request' appended.  For example, speakers of Swedish can send a
130 message to 'sv-request@li.org', having this message body:
132      subscribe
134    Keep in mind that team members are expected to participate _actively_
135 in translations, or at solving translational difficulties, rather than
136 merely lurking around.  If your team does not exist yet and you want to
137 start one, or if you are unsure about what to do or how to get started,
138 please write to 'coordinator@translationproject.org' to reach the
139 coordinator for all translator teams.
141    The English team is special.  It works at improving and uniformizing
142 the terminology in use.  Proven linguistic skills are praised more than
143 programming skills, here.
145 1.4 Available Packages
146 ======================
148 Languages are not equally supported in all packages.  The following
149 matrix shows the current state of internationalization, as of Jun 2014.
150 The matrix shows, in regard of each package, for which languages PO
151 files have been submitted to translation coordination, with a
152 translation percentage of at least 50%.
154      Ready PO files       af am an ar as ast az be bg bn bn_IN bs ca crh cs
155                         +---------------------------------------------------+
156      a2ps               |                       []                []     [] |
157      aegis              |                                                   |
158      anubis             |                                                   |
159      aspell             |                []                       []     [] |
160      bash               |                          []             []     [] |
161      bfd                |                                                   |
162      binutils           |                                         []        |
163      bison              |                                                   |
164      bison-runtime      |                []                                 |
165      buzztrax           |                                                [] |
166      ccd2cue            |                                                   |
167      ccide              |                                                   |
168      cflow              |                                                   |
169      clisp              |                                                   |
170      coreutils          |                                         []     [] |
171      cpio               |                                                   |
172      cppi               |                                                   |
173      cpplib             |                                         []        |
174      cryptsetup         |                                                [] |
175      datamash           |                                                   |
176      denemo             |                                         []     [] |
177      dfarc              |                                         []        |
178      dialog             |       []                                []     [] |
179      dico               |                                                   |
180      diffutils          |                                                [] |
181      dink               |                                         []        |
182      direvent           |                                                   |
183      doodle             |                                                [] |
184      dos2unix           |                                                   |
185      dos2unix-man       |                                                   |
186      e2fsprogs          |                                         []     [] |
187      enscript           |                                         []        |
188      exif               |                                                [] |
189      fetchmail          |                                         []     [] |
190      findutils          |                                                [] |
191      flex               |                                         []        |
192      freedink           |                                         []     [] |
193      fusionforge        |                                                   |
194      gas                |                                                   |
195      gawk               |                                         []        |
196      gcal               |                                         []        |
197      gcc                |                                                   |
198      gdbm               |                                                   |
199      gettext-examples   | []             []        []             []     [] |
200      gettext-runtime    |                          []             []     [] |
201      gettext-tools      |                          []             []        |
202      gjay               |                                                   |
203      glunarclock        |                []        []                    [] |
204      gnubiff            |                                                [] |
205      gnubik             |          []                                       |
206      gnucash            |          ()              ()             []        |
207      gnuchess           |                                                   |
208      gnulib             |                                                [] |
209      gnunet             |                                                   |
210      gnunet-gtk         |                                                   |
211      gold               |                                                   |
212      gphoto2            |                                                [] |
213      gprof              |                          []                       |
214      gramadoir          |                                                   |
215      grep               |                          []             []     [] |
216      grub               |                                         []        |
217      gsasl              |                                                   |
218      gss                |                                                   |
219      gst-plugins-bad    |                          []                    [] |
220      gst-plugins-base   |                          []             []     [] |
221      gst-plugins-good   |                          []             []     [] |
222      gst-plugins-ugly   |                          []             []     [] |
223      gstreamer          |                []        []             []     [] |
224      gtick              |                                                [] |
225      gtkam              |                       []                       [] |
226      gtkspell           | []             []     []                []     [] |
227      guix               |                                                   |
228      guix-packages      |                                                   |
229      gutenprint         |                                         []        |
230      hello              |                                         []        |
231      help2man           |                                                   |
232      help2man-texi      |                                                   |
233      hylafax            |                                                   |
234      idutils            |                                                   |
235      iso_15924          |                                                [] |
236      iso_3166           | []          []        [] [] []  []   [] [] []  [] |
237      iso_3166_2         |                                                   |
238      iso_4217           |                                                [] |
239      iso_639            |             [] []     [] [] []  []      [] []  [] |
240      iso_639_3          |                []                          []     |
241      iso_639_5          |                                                   |
242      jwhois             |                                                   |
243      kbd                |                                                [] |
244      klavaro            |          []              [] []          []     [] |
245      ld                 |                          []                       |
246      leafpad            |                       [] []             []     [] |
247      libc               |                          []             []     [] |
248      libexif            |                       ()                          |
249      libextractor       |                                                   |
250      libgnutls          |                                                [] |
251      libgphoto2         |                                                [] |
252      libgphoto2_port    |                                                [] |
253      libgsasl           |                                                   |
254      libiconv           |                          []                    [] |
255      libidn             |                                                [] |
256      liferea            |          []    []                       []     [] |
257      lilypond           |                                         []     [] |
258      lordsawar          |                                         []        |
259      lprng              |                                                   |
260      lynx               |                                         []     [] |
261      m4                 |                                                [] |
262      mailfromd          |                                                   |
263      mailutils          |                                                   |
264      make               |                                                [] |
265      man-db             |                                         []     [] |
266      man-db-manpages    |                                                   |
267      midi-instruments   |          []                             []     [] |
268      minicom            |                                                [] |
269      mkisofs            |                                                [] |
270      myserver           |                                                [] |
271      nano               |                          []             []     [] |
272      opcodes            |                                                   |
273      parted             |                                                [] |
274      pies               |                                                   |
275      pnmixer            |                                                   |
276      popt               |                                                [] |
277      procps-ng          |                                                   |
278      procps-ng-man      |                                                   |
279      psmisc             |                                                [] |
280      pspp               |                                         []        |
281      pushover           |                                                [] |
282      pwdutils           |                                                   |
283      pyspread           |                                                   |
284      radius             |                                         []        |
285      recode             |                       []                []     [] |
286      recutils           |                                                   |
287      rpm                |                                                   |
288      rush               |                                                   |
289      sarg               |                                                   |
290      sed                |                []        []             []     [] |
291      sharutils          |                                                [] |
292      shishi             |                                                   |
293      skribilo           |                                                   |
294      solfege            |                                         []     [] |
295      solfege-manual     |                                                   |
296      spotmachine        |                                                   |
297      sudo               |                                         []     [] |
298      sudoers            |                                         []     [] |
299      sysstat            |                                                [] |
300      tar                |                          []             []     [] |
301      texinfo            |                                         []     [] |
302      texinfo_document   |                                         []     [] |
303      tigervnc           |                          []                       |
304      tin                |                                                   |
305      tin-man            |                                                   |
306      tracgoogleappsa... |                                                   |
307      trader             |                                                   |
308      util-linux         |                                                [] |
309      ve                 |                                                   |
310      vice               |                                                   |
311      vmm                |                                                   |
312      vorbis-tools       |                                                [] |
313      wastesedge         |                                                   |
314      wcd                |                                                   |
315      wcd-man            |                                                   |
316      wdiff              |                                         []     [] |
317      wget               |                                                [] |
318      wyslij-po          |                                                   |
319      xboard             |                                                   |
320      xdg-user-dirs      | []    []    [] []     [] []     []      [] []  [] |
321      xkeyboard-config   |                          []             []     [] |
322                         +---------------------------------------------------+
323                           af am an ar as ast az be bg bn bn_IN bs ca crh cs
324                            4  0  2  5  3 11   0  8 25  3   3    1 55  4  74
326                           da  de  el en en_GB en_ZA eo es et eu fa fi  fr 
327                         +--------------------------------------------------+
328      a2ps               | []  []  []     []         [] [] []       []  []  |
329      aegis              | []  []                       []              []  |
330      anubis             | []  []                       []          []  []  |
331      aspell             | []  []         []         [] []          []  []  |
332      bash               |                           [] []              []  |
333      bfd                | []                           []          []  []  |
334      binutils           |                              []          []  []  |
335      bison              | []  []  []                [] [] []       []  []  |
336      bison-runtime      | []  []  []                [] [] []       []  []  |
337      buzztrax           | []  []                                   []  []  |
338      ccd2cue            | []  []                    []                 []  |
339      ccide              | []  []                    [] []          []  []  |
340      cflow              | []  []                    []             []  []  |
341      clisp              | []  []     []                []              []  |
342      coreutils          | []  []                       [] []           []  |
343      cpio               | []  []                       []          []  []  |
344      cppi               | []  []                    []             []  []  |
345      cpplib             | []  []                    [] []          []  []  |
346      cryptsetup         | []  []                       []          []  []  |
347      datamash           | []  []                    []                 []  |
348      denemo             | []                                               |
349      dfarc              | []  []                    [] []          []  []  |
350      dialog             | []  []  []                [] []    [] [] []  []  |
351      dico               | []  []                                   []  []  |
352      diffutils          | []  []  []                [] []              []  |
353      dink               | []  []                    [] []          []  []  |
354      direvent           | []  []                    []                 []  |
355      doodle             | []  []                    []             []      |
356      dos2unix           | []  []                    [] []              []  |
357      dos2unix-man       |     []                       []              []  |
358      e2fsprogs          | []  []                    [] []              []  |
359      enscript           | []  []         []         []             []  []  |
360      exif               | []  []                    [] []          []  []  |
361      fetchmail          | []  ()  []     []         [] []              []  |
362      findutils          | []  []  []                [] [] []       []  []  |
363      flex               | []  []                    [] []          []  []  |
364      freedink           | []  []  []                [] []    []    []  []  |
365      fusionforge        |     []                       []              []  |
366      gas                |                              []          []  []  |
367      gawk               | []  []                       []          []  []  |
368      gcal               | []  []                       []              []  |
369      gcc                |     []                                           |
370      gdbm               | []  []                    []             []  []  |
371      gettext-examples   | []  []  []                [] []          []  []  |
372      gettext-runtime    | []  []                    [] []          []  []  |
373      gettext-tools      | []  []                       []          []  []  |
374      gjay               |     []                    []             []  []  |
375      glunarclock        | []  []                    []             []  []  |
376      gnubiff            |     ()                    []             []  ()  |
377      gnubik             | []  []                    []             []  []  |
378      gnucash            | []  ()  ()     ()            ()          ()  ()  |
379      gnuchess           |     []                    [] []              []  |
380      gnulib             | []  []                    [] [] []       []  []  |
381      gnunet             |                              []                  |
382      gnunet-gtk         |     []                                           |
383      gold               |                              []          []  []  |
384      gphoto2            | []  ()                    []                 []  |
385      gprof              | []  []                    [] []          []  []  |
386      gramadoir          | []  []                    []             []  []  |
387      grep               | []  []                    [] [] []       []  []  |
388      grub               | []  []                       []          []  []  |
389      gsasl              | []  []                    []             []  []  |
390      gss                | []  []                    []             []  []  |
391      gst-plugins-bad    | []  []                                       []  |
392      gst-plugins-base   | []  []  []                   []          []  []  |
393      gst-plugins-good   | []  []  []                   []    []    []  []  |
394      gst-plugins-ugly   | []  []  []                [] []    []    []  []  |
395      gstreamer          | []  []  []                   []    []    []  []  |
396      gtick              | []  ()                    []             []  []  |
397      gtkam              | []  ()                    [] []          []  []  |
398      gtkspell           | []  []  []                [] []    []    []  []  |
399      guix               | []                        []                     |
400      guix-packages      |                                                  |
401      gutenprint         | []  []                                   []  []  |
402      hello              | []  []  []                [] [] []       []  []  |
403      help2man           | []  []  []                [] []          []  []  |
404      help2man-texi      |     []                       []              []  |
405      hylafax            |     []                       []                  |
406      idutils            | []  []                    []             []  []  |
407      iso_15924          | []  ()                    [] []    ()    []  ()  |
408      iso_3166           | []  ()  []                [] [] [] ()    []  ()  |
409      iso_3166_2         | []  ()                             ()        ()  |
410      iso_4217           | []  ()  []                   [] [] ()    []  ()  |
411      iso_639            | []  ()                    [] []    ()    []  ()  |
412      iso_639_3          |     ()                             ()        ()  |
413      iso_639_5          |     ()                             ()        ()  |
414      jwhois             |     []                    [] []          []  []  |
415      kbd                | []  []  []                [] []              []  |
416      klavaro            | []  []  []                [] []    []        []  |
417      ld                 | []                           []          []  []  |
418      leafpad            | []  []  []                [] []    []    []  []  |
419      libc               | []  []                       []          []  []  |
420      libexif            | []  []         ()            []              []  |
421      libextractor       |     []                                           |
422      libgnutls          |     []                    []             []  []  |
423      libgphoto2         | []  ()                                       []  |
424      libgphoto2_port    | []  ()                       []    []    []  []  |
425      libgsasl           | []  []                    []             []  []  |
426      libiconv           | []  []                    [] [] []       []  []  |
427      libidn             | []  []                    []             []  []  |
428      liferea            | []  ()  []                   []    []    []  []  |
429      lilypond           | []  []  []                [] []              []  |
430      lordsawar          | []  []                                           |
431      lprng              |                                                  |
432      lynx               | []  []                    []    []       []  []  |
433      m4                 | []  []  []                []             []  []  |
434      mailfromd          |                                              []  |
435      mailutils          |     []                       []          []  []  |
436      make               | []  []                       []          []  []  |
437      man-db             | []  []                    []                 []  |
438      man-db-manpages    |     []                                       []  |
439      midi-instruments   | []  []  []                [] [] []    [] []  []  |
440      minicom            | []  []                       []          []  []  |
441      mkisofs            |                           []             []  []  |
442      myserver           |     []                    []             []  []  |
443      nano               | []  []                    [] []    []    []  []  |
444      opcodes            | []  []                       []          []  []  |
445      parted             | []  []                                       []  |
446      pies               |     []                                           |
447      pnmixer            |     []                                       []  |
448      popt               | []  []                    [] []          []  []  |
449      procps-ng          |     []                                       []  |
450      procps-ng-man      |     []                                       []  |
451      psmisc             | []  []  []                []       []    []  []  |
452      pspp               |     []                       []              []  |
453      pushover           |     ()                    [] []              []  |
454      pwdutils           | []  []                                       []  |
455      pyspread           | []  []                                       []  |
456      radius             |                              []              []  |
457      recode             | []  []  []                [] []          []  []  |
458      recutils           |     []                       []          []  []  |
459      rpm                | []  []                    []             []  []  |
460      rush               |     []                                   []  []  |
461      sarg               | []                                           []  |
462      sed                | []  []  []                [] [] []       []  []  |
463      sharutils          |     []                    []    []           []  |
464      shishi             |     []                                   []  []  |
465      skribilo           | []                           []              []  |
466      solfege            | []  []                    [] [] []    [] []  []  |
467      solfege-manual     |     []                    [] [] []           []  |
468      spotmachine        | []  []                    []             []  []  |
469      sudo               | []  []                    [] []          []  []  |
470      sudoers            | []  []  []                []             []  []  |
471      sysstat            | []  []                    [] []          []  []  |
472      tar                | []  []                    [] [] []       []  []  |
473      texinfo            | []  []                    [] []              []  |
474      texinfo_document   |     []                    [] []              []  |
475      tigervnc           | []  []  []                []             []  []  |
476      tin                | []  []                          []           []  |
477      tin-man            |                []                                |
478      tracgoogleappsa... | []  []                    []             []  []  |
479      trader             | []  []         []         []             []  []  |
480      util-linux         | []  []                       []              []  |
481      ve                 |     []                    [] []          []  []  |
482      vice               | ()  ()                                       ()  |
483      vmm                |     []                                   []      |
484      vorbis-tools       | []  []                    []                 []  |
485      wastesedge         | []                                               |
486      wcd                |     []                    [] []          []      |
487      wcd-man            |     []                                           |
488      wdiff              | []  []                    [] [] []       []  []  |
489      wget               |     []                    [] [] []       []  []  |
490      wyslij-po          |     []                    []             []  []  |
491      xboard             | []  []                       []              []  |
492      xdg-user-dirs      | []  []  []                [] [] [] [] [] []  []  |
493      xkeyboard-config   | []  []  []                [] []          []  []  |
494                         +--------------------------------------------------+
495                           da  de  el en en_GB en_ZA eo es et eu fa fi  fr 
496                           119 131 32  1   6     0   94 95 22 13  4 102 139
498                           ga gd gl gu he hi hr hu hy ia id is it ja ka kk
499                         +-------------------------------------------------+
500      a2ps               |                   []          []    [] []       |
501      aegis              |                                     []          |
502      anubis             |                   [] []       []    []          |
503      aspell             | []                []          []    [] []       |
504      bash               |                      []       []    [] []       |
505      bfd                |                               []       []       |
506      binutils           |                               []    [] []       |
507      bison              |                   []                            |
508      bison-runtime      | []    []          [] []    [] []    [] []       |
509      buzztrax           |                                                 |
510      ccd2cue            |                      []                         |
511      ccide              |                   [] []                         |
512      cflow              | []                []          []                |
513      clisp              |                                                 |
514      coreutils          |                      []                []       |
515      cpio               | []                [] []       []    [] []       |
516      cppi               |       []          [] []             [] []       |
517      cpplib             |                               []       []       |
518      cryptsetup         |                                     []          |
519      datamash           |                                                 |
520      denemo             |                                     []          |
521      dfarc              |                   [] []             []          |
522      dialog             | [] [] []          [] []    [] [] [] [] []       |
523      dico               |                                                 |
524      diffutils          |                      []       []    [] []       |
525      dink               |                      []                         |
526      direvent           |                      []                         |
527      doodle             | []                                  []          |
528      dos2unix           |                      []                []       |
529      dos2unix-man       |                                                 |
530      e2fsprogs          |                      []       []                |
531      enscript           | []                []          []                |
532      exif               |       []          []          [] [] [] []       |
533      fetchmail          |                               []    [] []       |
534      findutils          | []    []          [] []       []    [] []       |
535      flex               | []                                              |
536      freedink           |                   [] []       []    []          |
537      fusionforge        |                                                 |
538      gas                |                               []                |
539      gawk               |                               []    () []       |
540      gcal               |                                                 |
541      gcc                |                                                 |
542      gdbm               |                                                 |
543      gettext-examples   | []    []          [] []       []    [] []       |
544      gettext-runtime    | []    []          [] []       []    [] []       |
545      gettext-tools      |                               []    [] []       |
546      gjay               |       []                                        |
547      glunarclock        | []    []          [] []       []    []          |
548      gnubiff            |                      []       []    ()          |
549      gnubik             |       []          []                []          |
550      gnucash            |          () () ()    ()             ()          |
551      gnuchess           |                                                 |
552      gnulib             | []    []             []             [] []       |
553      gnunet             |                                                 |
554      gnunet-gtk         |                                                 |
555      gold               |                               []    []          |
556      gphoto2            |                      []       []    [] []       |
557      gprof              | []                   []       []    []          |
558      gramadoir          | []                   []       []                |
559      grep               | []    []          [] []       []    [] []       |
560      grub               |       []             []             []          |
561      gsasl              | []                [] []       []    []          |
562      gss                | []                [] []       []    []          |
563      gst-plugins-bad    |                   [] []       []                |
564      gst-plugins-base   |       []          [] []       []                |
565      gst-plugins-good   |       []          [] []       []    [] []       |
566      gst-plugins-ugly   |       []          [] []       []    [] []       |
567      gstreamer          |       []          [] []       []    []          |
568      gtick              | []    []             []       []    []          |
569      gtkam              |                      []       [] [] [] []       |
570      gtkspell           | []    []    []    [] [] []    [] [] [] []       |
571      guix               |                                                 |
572      guix-packages      |                                                 |
573      gutenprint         |       []             []             []          |
574      hello              | []    []          [] []       []                |
575      help2man           |                   []                [] []       |
576      help2man-texi      |                                                 |
577      hylafax            |                               []                |
578      idutils            |                      []       []                |
579      iso_15924          |       []             []    [] [] [] []          |
580      iso_3166           | []    [] [] [] [] [] []    [] [] [] [] []    [] |
581      iso_3166_2         |                               []    []          |
582      iso_4217           |                   [] []       [] [] [] []       |
583      iso_639            | []    [] []       [] []       [] [] [] []       |
584      iso_639_3          |       []                            []          |
585      iso_639_5          |                                                 |
586      jwhois             |       []             []       []    []          |
587      kbd                |                      []       []    []          |
588      klavaro            |       []          [] []             []       [] |
589      ld                 | []                            []    [] []       |
590      leafpad            | []    []    []    [] []       []    [] ()       |
591      libc               |       []          []          []    [] []       |
592      libexif            |                                     []          |
593      libextractor       |                                                 |
594      libgnutls          |                                     []          |
595      libgphoto2         |                                     [] []       |
596      libgphoto2_port    |                                     [] []       |
597      libgsasl           | []                   []       []    []          |
598      libiconv           | []    []          [] []       []    [] []       |
599      libidn             |                   [] []       []    []          |
600      liferea            |       []    []       []             [] []       |
601      lilypond           |                                     []          |
602      lordsawar          |                                                 |
603      lprng              |                               []                |
604      lynx               |                      []       []    [] []       |
605      m4                 | []    []          []          []       []       |
606      mailfromd          |                                                 |
607      mailutils          |                                                 |
608      make               |                   []          []    [] []       |
609      man-db             |                               []       []       |
610      man-db-manpages    |                               []       []       |
611      midi-instruments   |       []    []    [] [] []    [] [] [] []       |
612      minicom            |                      []       []       []       |
613      mkisofs            |                               []    []          |
614      myserver           |                                     []          |
615      nano               | []    []          [] []             [] []       |
616      opcodes            | []                            []    []          |
617      parted             |       []             []       []    [] []       |
618      pies               |                                                 |
619      pnmixer            |                   []                []          |
620      popt               | []    [] []       [] []    [] [] [] [] []       |
621      procps-ng          |                                                 |
622      procps-ng-man      |                                                 |
623      psmisc             |                   [] []       []    []          |
624      pspp               |       []                               []       |
625      pushover           |                                     []          |
626      pwdutils           |                               []                |
627      pyspread           |                                                 |
628      radius             |                               []                |
629      recode             | []    []    []    [] []       []    []          |
630      recutils           |                                                 |
631      rpm                |                               []                |
632      rush               |       []                                        |
633      sarg               |                                                 |
634      sed                | []    []          [] []       []    [] []       |
635      sharutils          |                                                 |
636      shishi             |                                                 |
637      skribilo           |                      []                         |
638      solfege            |       []                            []          |
639      solfege-manual     |                                                 |
640      spotmachine        |                                                 |
641      sudo               |       []          []                [] []       |
642      sudoers            |                   []                [] []       |
643      sysstat            |                   [] []       []       []       |
644      tar                | []                [] []       []    [] []       |
645      texinfo            |                   []          []    []          |
646      texinfo_document   |                   [] []             []          |
647      tigervnc           |                                                 |
648      tin                |                                                 |
649      tin-man            |                                                 |
650      tracgoogleappsa... |       []    []    [] []                         |
651      trader             |                   [] []                         |
652      util-linux         |                                        []       |
653      ve                 |                                     []          |
654      vice               |                      ()             ()          |
655      vmm                |                                                 |
656      vorbis-tools       |                   []          []                |
657      wastesedge         |                                     []          |
658      wcd                |                                                 |
659      wcd-man            |                                                 |
660      wdiff              |       []             []             []          |
661      wget               |                   [] []             [] []       |
662      wyslij-po          |       []          []          []                |
663      xboard             |                                                 |
664      xdg-user-dirs      | [] [] [] [] [] [] [] []    [] [] [] [] []    [] |
665      xkeyboard-config   |       []          [] []       []    [] []       |
666                         +-------------------------------------------------+
667                           ga gd gl gu he hi hr hu hy ia id is it ja ka kk
668                           35  2 47  4  8  2 60 71  2  6 81 11 87 57  0  3
670                           kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl 
671                         +--------------------------------------------------+
672      a2ps               |                                  []          []  |
673      aegis              |                                              []  |
674      anubis             |                                  []    []    []  |
675      aspell             |                            []                []  |
676      bash               |                                        []    []  |
677      bfd                |                                                  |
678      binutils           |                                                  |
679      bison              |                                              []  |
680      bison-runtime      |          []    [] []             []    []    []  |
681      buzztrax           |                                                  |
682      ccd2cue            |                                                  |
683      ccide              |                   []                         []  |
684      cflow              |                                              []  |
685      clisp              |                                              []  |
686      coreutils          |                                        []    []  |
687      cpio               |                                              []  |
688      cppi               |                                                  |
689      cpplib             |                                              []  |
690      cryptsetup         |                                              []  |
691      datamash           |                                        []    []  |
692      denemo             |                                                  |
693      dfarc              |                      []                      []  |
694      dialog             |       []       [] []             []    []    []  |
695      dico               |                                                  |
696      diffutils          |                   []                   []    []  |
697      dink               |                                              []  |
698      direvent           |                                              []  |
699      doodle             |                                              []  |
700      dos2unix           |                                        []    []  |
701      dos2unix-man       |                                              []  |
702      e2fsprogs          |                                              []  |
703      enscript           |                                              []  |
704      exif               |    []             []                         []  |
705      fetchmail          |                                              []  |
706      findutils          |                                        []    []  |
707      flex               |                                              []  |
708      freedink           |                                        []    []  |
709      fusionforge        |                                                  |
710      gas                |                                                  |
711      gawk               |                                              []  |
712      gcal               |                                                  |
713      gcc                |                                                  |
714      gdbm               |                                                  |
715      gettext-examples   |          []       []             [] [] []    []  |
716      gettext-runtime    |    []                                  []    []  |
717      gettext-tools      |    []                                            |
718      gjay               |                                                  |
719      glunarclock        |                   []                         []  |
720      gnubiff            |                                              []  |
721      gnubik             |                                        []    []  |
722      gnucash            | () ()          () ()          ()       () () []  |
723      gnuchess           |                                        []    []  |
724      gnulib             |                                              []  |
725      gnunet             |                                                  |
726      gnunet-gtk         |                                                  |
727      gold               |                                                  |
728      gphoto2            |                                              []  |
729      gprof              |                                  []          []  |
730      gramadoir          |                                              []  |
731      grep               |                                        []    []  |
732      grub               |                []                      []    []  |
733      gsasl              |                                              []  |
734      gss                |                                                  |
735      gst-plugins-bad    |                   []                   []    []  |
736      gst-plugins-base   |                   []                   []    []  |
737      gst-plugins-good   |                [] []                   []    []  |
738      gst-plugins-ugly   |                   []             [] [] []    []  |
739      gstreamer          |                []                      []    []  |
740      gtick              |                                              []  |
741      gtkam              |                                        []    []  |
742      gtkspell           |          []    [] []       []    []    []    []  |
743      guix               |                                                  |
744      guix-packages      |                                                  |
745      gutenprint         |                                              []  |
746      hello              |                   []                   []    []  |
747      help2man           |                                        []        |
748      help2man-texi      |                                                  |
749      hylafax            |                                              []  |
750      idutils            |                                              []  |
751      iso_15924          |                () []                         []  |
752      iso_3166           | [] [] []       () [] [] []    []       []    []  |
753      iso_3166_2         |                ()                            []  |
754      iso_4217           |                () []                   []    []  |
755      iso_639            | [] []          () []    []    []             []  |
756      iso_639_3          | []             ()             []                 |
757      iso_639_5          |                ()                                |
758      jwhois             |                   []                         []  |
759      kbd                |                                              []  |
760      klavaro            |                                        []    []  |
761      ld                 |                                                  |
762      leafpad            |    []    []    [] []                         []  |
763      libc               |    []                                        []  |
764      libexif            |                                              []  |
765      libextractor       |                                              []  |
766      libgnutls          |                                  []          []  |
767      libgphoto2         |                                              []  |
768      libgphoto2_port    |                                              []  |
769      libgsasl           |                                              []  |
770      libiconv           |                []                            []  |
771      libidn             |                                              []  |
772      liferea            |                [] []                         []  |
773      lilypond           |                                              []  |
774      lordsawar          |                                                  |
775      lprng              |                                                  |
776      lynx               |                                              []  |
777      m4                 |                                              []  |
778      mailfromd          |                                                  |
779      mailutils          |                                                  |
780      make               |    []                                        []  |
781      man-db             |                                              []  |
782      man-db-manpages    |                                              []  |
783      midi-instruments   |    [] []       []          []    []       [] []  |
784      minicom            |                                        []        |
785      mkisofs            |                                              []  |
786      myserver           |                                                  |
787      nano               |                                  []    []    []  |
788      opcodes            |                                              []  |
789      parted             |    []                                        []  |
790      pies               |                                                  |
791      pnmixer            |                                              []  |
792      popt               | [] []             []                   []    []  |
793      procps-ng          |                                                  |
794      procps-ng-man      |                                                  |
795      psmisc             |                                              []  |
796      pspp               |                []                            []  |
797      pushover           |                                                  |
798      pwdutils           |                                              []  |
799      pyspread           |                                                  |
800      radius             |                                              []  |
801      recode             |                                        []    []  |
802      recutils           |                                              []  |
803      rpm                |                                              []  |
804      rush               |                                              []  |
805      sarg               |                                                  |
806      sed                |                                        []    []  |
807      sharutils          |                                              []  |
808      shishi             |                                                  |
809      skribilo           |                                                  |
810      solfege            |                                        []    []  |
811      solfege-manual     |                                              []  |
812      spotmachine        |                                              []  |
813      sudo               |    []                                  []    []  |
814      sudoers            |    []                                  []    []  |
815      sysstat            |                                        []    []  |
816      tar                |          []                            []    []  |
817      texinfo            |                                              []  |
818      texinfo_document   |                                              []  |
819      tigervnc           |                                              []  |
820      tin                |                                                  |
821      tin-man            |                                                  |
822      tracgoogleappsa... |                   []                   []    []  |
823      trader             |                                        []        |
824      util-linux         |                                              []  |
825      ve                 |                                              []  |
826      vice               |                                              []  |
827      vmm                |                                              []  |
828      vorbis-tools       |                                              []  |
829      wastesedge         |                                              []  |
830      wcd                |                                              []  |
831      wcd-man            |                                              []  |
832      wdiff              |                                              []  |
833      wget               |                                        []    []  |
834      wyslij-po          |                                              []  |
835      xboard             |                                              []  |
836      xdg-user-dirs      | [] [] [] []    [] [] [] []    []       []    []  |
837      xkeyboard-config   |    []          []                            []  |
838                         +--------------------------------------------------+
839                           kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl 
840                            5 15  4  6  0 13 23  3  3  3  4 11  2 42  1 125
842                           nn or pa pl  ps pt pt_BR ro ru rw sk sl sq sr 
843                         +------------------------------------------------+
844      a2ps               |          []     []  []   [] []       []    []  |
845      aegis              |                     []      []                 |
846      anubis             |          []                 []             []  |
847      aspell             |          []         []   [] []    [] []    []  |
848      bash               |          []         []      []    [] []    []  |
849      bfd                |                             []             []  |
850      binutils           |                             []             []  |
851      bison              |          []         []                     []  |
852      bison-runtime      |          []     []  []   [] []       [] [] []  |
853      buzztrax           |                     []                         |
854      ccd2cue            |                     []                     []  |
855      ccide              |          []                 []             []  |
856      cflow              |          []         []                     []  |
857      clisp              |                             []                 |
858      coreutils          |          []                 []       []    []  |
859      cpio               |          []                 []             []  |
860      cppi               |          []         []                     []  |
861      cpplib             |                     []      []             []  |
862      cryptsetup         |          []         []                     []  |
863      datamash           |                     []                     []  |
864      denemo             |                                                |
865      dfarc              |          []         []                     []  |
866      dialog             |          []         []   [] []    [] []    []  |
867      dico               |          []                                    |
868      diffutils          |          []         []                     []  |
869      dink               |                                                |
870      direvent           |          []         []                     []  |
871      doodle             |                                         [] []  |
872      dos2unix           |          []         []      []             []  |
873      dos2unix-man       |          []         []                         |
874      e2fsprogs          |          []                                    |
875      enscript           |          []         []   [] []       []    []  |
876      exif               |          []         []   [] []    []       []  |
877      fetchmail          |          []                 []          []     |
878      findutils          |          []         []      []    [] []    []  |
879      flex               |          []         []   [] []             []  |
880      freedink           |          []         []      []       []    []  |
881      fusionforge        |                                                |
882      gas                |                                                |
883      gawk               |          []                                    |
884      gcal               |                                                |
885      gcc                |                                                |
886      gdbm               |          []         []                     []  |
887      gettext-examples   |          []     []  []   [] []    [] []    []  |
888      gettext-runtime    | []       []     []  []   [] []    [] []    []  |
889      gettext-tools      |          []         []   [] []    [] []    []  |
890      gjay               |                                            []  |
891      glunarclock        |          []         []   []       [] []    []  |
892      gnubiff            |                                            []  |
893      gnubik             |          []         []               []    []  |
894      gnucash            |          ()     ()  ()   () ()             []  |
895      gnuchess           |                     []                     []  |
896      gnulib             |          []         []      []       []    []  |
897      gnunet             |                                                |
898      gnunet-gtk         |                                                |
899      gold               |                                                |
900      gphoto2            |          []         []   [] []             []  |
901      gprof              |                     []   [] []             []  |
902      gramadoir          |                                   []       []  |
903      grep               |          []         []      []    [] []    []  |
904      grub               |          []         []      []       []    []  |
905      gsasl              |          []                       []       []  |
906      gss                |          []              []       []       []  |
907      gst-plugins-bad    |          []         []      []    []       []  |
908      gst-plugins-base   |          []         []      []    [] []    []  |
909      gst-plugins-good   |          []         []   [] []    [] []    []  |
910      gst-plugins-ugly   |          []         []   [] []    [] []    []  |
911      gstreamer          |          []         []   [] []    [] []    []  |
912      gtick              |          []         []      []    []       []  |
913      gtkam              |       [] []         []      []    []       []  |
914      gtkspell           |          []     []  []   [] []    [] [] [] []  |
915      guix               |                                                |
916      guix-packages      |                                                |
917      gutenprint         |                                   [] []        |
918      hello              |          []         []      []    [] []    []  |
919      help2man           |          []         []      []             []  |
920      help2man-texi      |          []                                    |
921      hylafax            |                                                |
922      idutils            |          []                 []             []  |
923      iso_15924          |          []     ()       [] []       []    []  |
924      iso_3166           | [] [] [] []     ()  []   [] [] [] [] [] [] []  |
925      iso_3166_2         |          []     ()                         []  |
926      iso_4217           | []       []     ()       [] [] []    []    []  |
927      iso_639            |    [] [] []     ()       [] [] [] [] []    []  |
928      iso_639_3          |       []        ()                             |
929      iso_639_5          |                 ()                         []  |
930      jwhois             |          []         []   []                []  |
931      kbd                |          []                 []                 |
932      klavaro            |       [] []         []      []       []        |
933      ld                 |                                                |
934      leafpad            | []       []     []  []      []    [] []    []  |
935      libc               |          []                 []    []           |
936      libexif            |          []         ()            []           |
937      libextractor       |          []                                    |
938      libgnutls          |          []                                    |
939      libgphoto2         |          []                                    |
940      libgphoto2_port    |          []         []      []    []       []  |
941      libgsasl           |          []              []       []       []  |
942      libiconv           |          []         []            [] []    []  |
943      libidn             |          []         []                     []  |
944      liferea            |          []     []  []   [] ()    []    []     |
945      lilypond           |                                                |
946      lordsawar          |                                                |
947      lprng              |          []                                    |
948      lynx               |                     []      []                 |
949      m4                 |          []         []   [] []             []  |
950      mailfromd          |          []                                    |
951      mailutils          |          []                                    |
952      make               |          []         []      []                 |
953      man-db             |          []                 []             []  |
954      man-db-manpages    |          []                 []             []  |
955      midi-instruments   |          []     []  []   [] []    [] []    []  |
956      minicom            |          []         []   [] []                 |
957      mkisofs            |          []                 []             []  |
958      myserver           |                                      []    []  |
959      nano               |          []         []   [] []       []    []  |
960      opcodes            |                                                |
961      parted             |          []         []      []    [] []    []  |
962      pies               |          []                                    |
963      pnmixer            |                             []                 |
964      popt               |          []     []  []      []       []    []  |
965      procps-ng          |          []                                    |
966      procps-ng-man      |          []                                    |
967      psmisc             |          []         []      []             []  |
968      pspp               |          []                 []                 |
969      pushover           |                                                |
970      pwdutils           |          []                                    |
971      pyspread           | []                  []                         |
972      radius             |          []                 []                 |
973      recode             |          []     []  []   [] []    [] []    []  |
974      recutils           |                     []                     []  |
975      rpm                |          []                                    |
976      rush               |          []         []                     []  |
977      sarg               |                     []      []                 |
978      sed                |          []     []  []   [] []    [] []    []  |
979      sharutils          |          []         []                     []  |
980      shishi             |          []                                []  |
981      skribilo           |                                            []  |
982      solfege            |          []         []      []                 |
983      solfege-manual     |          []         []                         |
984      spotmachine        |                     []                     []  |
985      sudo               |          []         []      []    [] []    []  |
986      sudoers            |          []         []               []    []  |
987      sysstat            |          []         []      []    []       []  |
988      tar                |          []         []      []       []    []  |
989      texinfo            |          []         []      []                 |
990      texinfo_document   |          []         []                         |
991      tigervnc           |                     []      []             []  |
992      tin                |                             []                 |
993      tin-man            |                                                |
994      tracgoogleappsa... |          []         []      []             []  |
995      trader             |                             []             []  |
996      util-linux         |          []         []                         |
997      ve                 |          []         []                     []  |
998      vice               |                                                |
999      vmm                |                                                |
1000      vorbis-tools       |          []                          []    []  |
1001      wastesedge         |                                                |
1002      wcd                |                                                |
1003      wcd-man            |                                                |
1004      wdiff              |          []         []      []       []    []  |
1005      wget               |          []         []      []    []       []  |
1006      wyslij-po          | []       []         []                     []  |
1007      xboard             |          []                 []             []  |
1008      xdg-user-dirs      | [] [] [] []  [] []  []   [] []    [] [] [] []  |
1009      xkeyboard-config   |          []         []      []       []        |
1010                         +------------------------------------------------+
1011                           nn or pa pl  ps pt pt_BR ro ru rw sk sl sq sr 
1012                            7  3  6 114  1 12  88   32 82  3 40 45  7 101
1014                           sv  sw ta te tg th tr uk  ur vi  wa wo zh_CN
1015                         +----------------------------------------------+
1016      a2ps               | []              [] [] []     []              |
1017      aegis              |                              []              |
1018      anubis             | []                 [] []     []              |
1019      aspell             | []                    []     []  []     []   |
1020      bash               | []                    []     []         []   |
1021      bfd                | []                    []     []              |
1022      binutils           | []                    []     []              |
1023      bison              | []                    []     []         []   |
1024      bison-runtime      | []              [] [] []     []         []   |
1025      buzztrax           | []                           []         []   |
1026      ccd2cue            |                       []     []         []   |
1027      ccide              | []                    []     []         []   |
1028      cflow              | []                    []     []         []   |
1029      clisp              |                                              |
1030      coreutils          | []                    []     []              |
1031      cpio               | []                 [] []     []         []   |
1032      cppi               | []                    []     []         []   |
1033      cpplib             | []                 [] []     []         []   |
1034      cryptsetup         |                       []     []         []   |
1035      datamash           | []                    []     []              |
1036      denemo             |                                         []   |
1037      dfarc              | []                           []              |
1038      dialog             | []  []          []           []  []     []   |
1039      dico               |                       []                     |
1040      diffutils          | []                 [] []     []         []   |
1041      dink               | []                                           |
1042      direvent           |                       []     []              |
1043      doodle             | []                           []              |
1044      dos2unix           | []                    []     []         []   |
1045      dos2unix-man       | []                    []                []   |
1046      e2fsprogs          | []                    []     []         []   |
1047      enscript           | []                 [] []     []              |
1048      exif               | []                 [] []     []         []   |
1049      fetchmail          | []                 []        []         []   |
1050      findutils          | []                 [] []     []         []   |
1051      flex               | []                 []        []         []   |
1052      freedink           | []              []           []              |
1053      fusionforge        |                                              |
1054      gas                |                       []                     |
1055      gawk               | []                           []         []   |
1056      gcal               | []                 []                   []   |
1057      gcc                | []                                           |
1058      gdbm               |                       []     []              |
1059      gettext-examples   | []                 [] []     []         []   |
1060      gettext-runtime    | []                 [] []     []         []   |
1061      gettext-tools      | []                 [] []     []         []   |
1062      gjay               |                 []           []         []   |
1063      glunarclock        | []                           []  []     []   |
1064      gnubiff            | []                           []              |
1065      gnubik             | []                    []     []         []   |
1066      gnucash            |        () ()              () ()         []   |
1067      gnuchess           |                       []     []         []   |
1068      gnulib             | []                    []     []         []   |
1069      gnunet             |                                              |
1070      gnunet-gtk         |                                              |
1071      gold               |                       []     []              |
1072      gphoto2            | []                    []     []         []   |
1073      gprof              | []                 [] []     []              |
1074      gramadoir          | []                           []         []   |
1075      grep               | []              []    []     []         []   |
1076      grub               | []                 [] []     []              |
1077      gsasl              | []                    []     []         []   |
1078      gss                | []                           []         []   |
1079      gst-plugins-bad    | []                 [] []     []         []   |
1080      gst-plugins-base   | []                 [] []     []         []   |
1081      gst-plugins-good   | []                 [] []     []         []   |
1082      gst-plugins-ugly   | []                 [] []     []         []   |
1083      gstreamer          | []                 [] []     []         []   |
1084      gtick              |                       []     []         []   |
1085      gtkam              | []                    []     []         []   |
1086      gtkspell           | []              [] [] []     []  []     []   |
1087      guix               |                                              |
1088      guix-packages      |                                              |
1089      gutenprint         |                    [] []     []         []   |
1090      hello              | []              [] [] []     []         []   |
1091      help2man           |                       []     []         []   |
1092      help2man-texi      |                       []                     |
1093      hylafax            |                              []              |
1094      idutils            |                       []     []         []   |
1095      iso_15924          | []              () [] []     ()         []   |
1096      iso_3166           | []        []    () [] []     ()  []     []   |
1097      iso_3166_2         |                 () [] []     ()         []   |
1098      iso_4217           | []              () [] []     ()         []   |
1099      iso_639            | []     [] []    () [] []     ()  []     []   |
1100      iso_639_3          |        []       () [] []     ()              |
1101      iso_639_5          |                 ()    []     ()              |
1102      jwhois             | []                 []        []         []   |
1103      kbd                | []                    []     []         []   |
1104      klavaro            | []                    []  [] []     []  []   |
1105      ld                 | []                 [] []     []         []   |
1106      leafpad            | []              [] [] []     []         []   |
1107      libc               | []                 [] []     []         []   |
1108      libexif            | []                           []         ()   |
1109      libextractor       |                       []     []              |
1110      libgnutls          | []                    []     []         []   |
1111      libgphoto2         | []                    []     []              |
1112      libgphoto2_port    | []                    []     []         []   |
1113      libgsasl           | []                    []     []         []   |
1114      libiconv           | []                    []     []  []     []   |
1115      libidn             | ()                    []     []         []   |
1116      liferea            | []                 [] []     []         []   |
1117      lilypond           |                              []              |
1118      lordsawar          |                                              |
1119      lprng              |                              []              |
1120      lynx               | []                 [] []     []              |
1121      m4                 | []                           []         []   |
1122      mailfromd          |                       []     []              |
1123      mailutils          |                              []              |
1124      make               | []                    []     []         []   |
1125      man-db             | []                           []         []   |
1126      man-db-manpages    | []                                      []   |
1127      midi-instruments   | []              [] [] []     []         []   |
1128      minicom            | []                           []              |
1129      mkisofs            |                       []     []         []   |
1130      myserver           |                              []              |
1131      nano               | []                    []     []         []   |
1132      opcodes            |                       []     []         []   |
1133      parted             | []                 [] []     []         []   |
1134      pies               |                       []     []              |
1135      pnmixer            |                       []     []         []   |
1136      popt               | []     []       [] [] []     []         []   |
1137      procps-ng          |                       []     []              |
1138      procps-ng-man      |                       []                     |
1139      psmisc             | []                    []     []         []   |
1140      pspp               |                    [] []                []   |
1141      pushover           | []                                           |
1142      pwdutils           | []                           []              |
1143      pyspread           |                       []                     |
1144      radius             |                       []     []              |
1145      recode             | []                 []        []         []   |
1146      recutils           | []                    []     []              |
1147      rpm                | []                    []     []         []   |
1148      rush               |                       []     []              |
1149      sarg               |                                              |
1150      sed                | []                 [] []     []         []   |
1151      sharutils          | []                    []     []         []   |
1152      shishi             |                              []         []   |
1153      skribilo           | []                    []                     |
1154      solfege            | []                 []        []         []   |
1155      solfege-manual     |                    []                        |
1156      spotmachine        | []                    []     []              |
1157      sudo               | []                 [] []     []         []   |
1158      sudoers            | []                    []     []         []   |
1159      sysstat            | []                 [] []     []         []   |
1160      tar                | []                 [] []     []         []   |
1161      texinfo            |                    [] []     []              |
1162      texinfo_document   |                       []                     |
1163      tigervnc           | []                    []                []   |
1164      tin                |                                         []   |
1165      tin-man            |                                              |
1166      tracgoogleappsa... | []              []    []     []         []   |
1167      trader             | []                                           |
1168      util-linux         | []                    []     []         []   |
1169      ve                 | []                    []     []         []   |
1170      vice               | ()                 ()                        |
1171      vmm                |                                              |
1172      vorbis-tools       | []                           []              |
1173      wastesedge         |                                              |
1174      wcd                |                       []     []         []   |
1175      wcd-man            |                       []                     |
1176      wdiff              | []                    []     []         []   |
1177      wget               |                       []     []         []   |
1178      wyslij-po          |                       []     []              |
1179      xboard             |                       []                []   |
1180      xdg-user-dirs      | []     [] []    [] [] []     []         []   |
1181      xkeyboard-config   | []                 [] []     []              |
1182                         +----------------------------------------------+
1183                           sv  sw ta te tg th tr uk  ur vi  wa wo zh_CN
1184                           106  1  4  3  0 13 51 115  1 125  7  1  100 
1186                           zh_HK zh_TW
1187                         +-------------+
1188      a2ps               |             | 30
1189      aegis              |             |  9
1190      anubis             |             | 19
1191      aspell             |             | 29
1192      bash               |        []   | 23
1193      bfd                |             | 11
1194      binutils           |             | 12
1195      bison              |        []   | 18
1196      bison-runtime      |        []   | 38
1197      buzztrax           |             |  9
1198      ccd2cue            |             | 10
1199      ccide              |             | 17
1200      cflow              |             | 16
1201      clisp              |             | 10
1202      coreutils          |             | 18
1203      cpio               |             | 20
1204      cppi               |             | 17
1205      cpplib             |        []   | 19
1206      cryptsetup         |             | 14
1207      datamash           |             | 11
1208      denemo             |             |  5
1209      dfarc              |             | 17
1210      dialog             |        []   | 42
1211      dico               |             |  6
1212      diffutils          |             | 22
1213      dink               |             | 10
1214      direvent           |             | 11
1215      doodle             |             | 12
1216      dos2unix           |        []   | 18
1217      dos2unix-man       |             |  9
1218      e2fsprogs          |             | 15
1219      enscript           |             | 21
1220      exif               |             | 27
1221      fetchmail          |             | 19
1222      findutils          |             | 29
1223      flex               |        []   | 19
1224      freedink           |             | 24
1225      fusionforge        |             |  3
1226      gas                |             |  5
1227      gawk               |             | 13
1228      gcal               |             |  8
1229      gcc                |             |  2
1230      gdbm               |             | 10
1231      gettext-examples   |  []    []   | 40
1232      gettext-runtime    |  []    []   | 35
1233      gettext-tools      |        []   | 24
1234      gjay               |             |  9
1235      glunarclock        |        []   | 27
1236      gnubiff            |             |  9
1237      gnubik             |             | 19
1238      gnucash            |        ()   |  6
1239      gnuchess           |             | 11
1240      gnulib             |             | 23
1241      gnunet             |             |  1
1242      gnunet-gtk         |             |  1
1243      gold               |             |  7
1244      gphoto2            |        []   | 19
1245      gprof              |             | 21
1246      gramadoir          |             | 14
1247      grep               |        []   | 31
1248      grub               |             | 21
1249      gsasl              |        []   | 19
1250      gss                |             | 17
1251      gst-plugins-bad    |             | 21
1252      gst-plugins-base   |             | 27
1253      gst-plugins-good   |             | 32
1254      gst-plugins-ugly   |             | 34
1255      gstreamer          |        []   | 32
1256      gtick              |             | 19
1257      gtkam              |             | 24
1258      gtkspell           |  []    []   | 48
1259      guix               |             |  2
1260      guix-packages      |             |  0
1261      gutenprint         |             | 15
1262      hello              |        []   | 30
1263      help2man           |             | 18
1264      help2man-texi      |             |  5
1265      hylafax            |             |  5
1266      idutils            |             | 14
1267      iso_15924          |        []   | 23
1268      iso_3166           |  []    []   | 58
1269      iso_3166_2         |             |  9
1270      iso_4217           |  []    []   | 28
1271      iso_639            |  []    []   | 46
1272      iso_639_3          |             | 10
1273      iso_639_5          |             |  2
1274      jwhois             |        []   | 20
1275      kbd                |             | 17
1276      klavaro            |             | 30
1277      ld                 |        []   | 15
1278      leafpad            |        []   | 39
1279      libc               |        []   | 24
1280      libexif            |             | 10
1281      libextractor       |             |  5
1282      libgnutls          |             | 13
1283      libgphoto2         |             | 10
1284      libgphoto2_port    |        []   | 19
1285      libgsasl           |             | 18
1286      libiconv           |        []   | 29
1287      libidn             |             | 17
1288      liferea            |             | 29
1289      lilypond           |             | 11
1290      lordsawar          |             |  3
1291      lprng              |             |  3
1292      lynx               |             | 19
1293      m4                 |        []   | 22
1294      mailfromd          |             |  4
1295      mailutils          |             |  6
1296      make               |             | 19
1297      man-db             |             | 15
1298      man-db-manpages    |             | 10
1299      midi-instruments   |        []   | 43
1300      minicom            |        []   | 17
1301      mkisofs            |             | 13
1302      myserver           |             |  9
1303      nano               |        []   | 30
1304      opcodes            |             | 12
1305      parted             |        []   | 23
1306      pies               |             |  4
1307      pnmixer            |             |  9
1308      popt               |        []   | 36
1309      procps-ng          |             |  5
1310      procps-ng-man      |             |  4
1311      psmisc             |        []   | 22
1312      pspp               |             | 13
1313      pushover           |             |  6
1314      pwdutils           |             |  8
1315      pyspread           |             |  6
1316      radius             |             |  9
1317      recode             |             | 31
1318      recutils           |             | 10
1319      rpm                |        []   | 13
1320      rush               |             | 10
1321      sarg               |             |  4
1322      sed                |        []   | 35
1323      sharutils          |             | 13
1324      shishi             |             |  7
1325      skribilo           |             |  7
1326      solfege            |             | 21
1327      solfege-manual     |             |  9
1328      spotmachine        |             | 11
1329      sudo               |             | 26
1330      sudoers            |             | 22
1331      sysstat            |             | 23
1332      tar                |        []   | 30
1333      texinfo            |             | 17
1334      texinfo_document   |             | 13
1335      tigervnc           |             | 14
1336      tin                |        []   |  7
1337      tin-man            |             |  1
1338      tracgoogleappsa... |        []   | 22
1339      trader             |             | 12
1340      util-linux         |             | 13
1341      ve                 |             | 14
1342      vice               |             |  1
1343      vmm                |             |  3
1344      vorbis-tools       |             | 13
1345      wastesedge         |             |  3
1346      wcd                |             |  8
1347      wcd-man            |             |  3
1348      wdiff              |        []   | 23
1349      wget               |             | 21
1350      wyslij-po          |             | 14
1351      xboard             |             | 10
1352      xdg-user-dirs      |  []    []   | 68
1353      xkeyboard-config   |        []   | 28
1354                         +-------------+
1355        89 teams           zh_HK zh_TW
1356       166 domains           7    42    2809
1358    Some counters in the preceding matrix are higher than the number of
1359 visible blocks let us expect.  This is because a few extra PO files are
1360 used for implementing regional variants of languages, or language
1361 dialects.
1363    For a PO file in the matrix above to be effective, the package to
1364 which it applies should also have been internationalized and distributed
1365 as such by its maintainer.  There might be an observable lag between the
1366 mere existence a PO file and its wide availability in a distribution.
1368    If Jun 2014 seems to be old, you may fetch a more recent copy of this
1369 'ABOUT-NLS' file on most GNU archive sites.  The most up-to-date matrix
1370 with full percentage details can be found at
1371 'http://translationproject.org/extra/matrix.html'.
1373 1.5 Using 'gettext' in new packages
1374 ===================================
1376 If you are writing a freely available program and want to
1377 internationalize it you are welcome to use GNU 'gettext' in your
1378 package.  Of course you have to respect the GNU Lesser General Public
1379 License which covers the use of the GNU 'gettext' library.  This means
1380 in particular that even non-free programs can use 'libintl' as a shared
1381 library, whereas only free software can use 'libintl' as a static
1382 library or use modified versions of 'libintl'.
1384    Once the sources are changed appropriately and the setup can handle
1385 the use of 'gettext' the only thing missing are the translations.  The
1386 Free Translation Project is also available for packages which are not
1387 developed inside the GNU project.  Therefore the information given above
1388 applies also for every other Free Software Project.  Contact
1389 'coordinator@translationproject.org' to make the '.pot' files available
1390 to the translation teams.