diff options
author | Eike Rathke <erack@redhat.com> | 2015-11-10 14:41:27 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-11-10 14:41:54 +0100 |
commit | 0871a03bbda59e0935234c9760a655a911ea0897 (patch) | |
tree | f05d0ea5c4f83f5d8d7e975340fbaec473c9f85c /external | |
parent | 660e37ad62d1c62a18325cffe6dd601e2df20aaa (diff) |
add description of the language-subtag-registry update process
Change-Id: I94b8cd007bdbf3b535c5de9eb56fe5495f39dabf
Diffstat (limited to 'external')
-rw-r--r-- | external/liblangtag/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/external/liblangtag/README b/external/liblangtag/README index 694daee093e6..5d7bfc948237 100644 --- a/external/liblangtag/README +++ b/external/liblangtag/README @@ -1 +1,10 @@ From [http://tagoh.bitbucket.org/liblangtag/]. An interface for BCP47 language tags. + +Updated IANA Language Subtag Registry files are available as +[https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry] +and per convention are stored as a data/language-subtag-registry file in a +language-subtag-registry-YYYY-MM-DD.tar.bz2 archive, with YYYY-MM-DD being the +File-Date entry of the file, for example +language-subtag-registry-2015-08-04.tar.bz2, and uploaded to the external +sources repository to be included in the build of liblangtag. See download.lst +LANGTAGREG_TARBALL and LANGTAGREG_MD5SUM. |