@@ -714,6 +714,60 @@ module.exports={
714714}
715715
716716} , { } ] , 8 :[ function ( require , module , exports ) {
717+ module . exports = {
718+ "useLongScale" : false ,
719+ "baseSeparator" : " " ,
720+ "unitSeparator" : "" ,
721+ "base" : {
722+ "0" : "nol" ,
723+ "1" : "satu" ,
724+ "2" : "dua" ,
725+ "3" : "tiga" ,
726+ "4" : "empat" ,
727+ "5" : "lima" ,
728+ "6" : "enam" ,
729+ "7" : "tujuh" ,
730+ "8" : "delapan" ,
731+ "9" : "sembilan" ,
732+ "10" : "sepuluh" ,
733+ "11" : "sebelas" ,
734+ "12" : "dua belas" ,
735+ "13" : "tiga belas" ,
736+ "14" : "empat belas" ,
737+ "15" : "lima belas" ,
738+ "16" : "enam belas" ,
739+ "17" : "tujuh belas" ,
740+ "18" : "delapan belas" ,
741+ "19" : "sembilan belas" ,
742+ "20" : "dua puluh" ,
743+ "30" : "tiga puluh" ,
744+ "40" : "empat puluh" ,
745+ "50" : "lima puluh" ,
746+ "60" : "enam puluh" ,
747+ "70" : "tujuh puluh" ,
748+ "80" : "delapan puluh" ,
749+ "90" : "sembilan puluh"
750+ } ,
751+ "units" : [
752+ {
753+ "singular" : "seratus" ,
754+ "plural" : "ratus" ,
755+ "avoidPrefixException" : [ 1 ]
756+ } ,
757+ {
758+ "singular" : "seribu" ,
759+ "plural" : "ribu" ,
760+ "avoidPrefixException" : [ 1 ]
761+ } ,
762+ "juta" ,
763+ "miliar" ,
764+ "triliun" ,
765+ "kuadiliun"
766+ ] ,
767+ "unitExceptions" : [ ]
768+ }
769+
770+ } , { } ] , 9 :[ function ( require , module , exports ) {
717771module . exports = {
718772 "useLongScale" : false ,
719773 "baseSeparator" : "" ,
@@ -838,7 +892,7 @@ module.exports={
838892 ]
839893}
840894
841- } , { } ] , 9 :[ function ( require , module , exports ) {
895+ } , { } ] , 10 :[ function ( require , module , exports ) {
842896module . exports = {
843897 "useLongScale" : true ,
844898 "baseSeparator" : " e " ,
@@ -945,7 +999,7 @@ module.exports={
945999 ]
9461000}
9471001
948- } , { } ] , 10 :[ function ( require , module , exports ) {
1002+ } , { } ] , 11 :[ function ( require , module , exports ) {
9491003module . exports = {
9501004 "useLongScale" : false ,
9511005 "baseSeparator" : " e " ,
@@ -1064,7 +1118,7 @@ module.exports={
10641118 ]
10651119}
10661120
1067- } , { } ] , 11 :[ function ( require , module , exports ) {
1121+ } , { } ] , 12 :[ function ( require , module , exports ) {
10681122module . exports = {
10691123 "useLongScale" : false ,
10701124 "baseSeparator" : " " ,
@@ -1117,7 +1171,7 @@ module.exports={
11171171 ] ,
11181172 "unitExceptions" : [ ]
11191173}
1120- } , { } ] , 12 :[ function ( require , module , exports ) {
1174+ } , { } ] , 13 :[ function ( require , module , exports ) {
11211175module . exports = {
11221176 "useLongScale" : false ,
11231177 "baseSeparator" : " " ,
@@ -1305,7 +1359,7 @@ module.exports={
13051359 "unitExceptions" : [ ]
13061360}
13071361
1308- } , { } ] , 13 :[ function ( require , module , exports ) {
1362+ } , { } ] , 14 :[ function ( require , module , exports ) {
13091363module . exports = {
13101364 "useLongScale" : false ,
13111365 "baseSeparator" : " " ,
@@ -1356,12 +1410,12 @@ module.exports={
13561410 ] ,
13571411 "unitExceptions" : [ ]
13581412}
1359- } , { } ] , 14 :[ function ( require , module , exports ) {
1413+ } , { } ] , 15 :[ function ( require , module , exports ) {
13601414"use strict" ;
13611415exports = module . exports = writtenNumber ;
13621416var util = require ( "./util" ) ;
13631417
1364- var languages = [ "en" , "es" , "ar" , "pt" , "fr" , "eo" , "it" , "vi" , "tr" , "uk" ] ;
1418+ var languages = [ "en" , "es" , "ar" , "pt" , "fr" , "eo" , "it" , "vi" , "tr" , "uk" , "id" ] ;
13651419var i18n = {
13661420 en : require ( "./i18n/en.json" ) ,
13671421 es : require ( "./i18n/es.json" ) ,
@@ -1375,7 +1429,8 @@ var i18n = {
13751429 tr : require ( "./i18n/tr.json" ) ,
13761430 hu : require ( "./i18n/hu.json" ) ,
13771431 enIndian : require ( "./i18n/en-indian.json" ) ,
1378- uk : require ( "./i18n/uk.json" )
1432+ uk : require ( "./i18n/uk.json" ) ,
1433+ id : require ( "./i18n/id.json" )
13791434} ;
13801435exports . i18n = i18n ;
13811436
@@ -1579,7 +1634,7 @@ function handleSmallerThan100(n, language, unit, baseCardinals, alternativeBaseC
15791634 return alternativeBaseCardinals [ dec ] || baseCardinals [ dec ] ;
15801635}
15811636
1582- } , { "./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/it .json" :8 , "./i18n/pt-PT.json" :9 , "./i18n/pt.json" :10 , "./i18n/tr.json" :11 , "./i18n/uk.json" :12 , "./i18n/vi.json" :13 , "./util" :15 } ] , 15 :[ function ( require , module , exports ) {
1637+ } , { "./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/tr.json" :12 , "./i18n/uk.json" :13 , "./i18n/vi.json" :14 , "./util" :16 } ] , 16 :[ function ( require , module , exports ) {
15831638"use strict" ;
15841639/**
15851640 * Merges a set of default keys with a target object
@@ -1602,5 +1657,5 @@ function defaults(target, defs) {
16021657}
16031658exports . defaults = defaults ;
16041659
1605- } , { } ] } , { } , [ 14 ] ) ( 14 )
1660+ } , { } ] } , { } , [ 15 ] ) ( 15 )
16061661} ) ;
0 commit comments