Skip to content

Commit 29840a0

Browse files
committed
fix per @aphillips
1 parent 5bab0b6 commit 29840a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions/qa-choosing-language-tags.en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h3>Accessing the subtag registry</h3>
127127
<p>All the subtags you will need to create a language tag are found in one place, the <strong><a href="https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">IANA Language Subtag Registry</a></strong>. The registry is a long text file, containing nearly 8,000 entries. </p>
128128
<p>The first (and often only) subtag in a language tag always designates a language. It is referred to in BCP 47 as the <span class="newterm">primary language subtag</span>. We will use that term in this document to refer to the subtag that represents a language, to more clearly make the distinction from 'language tag', which refers to the whole thing.</p>
129129
<div class="sidenoteGroup">
130-
<p>To find a primary-language subtag, search the page for the name of that language in English. For example, if you want to label something as French, searching for '<span translate="no">French</span>' in the registry will bring you to a record that looks like this:</p>
130+
<p>To find a primary language subtag, search the registry for the name of that language in English. For example, if you want to label something as French, searching for '<span translate="no">French</span>' in the registry will bring you to a record that looks like this:</p>
131131
<aside class="sideinfonote" style="clear:both;">
132132
<p class="warning">Some environments or systems may dictate choices that are different from what you would otherwise expect. For example, in Java you must use <code class="kw" translate="no">iw</code> (deprecated in BCP47) in place of <code class="kw" translate="no">he</code> (recommended in BCP47).</p>
133133
</aside>

0 commit comments

Comments
 (0)