@@ -147,6 +147,59 @@ module.exports={
147147 "unitExceptions" : { }
148148}
149149} , { } ] , 2 :[ function ( require , module , exports ) {
150+ module . exports = {
151+ "useLongScale" : false ,
152+ "baseSeparator" : " " ,
153+ "unitSeparator" : "" ,
154+ "base" : {
155+ "0" : "sıfır" ,
156+ "1" : "bir" ,
157+ "2" : "iki" ,
158+ "3" : "üç" ,
159+ "4" : "dörd" ,
160+ "5" : "beş" ,
161+ "6" : "altı" ,
162+ "7" : "yeddi" ,
163+ "8" : "səkkiz" ,
164+ "9" : "doqquz" ,
165+ "10" : "on" ,
166+ "20" : "iyirmi" ,
167+ "30" : "otuz" ,
168+ "40" : "qırx" ,
169+ "50" : "əlli" ,
170+ "60" : "altmış" ,
171+ "70" : "yetmiş" ,
172+ "80" : "səksən" ,
173+ "90" : "doxsan"
174+ } ,
175+ "units" : [
176+ {
177+ "singular" : "yüz" ,
178+ "avoidPrefixException" : [ 1 ]
179+ } ,
180+ {
181+ "singular" : "min" ,
182+ "avoidPrefixException" : [ 1 ]
183+ } ,
184+ "milyon" ,
185+ "milyard" ,
186+ "trilyon" ,
187+ "kvadrilyon" ,
188+ "kentilyon" ,
189+ "sekstilyon" ,
190+ "septilyon" ,
191+ "oktilyon" ,
192+ "nonilyon" ,
193+ "desilyon" ,
194+ "andesilyon" ,
195+ "dodesilyon" ,
196+ "tredesilyon" ,
197+ "katordesilyon" ,
198+ "kendesilyon"
199+ ] ,
200+ "unitExceptions" : [ ]
201+ }
202+ } , { } ] , 3 :[ function ( require , module , exports ) {
150203module . exports = {
151204 "useLongScale" : false ,
152205 "baseSeparator" : "-" ,
@@ -189,7 +242,7 @@ module.exports={
189242 } ,
190243 "unitExceptions" : [ ]
191244}
192- } , { } ] , 3 :[ function ( require , module , exports ) {
245+ } , { } ] , 4 :[ function ( require , module , exports ) {
193246module . exports = {
194247 "useLongScale" : false ,
195248 "baseSeparator" : "-" ,
@@ -245,7 +298,7 @@ module.exports={
245298 ] ,
246299 "unitExceptions" : [ ]
247300}
248- } , { } ] , 4 :[ function ( require , module , exports ) {
301+ } , { } ] , 5 :[ function ( require , module , exports ) {
249302module . exports = {
250303 "useLongScale" : false ,
251304 "baseSeparator" : " " ,
@@ -308,7 +361,7 @@ module.exports={
308361 "unitExceptions" : [ ]
309362}
310363
311- } , { } ] , 5 :[ function ( require , module , exports ) {
364+ } , { } ] , 6 :[ function ( require , module , exports ) {
312365module . exports = {
313366 "useLongScale" : true ,
314367 "baseSeparator" : " y " ,
@@ -452,7 +505,7 @@ module.exports={
452505 ]
453506}
454507
455- } , { } ] , 6 :[ function ( require , module , exports ) {
508+ } , { } ] , 7 :[ function ( require , module , exports ) {
456509module . exports = {
457510 "useLongScale" : false ,
458511 "baseSeparator" : "-" ,
@@ -587,7 +640,7 @@ module.exports={
587640 }
588641}
589642
590- } , { } ] , 7 :[ function ( require , module , exports ) {
643+ } , { } ] , 8 :[ function ( require , module , exports ) {
591644module . exports = {
592645 "useLongScale" : true ,
593646 "baseSeparator" : "" ,
@@ -713,7 +766,7 @@ module.exports={
713766 ]
714767}
715768
716- } , { } ] , 8 :[ function ( require , module , exports ) {
769+ } , { } ] , 9 :[ function ( require , module , exports ) {
717770module . exports = {
718771 "useLongScale" : false ,
719772 "baseSeparator" : " " ,
@@ -767,7 +820,7 @@ module.exports={
767820 "unitExceptions" : [ ]
768821}
769822
770- } , { } ] , 9 :[ function ( require , module , exports ) {
823+ } , { } ] , 10 :[ function ( require , module , exports ) {
771824module . exports = {
772825 "useLongScale" : false ,
773826 "baseSeparator" : "" ,
@@ -892,7 +945,7 @@ module.exports={
892945 ]
893946}
894947
895- } , { } ] , 10 :[ function ( require , module , exports ) {
948+ } , { } ] , 11 :[ function ( require , module , exports ) {
896949module . exports = {
897950 "useLongScale" : true ,
898951 "baseSeparator" : " e " ,
@@ -999,7 +1052,7 @@ module.exports={
9991052 ]
10001053}
10011054
1002- } , { } ] , 11 :[ function ( require , module , exports ) {
1055+ } , { } ] , 12 :[ function ( require , module , exports ) {
10031056module . exports = {
10041057 "useLongScale" : false ,
10051058 "baseSeparator" : " e " ,
@@ -1118,7 +1171,7 @@ module.exports={
11181171 ]
11191172}
11201173
1121- } , { } ] , 12 :[ function ( require , module , exports ) {
1174+ } , { } ] , 13 :[ function ( require , module , exports ) {
11221175module . exports = {
11231176 "useLongScale" : false ,
11241177 "baseSeparator" : " " ,
@@ -1135,7 +1188,7 @@ module.exports={
11351188 "8" : "восемь" ,
11361189 "9" : "девять" ,
11371190 "10" : "десять" ,
1138- "11" : "одиннадцать " ,
1191+ "11" : "одинадцать " ,
11391192 "12" : "двенадцать" ,
11401193 "13" : "тринадцать" ,
11411194 "14" : "четырнадцать" ,
@@ -1305,7 +1358,7 @@ module.exports={
13051358 ] ,
13061359 "unitExceptions" : [ ]
13071360}
1308- } , { } ] , 13 :[ function ( require , module , exports ) {
1361+ } , { } ] , 14 :[ function ( require , module , exports ) {
13091362module . exports = {
13101363 "useLongScale" : false ,
13111364 "baseSeparator" : " " ,
@@ -1358,7 +1411,7 @@ module.exports={
13581411 ] ,
13591412 "unitExceptions" : [ ]
13601413}
1361- } , { } ] , 14 :[ function ( require , module , exports ) {
1414+ } , { } ] , 15 :[ function ( require , module , exports ) {
13621415module . exports = {
13631416 "useLongScale" : false ,
13641417 "baseSeparator" : " " ,
@@ -1546,7 +1599,7 @@ module.exports={
15461599 "unitExceptions" : [ ]
15471600}
15481601
1549- } , { } ] , 15 :[ function ( require , module , exports ) {
1602+ } , { } ] , 16 :[ function ( require , module , exports ) {
15501603module . exports = {
15511604 "useLongScale" : false ,
15521605 "baseSeparator" : " " ,
@@ -1597,16 +1650,17 @@ module.exports={
15971650 ] ,
15981651 "unitExceptions" : [ ]
15991652}
1600- } , { } ] , 16 :[ function ( require , module , exports ) {
1653+ } , { } ] , 17 :[ function ( require , module , exports ) {
16011654"use strict" ;
16021655exports = module . exports = writtenNumber ;
16031656var util = require ( "./util" ) ;
16041657
1605- var languages = [ "en" , "es" , "ar" , "pt" , "fr" , "eo" , "it" , "vi" , "tr" , "uk" , "ru" , "id" ] ;
1658+ var languages = [ "en" , "es" , "ar" , "az" , " pt", "fr" , "eo" , "it" , "vi" , "tr" , "uk" , "ru" , "id" ] ;
16061659var i18n = {
16071660 en : require ( "./i18n/en.json" ) ,
16081661 es : require ( "./i18n/es.json" ) ,
16091662 ar : require ( "./i18n/ar.json" ) ,
1663+ az : require ( "./i18n/az.json" ) ,
16101664 pt : require ( "./i18n/pt.json" ) ,
16111665 ptPT : require ( "./i18n/pt-PT.json" ) ,
16121666 fr : require ( "./i18n/fr.json" ) ,
@@ -1822,7 +1876,7 @@ function handleSmallerThan100(n, language, unit, baseCardinals, alternativeBaseC
18221876 return alternativeBaseCardinals [ dec ] || baseCardinals [ dec ] ;
18231877}
18241878
1825- } , { "./i18n/ar.json" :1 , "./i18n/en-indian.json" :2 , "./i18n/en.json" :3 , "./i18n/eo.json" :4 , "./i18n/es.json" :5 , "./i18n/fr.json" :6 , "./i18n/hu.json" :7 , "./i18n/id.json" :8 , "./i18n/it.json" :9 , "./i18n/pt-PT.json" :10 , "./i18n/pt.json" :11 , "./i18n/ru.json" :12 , "./i18n/tr.json" :13 , "./i18n/uk.json" :14 , "./i18n/vi.json" :15 , "./util" :17 } ] , 17 :[ function ( require , module , exports ) {
1879+ } , { "./i18n/ar.json" :1 , "./i18n/az.json" : 2 , "./i18n/ en-indian.json" :3 , "./i18n/en.json" :4 , "./i18n/eo.json" :5 , "./i18n/es.json" :6 , "./i18n/fr.json" :7 , "./i18n/hu.json" :8 , "./i18n/id.json" :9 , "./i18n/it.json" :10 , "./i18n/pt-PT.json" :11 , "./i18n/pt.json" :12 , "./i18n/ru.json" :13 , "./i18n/tr.json" :14 , "./i18n/uk.json" :15 , "./i18n/vi.json" :16 , "./util" :18 } ] , 18 :[ function ( require , module , exports ) {
18261880"use strict" ;
18271881/**
18281882 * Merges a set of default keys with a target object
@@ -1845,5 +1899,5 @@ function defaults(target, defs) {
18451899}
18461900exports . defaults = defaults ;
18471901
1848- } , { } ] } , { } , [ 16 ] ) ( 16 )
1902+ } , { } ] } , { } , [ 17 ] ) ( 17 )
18491903} ) ;
0 commit comments