Skip to content

Commit 9a3e518

Browse files
authored
Editorial: Update language count given in overview (#1025)
1 parent 661eaaa commit 9a3e518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>Implementation Dependencies</h1>
4747
<p>Due to the nature of internationalization, this specification has to leave several details implementation dependent:</p>
4848
<ul>
4949
<li>
50-
<em>The set of locales that an implementation supports with adequate localizations:</em> Linguists estimate the number of human languages to around 6000, and the more widely spoken ones have variations based on regions or other parameters. Even large locale data collections, such as the Common Locale Data Repository, cover only a subset of this large set. Implementations targeting resource-constrained devices may have to further reduce the subset.
50+
<em>The set of locales that an implementation supports with adequate localizations:</em> Linguists have described thousands of human languages, with the IANA Language Subtag Registry containing over 7000 primary language subtags (used as the base for locale identifiers). Even large locale data collections, such as the Common Locale Data Repository, cover only a tiny subset of all languages and their regional or dialectical variations. Implementations targeting resource-constrained devices may have to further reduce the subset.
5151
</li>
5252
<li>
5353
<em>The exact form of localizations such as format patterns:</em> In many cases locale-dependent conventions are not standardized, so different forms may exist side by side, or they vary over time. Different internationalization libraries may have implemented different forms, without any of them being actually wrong. In order to allow this API to be implemented on top of existing libraries, such variations have to be permitted.

0 commit comments

Comments
 (0)