• Home
Name Date Size #Lines LOC

..--

Admin/12-May-2024-721528

build-aux/12-May-2024-41,09433,388

gettext-runtime/12-May-2024-93,57071,218

gettext-tools/12-May-2024-553,947433,901

gnulib/12-May-2024-

gnulib-local/12-May-2024-229,670157,376

libtextstyle/12-May-2024-154,577134,775

m4/12-May-2024-9,1318,253

os2/12-May-2024-822561

windows/12-May-2024-11179

.dir-locals.elD12-May-2024354 82

.gitattributesD12-May-202432 21

.gitignoreD12-May-202428.7 KiB848820

.gitmodulesD12-May-202475 43

.mailmapD12-May-2024221 43

.x-update-copyrightD12-May-2024701 2524

AUTHORSD12-May-20241.4 KiB5839

BUILD.gnD12-May-20243.4 KiB8276

COPYINGD12-May-202434.3 KiB675553

ChangeLog.0D12-May-202450.9 KiB1,7711,057

ChangeLog.1D12-May-202460.5 KiB2,0251,322

DEPENDENCIESD12-May-20246 KiB195170

HACKINGD12-May-20246.7 KiB248185

INSTALLD12-May-202413.3 KiB308236

INSTALL.windowsD12-May-202410.8 KiB270221

Makefile.amD12-May-202411.5 KiB180134

NEWSD12-May-202448.7 KiB1,349981

OAT.xmlD12-May-2024363.7 KiB2,6902,635

PACKAGINGD12-May-20245.9 KiB175142

READMED12-May-20242.2 KiB6542

README-alphaD12-May-2024411 107

README.OpenSourceD12-May-2024442 1211

THANKSD12-May-202416.4 KiB381371

autogen.shD12-May-202414.7 KiB497418

bundle.jsonD12-May-2024878 3434

cfg.mkD12-May-2024112 64

check-copyright-headersD12-May-202410.6 KiB288127

configure.acD12-May-20242.5 KiB5944

gitsub.shD12-May-202416.5 KiB510336

README

1This is the GNU gettext package.  It is interesting for authors or
2maintainers of other packages or programs which they want to see
3internationalized.  As one step the handling of messages in different
4languages should be implemented.  For this task GNU gettext provides
5the needed tools and library functions.
6
7It is also interesting for translators, because GNU gettext provides
8the 'msgmerge' program, which prepares a message catalog before a
9translation update.
10
11Users of GNU packages should also install GNU gettext because some
12other GNU packages will use the gettext program included in this
13package to internationalize the messages given by shell scripts.
14
15
16The homepage of this package is at
17
18           https://www.gnu.org/software/gettext/
19
20The primary FTP site for its distribution is
21
22           https://ftp.gnu.org/pub/gnu/gettext/
23
24
25Report bugs
26  - in the bug tracker at <https://savannah.gnu.org/projects/gettext>
27  - or by email to <bug-gettext@gnu.org>.
28
29
30The configure script provides a non-standard option.  It is also
31available in other packages that use the functionality of GNU gettext.
32Use
33
34        --disable-nls
35
36if you absolutely don't want to have messages handling code.  You will
37always get the original messages (mostly English).  You could consider
38using NLS support even when you do not need other tongues.  If you do
39not install any messages catalogs or do not specify to use another but
40the C locale you will not get translations.
41
42The set of languages for which catalogs should be installed can also be
43specified while configuring.  Of course they must be available but the
44intersection of these two sets are computed automatically.  You could
45once and for all define in your profile/cshrc the variable LINGUAS:
46
47(Bourne Shell)          LINGUAS="de fr nl"; export LINGUAS
48
49(C Shell)               setenv LINGUAS "de fr nl"
50
51or specify it directly while configuring
52
53        env LINGUAS="de fr nl" ./configure
54
55Consult the manual for more information on language names.
56
57
58Other files you might look into:
59
60COPYING      - copying conditions
61DEPENDENCIES - list of prerequisite packages, to be installed before this one
62INSTALL      - general compilation and installation rules
63NEWS         - major changes in the current version
64THANKS       - list of contributors
65

README-alpha

1This is a test release of GNU gettext.
2
3When sending a bug report about this release to a GNU mailing list or
4bug tracker, please mention the precise version, e.g. using
5  git describe HEAD
6
7Note that test release numbers cannot be given as argument to the "autopoint"
8program. Therefore please don't use the "gettextize" program of this test
9release on projects which you share with other programmers via CVS.
10

README.OpenSource

1[
2    {
3        "Name": "gettext",
4        "License": "LGPL V2.0/GPL V3.0",
5        "License File": "COPYING/gettext-runtime/COPYING",
6        "Owner": "lixin113@huawei.com",
7        "Version Number": "0.21",
8        "Upstream URL": "https://www.gnu.org/software/gettext/",
9        "Description": "GNU gettext is an important step for the GNU Translation Project, as it is an asset on which we may build many other steps."
10    }
11]
12