diff options
author | Bruno Haible <bruno@clisp.org> | 2007-12-26 16:01:59 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:35 +0200 |
commit | 2ae1594f7651733bedc7020bce9870a5b5baef48 (patch) | |
tree | 5bb2d65823793dd0c532f04783585175e51f40f9 /NEWS | |
parent | a3401c68406850b8ac2517b3a1097b56a97945e1 (diff) | |
download | external_gettext-2ae1594f7651733bedc7020bce9870a5b5baef48.zip external_gettext-2ae1594f7651733bedc7020bce9870a5b5baef48.tar.gz external_gettext-2ae1594f7651733bedc7020bce9870a5b5baef48.tar.bz2 |
Introduce a new header entry field 'Language'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Version 0.18 - January 2008 + +* PO file format: + There is a new field 'Language' in the header entry. It denotes the language + code (plus optional country code) for the PO file. This field can be used + by automated tools, such as spell checkers. It is expected to be more + reliable than looking at the file name or at the 'Language-Team' field in + the header entry. + msgmerge, msgcat, msgen have a new option --lang that allows to specify + this field. Additionally, msgmerge fills in this new field by looking at + the 'Language-Team' field (if the --lang option is not given). + Version 0.17 - November 2007 * License: |