Difference between revisions of "Gettext"

From Free Software Directory
Jump to: navigation, search
m (updated version info)
m (Is GNU checkbox)
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU gettext
 
|Name=GNU gettext
|Short description=Tools to produce multi-lingual messages
+
|Short description=Tools to produce multi-lingual messages.
|Full description=A well integrated set of tools and documentation to help programmers, translators, and users make other GNU packages produce multi-lingual messages. The tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organzation for those message catalogs, a runtime library that supports retrieval of translated messages, and a few stand-alone programs to manipulate sets of strings. A special [[GNU Emacs]] mode also helps work with these strings.
+
|Full description='''Gettext''' is a package providing a framework for translating the textual output of programs into multiple languages. It provides translators with the means to create message catalogs, and a runtime library to load translated messages from the catalogs.  
|Homepage URL=https://www.gnu.org/software/gettext
+
 
|User level=none
+
Nearly all GNU packages use Gettext.
|Component programs=msgmerge
+
|Homepage URL=https://www.gnu.org/software/gettext/
|VCS checkout command=git clone git://git.savannah.gnu.org/gettext.git
+
|Version download=https://ftpmirror.gnu.org/gettext/gettext-0.21.1.tar.gz
|Computer languages=C
+
|Test entry=No
|Documentation note=Online manual available from
 
|Related projects=UNICON,gtranslator,KBabel,Mule,Pango,poEdit,yudit,Gcal,intlfonts
 
|Keywords=internationalization,documentation,languages,emacs,editing,multilingual,gettext,word processing
 
|Version identifier=0.19.4
 
|Version date=2014/12/24
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.xz
 
|Last review by=Genium
 
|Last review date=2015/04/20
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Status=
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gettext
 
|GNU package identifier=gettext
|License verified date=2010-06-04
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=Kelly Hopkins
+
|License copyright=Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2022 Free Software Foundation, Inc.
|License verified date=2010-06-04
+
|License verified by=Genium
 +
|License verified date=2017-01-05
 +
|License note=The gettext-runtime package is partially under the LGPL and partially under the GPL.
 +
 
 +
The following parts are under the GPL, see file COPYING in the toplevel directory:
 +
* the _programs_ gettext, ngettext, envsubst
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=LGPLv2.1orlater
 
|License=LGPLv2.1orlater
|License verified by=Kelly Hopkins
+
|License copyright=Copyright (C) Free Software Foundation, Inc.
|License verified date=2010-06-04
+
|License verified by=Genium
 +
|License verified date=2020-08-14
 +
|License note=The following parts are under the LGPL, see file intl/COPYING.LIB:
 +
* the libintl and libasprintf libraries and their header files,
 +
* the libintl.jar Java library,
 +
* the GNU.Gettext.dll C# library,
 +
* the gettext.sh shells script function library.
 +
 
 +
https://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/libasprintf/COPYING.LIB
 +
https://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/COPYING.LIB
 +
}}
 +
{{Software category
 +
|Interface=command-line, library
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Use=library, localization
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=gettext
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[glibc]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[Emacs]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=[[ncurses | GNU ncurses]]
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=GPLv3orlater
+
|Prerequisite kind=Weak prerequisite
|License verified by=Kelly Hopkins
+
|Prerequisite description=Java ([[gcj]])
|License verified date=2010-06-04
+
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=C# ([[mono]])
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=LGPLv2.1orlater
+
|Prerequisite kind=Weak prerequisite
|License verified by=Kelly Hopkins
+
|Prerequisite description=[[libxml]]2
|License verified date=2010-06-04
 
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=GPLv3orlater
+
|Prerequisite kind=Weak prerequisite
|License verified by=Kelly Hopkins
+
|Prerequisite description=[[libiconv]]
|License verified date=2010-06-04
 
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=LGPLv2.1orlater
+
|Prerequisite kind=Weak prerequisite
|License verified by=Kelly Hopkins
+
|Prerequisite description=[[GNU Grep]]
|License verified date=2010-06-04
 
 
}}
 
}}
 
{{Person
 
{{Person
Line 58: Line 81:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=ueno@gnu.org
 
|Email=ueno@gnu.org
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Bruno Haible
+
|Resource audience=Savannah
|Role=Maintainer
+
|Resource kind=Developer
|Email=bruno@clisp.org
+
|Resource URL=https://savannah.gnu.org/projects/gettext/
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/gettext.git/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/gitweb/?p=gettext.git
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Mailing List
|Resource kind=Homepage
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gettext/
|Resource URL=https://savannah.gnu.org/projects/gettext
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=FTP
|Resource kind=E-mail
+
|Resource kind=General
|Resource URL=mailto:bug-gnu-gettext@gnu.org
+
|Resource URL=https://ftpmirror.gnu.org/gettext/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=FTP
|Resource kind=VCS Repository Webview
+
|Resource kind=Download
|Resource URL=http://git.savannah.gnu.org/gitweb/?p=gettext.git
+
|Resource URL=https://ftp.gnu.org/gnu/gettext/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=FTP
|Resource kind=VCS Repository Webview
+
|Resource kind=Download
|Resource URL=http://git.savannah.gnu.org/cgit/gettext.git
+
|Resource URL=https://alpha.gnu.org/gnu/gettext/
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line, library
+
|Resource audience=FTP
|Use=library, localization
+
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/old-gnu/gettext/
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Required to use
+
|Resource kind=General
|Prerequisite description=glibc
+
|Resource URL=https://translationproject.org/domain/gettext-runtime.html
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Weak prerequisite
+
|Resource kind=General
|Prerequisite description=Emacs
+
|Resource URL=https://translationproject.org/domain/gettext-tools.html
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Weak prerequisite
+
|Resource kind=General
|Prerequisite description=GNU ncurses
+
|Resource URL=https://translationproject.org/domain/gettext-examples.html
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Weak prerequisite
+
|Resource audience=Debian
|Prerequisite description=Java (gcj)
+
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/gettext
 
}}
 
}}
{{Software prerequisite
+
{{Resource
|Prerequisite kind=Weak prerequisite
+
|Resource audience=Wikidata
|Prerequisite description=C# (mono)
+
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q937302
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Weak prerequisite
+
|Is High Priority Project=No
|Prerequisite description=Expat
+
|VCS checkout command=git clone git://git.savannah.gnu.org/gettext.git
 +
|Computer languages=C
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=0.21.1
 +
|Version date=2022-10-09
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-11-05
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/gettext/gettext-0.21.1.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 19:04, 5 November 2022


[edit]

GNU gettext

https://www.gnu.org/software/gettext/
Tools to produce multi-lingual messages.

Gettext is a package providing a framework for translating the textual output of programs into multiple languages. It provides translators with the means to create message catalogs, and a runtime library to load translated messages from the catalogs.

Nearly all GNU packages use Gettext.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

5 January 2017

Notes

The gettext-runtime package is partially under the LGPL and partially under the GPL.

The following parts are under the GPL, see file COPYING in the toplevel directory:

  • the _programs_ gettext, ngettext, envsubst

Verified by

Genium

Verified on

14 August 2020

Notes

The following parts are under the LGPL, see file intl/COPYING.LIB:

  • the libintl and libasprintf libraries and their header files,
  • the libintl.jar Java library,
  • the GNU.Gettext.dll C# library,
  • the gettext.sh shells script function library.

https://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/libasprintf/COPYING.LIB

https://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/COPYING.LIB




Leaders and contributors

Contact(s)Role
Daiki Ueno Maintainer


Resources and communication

AudienceResource typeURI
FTPDownloadhttps://ftp.gnu.org/old-gnu/gettext/
FTPGeneralhttps://ftpmirror.gnu.org/gettext/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-gettext/
FTPDownloadhttps://ftp.gnu.org/gnu/gettext/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gettext.git/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=gettext.git
Generalhttps://translationproject.org/domain/gettext-tools.html
FTPDownloadhttps://alpha.gnu.org/gnu/gettext/
WikidataGeneralhttps://www.wikidata.org/wiki/Q937302
Generalhttps://translationproject.org/domain/gettext-examples.html
SavannahDeveloperhttps://savannah.gnu.org/projects/gettext/
Generalhttps://translationproject.org/domain/gettext-runtime.html
DebianDeveloperhttps://tracker.debian.org/pkg/gettext


Software prerequisites

KindDescription
Weak prerequisiteJava (gcj)
Weak prerequisiteEmacs
Weak prerequisitelibxml2
Weak prerequisiteGNU Grep
Weak prerequisitelibiconv
Weak prerequisite GNU ncurses
Weak prerequisiteC# (mono)
Required to useglibc

This entry (in part or in whole) was last reviewed on 5 November 2022.




Entry



























"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.