diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-05-22 08:36:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-05-22 08:36:24 +0200 |
commit | 7f2800f514a10fc5a396e4041de1d8b087a3ab70 (patch) | |
tree | 06ef4bb0d8d67018b1178b6c627ba0400bf9fba0 | |
parent | mirrors.dtd: Update to reflect syntax of mirror files in api.git (diff) | |
download | dtd-7f2800f514a10fc5a396e4041de1d8b087a3ab70.tar.gz dtd-7f2800f514a10fc5a396e4041de1d8b087a3ab70.tar.bz2 dtd-7f2800f514a10fc5a396e4041de1d8b087a3ab70.zip |
metadata.dtd: Language tags can be BCP 47
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | metadata.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata.dtd b/metadata.dtd index 3b8d7be..10ee614 100644 --- a/metadata.dtd +++ b/metadata.dtd @@ -68,7 +68,7 @@ <!-- Common attributes --> <!-- the lang attribute, specifies the language of this tag in the - form of a ISO 639-1 language code. This is only useful for + form of an IETF (BCP 47) language tag. This is only useful for descriptions of various kinds. If a tag with this attribute is included there must be a description in the default language "en" --> <!ATTLIST description lang CDATA "en" > |