Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/
Date: Fri, 27 May 2022 09:04:48
Message-Id: 1653642151.389882dac0cb2e2a174cf70fdad778b71a4538d3.ulm@gentoo
1 commit: 389882dac0cb2e2a174cf70fdad778b71a4538d3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 22 06:24:57 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 09:02:31 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=389882da
7
8 ebuild-writing/misc-files/metadata: Language tags can be BCP 47
9
10 This corresponds to the update of GLEP 68.
11
12 Bug: https://bugs.gentoo.org/578294
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 ebuild-writing/misc-files/metadata/text.xml | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
19 index e24be93..bcc43f4 100644
20 --- a/ebuild-writing/misc-files/metadata/text.xml
21 +++ b/ebuild-writing/misc-files/metadata/text.xml
22 @@ -273,9 +273,9 @@ There are also some attributes that can be used with these tags:
23 In every case where a description is required, there must be at
24 <e>least</e> an english description. If an additional description in
25 another language is given, this attribute is used to specify the language
26 - used. The format is the two-character language code as defined by the <uri
27 - link="https://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter">ISO-639-1</uri>
28 - norm.
29 + used. The format is an IETF language tag as defined by the
30 + <uri link="https://tools.ietf.org/rfc/bcp/bcp47.txt">BCP 47</uri>
31 + specification. Most often, this will be a two-character language code.
32 </ti>
33 </tr>
34 <tr>