Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Admin/ | 12-May-2024 | - | 721 | 528 | ||
build-aux/ | 12-May-2024 | - | 41,094 | 33,388 | ||
gettext-runtime/ | 12-May-2024 | - | 93,570 | 71,218 | ||
gettext-tools/ | 12-May-2024 | - | 553,947 | 433,901 | ||
gnulib/ | 12-May-2024 | - | ||||
gnulib-local/ | 12-May-2024 | - | 229,670 | 157,376 | ||
libtextstyle/ | 12-May-2024 | - | 154,577 | 134,775 | ||
m4/ | 12-May-2024 | - | 9,131 | 8,253 | ||
os2/ | 12-May-2024 | - | 822 | 561 | ||
windows/ | 12-May-2024 | - | 111 | 79 | ||
.dir-locals.el | D | 12-May-2024 | 354 | 8 | 2 | |
.gitattributes | D | 12-May-2024 | 32 | 2 | 1 | |
.gitignore | D | 12-May-2024 | 28.7 KiB | 848 | 820 | |
.gitmodules | D | 12-May-2024 | 75 | 4 | 3 | |
.mailmap | D | 12-May-2024 | 221 | 4 | 3 | |
.x-update-copyright | D | 12-May-2024 | 701 | 25 | 24 | |
AUTHORS | D | 12-May-2024 | 1.4 KiB | 58 | 39 | |
BUILD.gn | D | 12-May-2024 | 3.4 KiB | 82 | 76 | |
COPYING | D | 12-May-2024 | 34.3 KiB | 675 | 553 | |
ChangeLog.0 | D | 12-May-2024 | 50.9 KiB | 1,771 | 1,057 | |
ChangeLog.1 | D | 12-May-2024 | 60.5 KiB | 2,025 | 1,322 | |
DEPENDENCIES | D | 12-May-2024 | 6 KiB | 195 | 170 | |
HACKING | D | 12-May-2024 | 6.7 KiB | 248 | 185 | |
INSTALL | D | 12-May-2024 | 13.3 KiB | 308 | 236 | |
INSTALL.windows | D | 12-May-2024 | 10.8 KiB | 270 | 221 | |
Makefile.am | D | 12-May-2024 | 11.5 KiB | 180 | 134 | |
NEWS | D | 12-May-2024 | 48.7 KiB | 1,349 | 981 | |
OAT.xml | D | 12-May-2024 | 363.7 KiB | 2,690 | 2,635 | |
PACKAGING | D | 12-May-2024 | 5.9 KiB | 175 | 142 | |
README | D | 12-May-2024 | 2.2 KiB | 65 | 42 | |
README-alpha | D | 12-May-2024 | 411 | 10 | 7 | |
README.OpenSource | D | 12-May-2024 | 442 | 12 | 11 | |
THANKS | D | 12-May-2024 | 16.4 KiB | 381 | 371 | |
autogen.sh | D | 12-May-2024 | 14.7 KiB | 497 | 418 | |
bundle.json | D | 12-May-2024 | 878 | 34 | 34 | |
cfg.mk | D | 12-May-2024 | 112 | 6 | 4 | |
check-copyright-headers | D | 12-May-2024 | 10.6 KiB | 288 | 127 | |
configure.ac | D | 12-May-2024 | 2.5 KiB | 59 | 44 | |
gitsub.sh | D | 12-May-2024 | 16.5 KiB | 510 | 336 |
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