Normative: Add new numbering system "tnsa"

Add [tnsa](https://github.com/unicode-org/cldr/blob/main/common/bcp47/number.xml#L95) to number systems
This commit is contained in:
Romulo Cintra 2022-06-16 13:59:33 +02:00 committed by Rick Waldron
parent ee521159d5
commit 0efbba27ff
1 changed files with 2 additions and 1 deletions

View File

@ -2096,7 +2096,7 @@ function allCollations() {
* Returns an array of all known numbering systems. * Returns an array of all known numbering systems.
*/ */
function allNumberingSystems() { function allNumberingSystems() {
// source: CLDR file common/bcp47/number.xml; version CLDR 39. // source: CLDR file common/bcp47/number.xml; version CLDR 40 & new in Unicode 14.0
// https://github.com/unicode-org/cldr/blob/master/common/bcp47/number.xml // https://github.com/unicode-org/cldr/blob/master/common/bcp47/number.xml
return [ return [
"adlm", "adlm",
@ -2178,6 +2178,7 @@ function allNumberingSystems() {
"talu", "talu",
"taml", "taml",
"tamldec", "tamldec",
"tnsa",
"telu", "telu",
"thai", "thai",
"tirh", "tirh",