twitter_cldr 3.0.10 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (569) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +3 -2
  3. data/History.txt +9 -0
  4. data/README.md +8 -0
  5. data/Rakefile +1 -1
  6. data/lib/twitter_cldr.rb +1 -1
  7. data/lib/twitter_cldr/data_readers/number_data_reader.rb +60 -8
  8. data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +3 -11
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +5 -12
  10. data/lib/twitter_cldr/formatters/numbers/rbnf.rb +2 -1
  11. data/lib/twitter_cldr/formatters/numbers/rbnf/formatters.rb +4 -1
  12. data/lib/twitter_cldr/formatters/numbers/rbnf/plural.rb +49 -0
  13. data/lib/twitter_cldr/formatters/numbers/rbnf/rule.rb +4 -3
  14. data/lib/twitter_cldr/formatters/numbers/rbnf/rule_parser.rb +12 -1
  15. data/lib/twitter_cldr/formatters/numbers/rbnf/substitution.rb +1 -1
  16. data/lib/twitter_cldr/formatters/plurals/rules.rb +26 -10
  17. data/lib/twitter_cldr/localized/localized_number.rb +2 -15
  18. data/lib/twitter_cldr/resources/download.rb +3 -3
  19. data/lib/twitter_cldr/resources/locales_resources_importer.rb +24 -16
  20. data/lib/twitter_cldr/resources/uli/segment_exceptions_importer.rb +1 -1
  21. data/lib/twitter_cldr/shared/postal_codes.rb +30 -2
  22. data/lib/twitter_cldr/tokenizers/numbers/rbnf_tokenizer.rb +2 -1
  23. data/lib/twitter_cldr/version.rb +1 -1
  24. data/resources/locales/af/calendars.yml +44 -29
  25. data/resources/locales/af/currencies.yml +300 -603
  26. data/resources/locales/af/languages.yml +22 -359
  27. data/resources/locales/af/lists.yml +8 -8
  28. data/resources/locales/af/numbers.yml +74 -25
  29. data/resources/locales/af/plural_rules.yml +7 -0
  30. data/resources/locales/af/plurals.yml +13 -3
  31. data/resources/locales/af/territories.yml +7 -7
  32. data/resources/locales/ar/calendars.yml +25 -11
  33. data/resources/locales/ar/currencies.yml +115 -229
  34. data/resources/locales/ar/languages.yml +39 -124
  35. data/resources/locales/ar/lists.yml +12 -12
  36. data/resources/locales/ar/numbers.yml +170 -25
  37. data/resources/locales/ar/plural_rules.yml +11 -0
  38. data/resources/locales/ar/plurals.yml +18 -6
  39. data/resources/locales/be/calendars.yml +10 -20
  40. data/resources/locales/be/currencies.yml +40 -778
  41. data/resources/locales/be/languages.yml +2 -447
  42. data/resources/locales/be/lists.yml +3 -15
  43. data/resources/locales/be/numbers.yml +26 -26
  44. data/resources/locales/be/plural_rules.yml +9 -0
  45. data/resources/locales/be/plurals.yml +17 -7
  46. data/resources/locales/be/rbnf.yml +15 -105
  47. data/resources/locales/be/territories.yml +5 -16
  48. data/resources/locales/bg/calendars.yml +61 -40
  49. data/resources/locales/bg/currencies.yml +147 -176
  50. data/resources/locales/bg/languages.yml +56 -149
  51. data/resources/locales/bg/lists.yml +5 -5
  52. data/resources/locales/bg/numbers.yml +73 -24
  53. data/resources/locales/bg/plural_rules.yml +7 -0
  54. data/resources/locales/bg/plurals.yml +13 -3
  55. data/resources/locales/bg/territories.yml +10 -10
  56. data/resources/locales/bn/calendars.yml +43 -29
  57. data/resources/locales/bn/currencies.yml +156 -253
  58. data/resources/locales/bn/languages.yml +61 -150
  59. data/resources/locales/bn/lists.yml +4 -4
  60. data/resources/locales/bn/numbers.yml +74 -25
  61. data/resources/locales/bn/plural_rules.yml +11 -0
  62. data/resources/locales/bn/plurals.yml +19 -3
  63. data/resources/locales/bn/territories.yml +35 -35
  64. data/resources/locales/ca/calendars.yml +38 -23
  65. data/resources/locales/ca/currencies.yml +285 -63
  66. data/resources/locales/ca/languages.yml +12 -76
  67. data/resources/locales/ca/lists.yml +4 -4
  68. data/resources/locales/ca/numbers.yml +74 -25
  69. data/resources/locales/ca/plural_rules.yml +10 -0
  70. data/resources/locales/ca/plurals.yml +17 -4
  71. data/resources/locales/ca/territories.yml +20 -20
  72. data/resources/locales/cs/calendars.yml +33 -18
  73. data/resources/locales/cs/currencies.yml +397 -118
  74. data/resources/locales/cs/languages.yml +109 -90
  75. data/resources/locales/cs/numbers.yml +121 -24
  76. data/resources/locales/cs/plural_rules.yml +9 -0
  77. data/resources/locales/cs/plurals.yml +16 -6
  78. data/resources/locales/cs/territories.yml +2 -2
  79. data/resources/locales/cy/calendars.yml +4 -5
  80. data/resources/locales/cy/currencies.yml +56 -424
  81. data/resources/locales/cy/languages.yml +210 -379
  82. data/resources/locales/cy/lists.yml +1 -5
  83. data/resources/locales/cy/numbers.yml +170 -25
  84. data/resources/locales/cy/plural_rules.yml +16 -0
  85. data/resources/locales/cy/plurals.yml +26 -4
  86. data/resources/locales/cy/rbnf.yml +8 -8
  87. data/resources/locales/da/calendars.yml +28 -13
  88. data/resources/locales/da/currencies.yml +135 -136
  89. data/resources/locales/da/languages.yml +10 -74
  90. data/resources/locales/da/numbers.yml +73 -24
  91. data/resources/locales/da/plural_rules.yml +7 -0
  92. data/resources/locales/da/plurals.yml +13 -4
  93. data/resources/locales/da/territories.yml +2 -2
  94. data/resources/locales/de-CH/calendars.yml +29 -15
  95. data/resources/locales/de-CH/currencies.yml +327 -101
  96. data/resources/locales/de-CH/languages.yml +112 -83
  97. data/resources/locales/de-CH/numbers.yml +73 -24
  98. data/resources/locales/de-CH/plural_rules.yml +7 -0
  99. data/resources/locales/de-CH/plurals.yml +13 -4
  100. data/resources/locales/de-CH/territories.yml +3 -3
  101. data/resources/locales/de/calendars.yml +29 -15
  102. data/resources/locales/de/currencies.yml +328 -101
  103. data/resources/locales/de/languages.yml +112 -83
  104. data/resources/locales/de/numbers.yml +73 -24
  105. data/resources/locales/de/plural_rules.yml +7 -0
  106. data/resources/locales/de/plurals.yml +13 -4
  107. data/resources/locales/de/rbnf.yml +189 -0
  108. data/resources/locales/de/territories.yml +3 -3
  109. data/resources/locales/el/calendars.yml +30 -16
  110. data/resources/locales/el/currencies.yml +144 -91
  111. data/resources/locales/el/languages.yml +8 -72
  112. data/resources/locales/el/numbers.yml +73 -24
  113. data/resources/locales/el/plural_rules.yml +7 -0
  114. data/resources/locales/el/plurals.yml +13 -3
  115. data/resources/locales/el/territories.yml +1 -1
  116. data/resources/locales/en-150/calendars.yml +15 -5
  117. data/resources/locales/en-150/currencies.yml +49 -9
  118. data/resources/locales/en-150/languages.yml +99 -70
  119. data/resources/locales/en-150/numbers.yml +73 -24
  120. data/resources/locales/en-150/plural_rules.yml +10 -0
  121. data/resources/locales/en-150/plurals.yml +18 -4
  122. data/resources/locales/en-150/territories.yml +15 -15
  123. data/resources/locales/en-AU/calendars.yml +21 -11
  124. data/resources/locales/en-AU/currencies.yml +69 -29
  125. data/resources/locales/en-AU/languages.yml +101 -72
  126. data/resources/locales/en-AU/lists.yml +1 -1
  127. data/resources/locales/en-AU/numbers.yml +73 -24
  128. data/resources/locales/en-AU/plural_rules.yml +10 -0
  129. data/resources/locales/en-AU/plurals.yml +18 -4
  130. data/resources/locales/en-AU/territories.yml +19 -19
  131. data/resources/locales/en-CA/calendars.yml +18 -8
  132. data/resources/locales/en-CA/currencies.yml +49 -9
  133. data/resources/locales/en-CA/languages.yml +99 -70
  134. data/resources/locales/en-CA/numbers.yml +74 -25
  135. data/resources/locales/en-CA/plural_rules.yml +10 -0
  136. data/resources/locales/en-CA/plurals.yml +18 -4
  137. data/resources/locales/en-CA/territories.yml +15 -15
  138. data/resources/locales/en-GB/calendars.yml +21 -8
  139. data/resources/locales/en-GB/currencies.yml +242 -55
  140. data/resources/locales/en-GB/languages.yml +102 -73
  141. data/resources/locales/en-GB/lists.yml +1 -1
  142. data/resources/locales/en-GB/numbers.yml +74 -25
  143. data/resources/locales/en-GB/plural_rules.yml +10 -0
  144. data/resources/locales/en-GB/plurals.yml +18 -4
  145. data/resources/locales/en-GB/territories.yml +5 -5
  146. data/resources/locales/en-IE/calendars.yml +12 -2
  147. data/resources/locales/en-IE/currencies.yml +49 -9
  148. data/resources/locales/en-IE/languages.yml +99 -70
  149. data/resources/locales/en-IE/numbers.yml +74 -25
  150. data/resources/locales/en-IE/plural_rules.yml +10 -0
  151. data/resources/locales/en-IE/plurals.yml +18 -4
  152. data/resources/locales/en-IE/territories.yml +15 -15
  153. data/resources/locales/en-SG/calendars.yml +15 -5
  154. data/resources/locales/en-SG/currencies.yml +50 -10
  155. data/resources/locales/en-SG/languages.yml +99 -70
  156. data/resources/locales/en-SG/numbers.yml +74 -25
  157. data/resources/locales/en-SG/plural_rules.yml +10 -0
  158. data/resources/locales/en-SG/plurals.yml +18 -4
  159. data/resources/locales/en-SG/territories.yml +15 -15
  160. data/resources/locales/en-ZA/calendars.yml +12 -2
  161. data/resources/locales/en-ZA/currencies.yml +48 -9
  162. data/resources/locales/en-ZA/languages.yml +99 -70
  163. data/resources/locales/en-ZA/numbers.yml +74 -25
  164. data/resources/locales/en-ZA/plural_rules.yml +10 -0
  165. data/resources/locales/en-ZA/plurals.yml +18 -4
  166. data/resources/locales/en-ZA/territories.yml +15 -15
  167. data/resources/locales/en/calendars.yml +12 -2
  168. data/resources/locales/en/currencies.yml +49 -9
  169. data/resources/locales/en/languages.yml +99 -70
  170. data/resources/locales/en/numbers.yml +74 -25
  171. data/resources/locales/en/plural_rules.yml +10 -0
  172. data/resources/locales/en/plurals.yml +18 -4
  173. data/resources/locales/en/rbnf.yml +1 -26
  174. data/resources/locales/en/territories.yml +15 -15
  175. data/resources/locales/es-419/calendars.yml +101 -87
  176. data/resources/locales/es-419/currencies.yml +276 -276
  177. data/resources/locales/es-419/languages.yml +26 -90
  178. data/resources/locales/es-419/lists.yml +4 -4
  179. data/resources/locales/es-419/numbers.yml +74 -25
  180. data/resources/locales/es-419/plural_rules.yml +7 -0
  181. data/resources/locales/es-419/plurals.yml +13 -3
  182. data/resources/locales/es-419/rbnf.yml +1 -1192
  183. data/resources/locales/es-419/territories.yml +4 -4
  184. data/resources/locales/es-CO/calendars.yml +42 -28
  185. data/resources/locales/es-CO/currencies.yml +258 -258
  186. data/resources/locales/es-CO/languages.yml +22 -86
  187. data/resources/locales/es-CO/lists.yml +4 -4
  188. data/resources/locales/es-CO/numbers.yml +74 -25
  189. data/resources/locales/es-CO/plural_rules.yml +7 -0
  190. data/resources/locales/es-CO/plurals.yml +13 -3
  191. data/resources/locales/es-CO/rbnf.yml +1 -1
  192. data/resources/locales/es-CO/territories.yml +2 -2
  193. data/resources/locales/es-MX/calendars.yml +121 -107
  194. data/resources/locales/es-MX/currencies.yml +41 -136
  195. data/resources/locales/es-MX/languages.yml +27 -91
  196. data/resources/locales/es-MX/numbers.yml +76 -27
  197. data/resources/locales/es-MX/plural_rules.yml +7 -0
  198. data/resources/locales/es-MX/plurals.yml +13 -3
  199. data/resources/locales/es-MX/rbnf.yml +1 -1
  200. data/resources/locales/es-MX/territories.yml +7 -7
  201. data/resources/locales/es-US/calendars.yml +56 -48
  202. data/resources/locales/es-US/currencies.yml +259 -259
  203. data/resources/locales/es-US/languages.yml +22 -86
  204. data/resources/locales/es-US/lists.yml +4 -4
  205. data/resources/locales/es-US/numbers.yml +75 -26
  206. data/resources/locales/es-US/plural_rules.yml +7 -0
  207. data/resources/locales/es-US/plurals.yml +13 -3
  208. data/resources/locales/es-US/rbnf.yml +1 -1
  209. data/resources/locales/es-US/territories.yml +2 -2
  210. data/resources/locales/es/calendars.yml +38 -24
  211. data/resources/locales/es/currencies.yml +259 -259
  212. data/resources/locales/es/languages.yml +22 -86
  213. data/resources/locales/es/lists.yml +4 -4
  214. data/resources/locales/es/numbers.yml +75 -26
  215. data/resources/locales/es/plural_rules.yml +7 -0
  216. data/resources/locales/es/plurals.yml +13 -3
  217. data/resources/locales/es/rbnf.yml +8 -81
  218. data/resources/locales/es/territories.yml +2 -2
  219. data/resources/locales/eu/calendars.yml +72 -55
  220. data/resources/locales/eu/currencies.yml +135 -450
  221. data/resources/locales/eu/languages.yml +79 -414
  222. data/resources/locales/eu/lists.yml +4 -4
  223. data/resources/locales/eu/numbers.yml +74 -25
  224. data/resources/locales/eu/plural_rules.yml +7 -0
  225. data/resources/locales/eu/plurals.yml +13 -3
  226. data/resources/locales/eu/territories.yml +2 -2
  227. data/resources/locales/fa/calendars.yml +27 -12
  228. data/resources/locales/fa/currencies.yml +46 -454
  229. data/resources/locales/fa/languages.yml +71 -153
  230. data/resources/locales/fa/lists.yml +4 -4
  231. data/resources/locales/fa/numbers.yml +74 -25
  232. data/resources/locales/fa/plural_rules.yml +7 -0
  233. data/resources/locales/fa/plurals.yml +13 -3
  234. data/resources/locales/fa/territories.yml +4 -4
  235. data/resources/locales/fi/calendars.yml +20 -5
  236. data/resources/locales/fi/currencies.yml +287 -50
  237. data/resources/locales/fi/languages.yml +99 -70
  238. data/resources/locales/fi/numbers.yml +73 -24
  239. data/resources/locales/fi/plural_rules.yml +7 -0
  240. data/resources/locales/fi/plurals.yml +13 -4
  241. data/resources/locales/fi/territories.yml +1 -1
  242. data/resources/locales/fil/calendars.yml +29 -15
  243. data/resources/locales/fil/currencies.yml +144 -489
  244. data/resources/locales/fil/languages.yml +12 -339
  245. data/resources/locales/fil/lists.yml +7 -7
  246. data/resources/locales/fil/numbers.yml +74 -25
  247. data/resources/locales/fil/plural_rules.yml +8 -0
  248. data/resources/locales/fil/plurals.yml +17 -4
  249. data/resources/locales/fil/territories.yml +2 -2
  250. data/resources/locales/fr-BE/calendars.yml +68 -53
  251. data/resources/locales/fr-BE/currencies.yml +202 -82
  252. data/resources/locales/fr-BE/languages.yml +8 -71
  253. data/resources/locales/fr-BE/numbers.yml +74 -25
  254. data/resources/locales/fr-BE/plural_rules.yml +8 -0
  255. data/resources/locales/fr-BE/plurals.yml +15 -3
  256. data/resources/locales/fr-BE/territories.yml +7 -7
  257. data/resources/locales/fr-CA/calendars.yml +25 -10
  258. data/resources/locales/fr-CA/currencies.yml +250 -130
  259. data/resources/locales/fr-CA/languages.yml +11 -74
  260. data/resources/locales/fr-CA/numbers.yml +74 -25
  261. data/resources/locales/fr-CA/plural_rules.yml +8 -0
  262. data/resources/locales/fr-CA/plurals.yml +15 -3
  263. data/resources/locales/fr-CA/territories.yml +16 -16
  264. data/resources/locales/fr-CH/calendars.yml +68 -53
  265. data/resources/locales/fr-CH/currencies.yml +201 -82
  266. data/resources/locales/fr-CH/languages.yml +8 -71
  267. data/resources/locales/fr-CH/numbers.yml +74 -25
  268. data/resources/locales/fr-CH/plural_rules.yml +8 -0
  269. data/resources/locales/fr-CH/plurals.yml +15 -3
  270. data/resources/locales/fr-CH/territories.yml +7 -7
  271. data/resources/locales/fr/calendars.yml +68 -53
  272. data/resources/locales/fr/currencies.yml +202 -82
  273. data/resources/locales/fr/languages.yml +8 -71
  274. data/resources/locales/fr/numbers.yml +74 -25
  275. data/resources/locales/fr/plural_rules.yml +8 -0
  276. data/resources/locales/fr/plurals.yml +15 -3
  277. data/resources/locales/fr/territories.yml +7 -7
  278. data/resources/locales/ga/calendars.yml +136 -45
  279. data/resources/locales/ga/currencies.yml +1238 -587
  280. data/resources/locales/ga/languages.yml +176 -468
  281. data/resources/locales/ga/lists.yml +4 -4
  282. data/resources/locales/ga/numbers.yml +148 -24
  283. data/resources/locales/ga/plural_rules.yml +10 -0
  284. data/resources/locales/ga/plurals.yml +17 -5
  285. data/resources/locales/ga/territories.yml +56 -56
  286. data/resources/locales/gl/calendars.yml +26 -13
  287. data/resources/locales/gl/currencies.yml +378 -582
  288. data/resources/locales/gl/languages.yml +71 -392
  289. data/resources/locales/gl/lists.yml +8 -8
  290. data/resources/locales/gl/numbers.yml +74 -25
  291. data/resources/locales/gl/plural_rules.yml +7 -0
  292. data/resources/locales/gl/plurals.yml +13 -4
  293. data/resources/locales/gl/territories.yml +2 -2
  294. data/resources/locales/he/calendars.yml +53 -32
  295. data/resources/locales/he/currencies.yml +585 -487
  296. data/resources/locales/he/languages.yml +15 -78
  297. data/resources/locales/he/lists.yml +8 -8
  298. data/resources/locales/he/numbers.yml +121 -24
  299. data/resources/locales/he/plural_rules.yml +9 -0
  300. data/resources/locales/he/plurals.yml +16 -6
  301. data/resources/locales/he/rbnf.yml +0 -3
  302. data/resources/locales/he/territories.yml +4 -4
  303. data/resources/locales/hi/calendars.yml +54 -41
  304. data/resources/locales/hi/currencies.yml +155 -428
  305. data/resources/locales/hi/languages.yml +52 -141
  306. data/resources/locales/hi/lists.yml +4 -4
  307. data/resources/locales/hi/numbers.yml +74 -25
  308. data/resources/locales/hi/plural_rules.yml +11 -0
  309. data/resources/locales/hi/plurals.yml +19 -3
  310. data/resources/locales/hi/rbnf.yml +52 -1
  311. data/resources/locales/hi/territories.yml +8 -8
  312. data/resources/locales/hr/calendars.yml +30 -16
  313. data/resources/locales/hr/currencies.yml +306 -66
  314. data/resources/locales/hr/languages.yml +12 -76
  315. data/resources/locales/hr/numbers.yml +97 -24
  316. data/resources/locales/hr/plural_rules.yml +8 -0
  317. data/resources/locales/hr/plurals.yml +16 -8
  318. data/resources/locales/hr/territories.yml +1 -1
  319. data/resources/locales/hu/calendars.yml +25 -10
  320. data/resources/locales/hu/currencies.yml +139 -182
  321. data/resources/locales/hu/languages.yml +8 -72
  322. data/resources/locales/hu/lists.yml +4 -4
  323. data/resources/locales/hu/numbers.yml +73 -24
  324. data/resources/locales/hu/plural_rules.yml +8 -0
  325. data/resources/locales/hu/plurals.yml +15 -3
  326. data/resources/locales/hu/territories.yml +1 -1
  327. data/resources/locales/id/calendars.yml +22 -7
  328. data/resources/locales/id/currencies.yml +323 -192
  329. data/resources/locales/id/languages.yml +36 -71
  330. data/resources/locales/id/numbers.yml +50 -26
  331. data/resources/locales/id/plural_rules.yml +6 -0
  332. data/resources/locales/id/plurals.yml +11 -3
  333. data/resources/locales/id/rbnf.yml +4 -4
  334. data/resources/locales/id/territories.yml +2 -2
  335. data/resources/locales/is/calendars.yml +24 -9
  336. data/resources/locales/is/currencies.yml +145 -336
  337. data/resources/locales/is/languages.yml +57 -163
  338. data/resources/locales/is/numbers.yml +73 -24
  339. data/resources/locales/is/plural_rules.yml +7 -0
  340. data/resources/locales/is/plurals.yml +13 -5
  341. data/resources/locales/is/territories.yml +5 -5
  342. data/resources/locales/it-CH/calendars.yml +41 -26
  343. data/resources/locales/it-CH/currencies.yml +180 -274
  344. data/resources/locales/it-CH/languages.yml +106 -83
  345. data/resources/locales/it-CH/lists.yml +6 -6
  346. data/resources/locales/it-CH/numbers.yml +73 -24
  347. data/resources/locales/it-CH/plural_rules.yml +8 -0
  348. data/resources/locales/it-CH/plurals.yml +15 -4
  349. data/resources/locales/it-CH/territories.yml +9 -9
  350. data/resources/locales/it/calendars.yml +43 -28
  351. data/resources/locales/it/currencies.yml +181 -274
  352. data/resources/locales/it/languages.yml +106 -83
  353. data/resources/locales/it/lists.yml +6 -6
  354. data/resources/locales/it/numbers.yml +73 -24
  355. data/resources/locales/it/plural_rules.yml +8 -0
  356. data/resources/locales/it/plurals.yml +15 -4
  357. data/resources/locales/it/territories.yml +9 -9
  358. data/resources/locales/ja/calendars.yml +24 -9
  359. data/resources/locales/ja/currencies.yml +286 -48
  360. data/resources/locales/ja/languages.yml +106 -83
  361. data/resources/locales/ja/lists.yml +4 -4
  362. data/resources/locales/ja/numbers.yml +50 -26
  363. data/resources/locales/ja/plural_rules.yml +6 -0
  364. data/resources/locales/ja/plurals.yml +11 -3
  365. data/resources/locales/ja/territories.yml +2 -2
  366. data/resources/locales/ko/calendars.yml +63 -16
  367. data/resources/locales/ko/currencies.yml +286 -347
  368. data/resources/locales/ko/languages.yml +27 -76
  369. data/resources/locales/ko/numbers.yml +50 -26
  370. data/resources/locales/ko/plural_rules.yml +6 -0
  371. data/resources/locales/ko/plurals.yml +11 -3
  372. data/resources/locales/ko/territories.yml +4 -4
  373. data/resources/locales/lv/calendars.yml +34 -19
  374. data/resources/locales/lv/currencies.yml +155 -366
  375. data/resources/locales/lv/languages.yml +7 -71
  376. data/resources/locales/lv/numbers.yml +99 -26
  377. data/resources/locales/lv/plural_rules.yml +8 -0
  378. data/resources/locales/lv/plurals.yml +16 -9
  379. data/resources/locales/lv/territories.yml +2 -2
  380. data/resources/locales/ms/calendars.yml +28 -14
  381. data/resources/locales/ms/currencies.yml +185 -500
  382. data/resources/locales/ms/languages.yml +27 -297
  383. data/resources/locales/ms/lists.yml +6 -6
  384. data/resources/locales/ms/numbers.yml +50 -26
  385. data/resources/locales/ms/plural_rules.yml +7 -0
  386. data/resources/locales/ms/plurals.yml +13 -3
  387. data/resources/locales/ms/territories.yml +6 -6
  388. data/resources/locales/nb/calendars.yml +21 -6
  389. data/resources/locales/nb/currencies.yml +271 -44
  390. data/resources/locales/nb/languages.yml +14 -78
  391. data/resources/locales/nb/lists.yml +4 -4
  392. data/resources/locales/nb/numbers.yml +73 -24
  393. data/resources/locales/nb/plural_rules.yml +7 -0
  394. data/resources/locales/nb/plurals.yml +13 -3
  395. data/resources/locales/nb/territories.yml +6 -6
  396. data/resources/locales/nl/calendars.yml +63 -48
  397. data/resources/locales/nl/currencies.yml +294 -56
  398. data/resources/locales/nl/languages.yml +149 -121
  399. data/resources/locales/nl/numbers.yml +74 -25
  400. data/resources/locales/nl/plural_rules.yml +7 -0
  401. data/resources/locales/nl/plurals.yml +13 -4
  402. data/resources/locales/nl/territories.yml +9 -9
  403. data/resources/locales/pl/calendars.yml +23 -9
  404. data/resources/locales/pl/currencies.yml +147 -226
  405. data/resources/locales/pl/languages.yml +102 -73
  406. data/resources/locales/pl/numbers.yml +122 -25
  407. data/resources/locales/pl/plural_rules.yml +9 -0
  408. data/resources/locales/pl/plurals.yml +17 -9
  409. data/resources/locales/pl/rbnf.yml +17 -159
  410. data/resources/locales/pl/territories.yml +1 -1
  411. data/resources/locales/pt/calendars.yml +26 -12
  412. data/resources/locales/pt/currencies.yml +182 -91
  413. data/resources/locales/pt/languages.yml +72 -137
  414. data/resources/locales/pt/numbers.yml +74 -25
  415. data/resources/locales/pt/plural_rules.yml +7 -0
  416. data/resources/locales/pt/plurals.yml +13 -5
  417. data/resources/locales/pt/territories.yml +9 -9
  418. data/resources/locales/ro/calendars.yml +63 -49
  419. data/resources/locales/ro/currencies.yml +209 -291
  420. data/resources/locales/ro/languages.yml +12 -76
  421. data/resources/locales/ro/numbers.yml +98 -25
  422. data/resources/locales/ro/plural_rules.yml +9 -0
  423. data/resources/locales/ro/plurals.yml +17 -6
  424. data/resources/locales/ro/territories.yml +3 -3
  425. data/resources/locales/ru/calendars.yml +55 -41
  426. data/resources/locales/ru/currencies.yml +334 -256
  427. data/resources/locales/ru/languages.yml +8 -72
  428. data/resources/locales/ru/lists.yml +5 -5
  429. data/resources/locales/ru/numbers.yml +122 -24
  430. data/resources/locales/ru/plural_rules.yml +9 -0
  431. data/resources/locales/ru/plurals.yml +17 -7
  432. data/resources/locales/ru/rbnf.yml +15 -105
  433. data/resources/locales/ru/territories.yml +7 -7
  434. data/resources/locales/sk/calendars.yml +89 -51
  435. data/resources/locales/sk/currencies.yml +440 -415
  436. data/resources/locales/sk/languages.yml +50 -114
  437. data/resources/locales/sk/lists.yml +4 -4
  438. data/resources/locales/sk/numbers.yml +122 -25
  439. data/resources/locales/sk/plural_rules.yml +9 -0
  440. data/resources/locales/sk/plurals.yml +16 -6
  441. data/resources/locales/sk/territories.yml +18 -18
  442. data/resources/locales/sq/calendars.yml +72 -58
  443. data/resources/locales/sq/currencies.yml +86 -464
  444. data/resources/locales/sq/languages.yml +222 -579
  445. data/resources/locales/sq/lists.yml +4 -4
  446. data/resources/locales/sq/numbers.yml +73 -24
  447. data/resources/locales/sq/plural_rules.yml +9 -0
  448. data/resources/locales/sq/plurals.yml +16 -3
  449. data/resources/locales/sq/territories.yml +16 -17
  450. data/resources/locales/sr/calendars.yml +30 -16
  451. data/resources/locales/sr/currencies.yml +202 -116
  452. data/resources/locales/sr/languages.yml +200 -298
  453. data/resources/locales/sr/lists.yml +4 -4
  454. data/resources/locales/sr/numbers.yml +98 -25
  455. data/resources/locales/sr/plural_rules.yml +8 -0
  456. data/resources/locales/sr/plurals.yml +16 -8
  457. data/resources/locales/sr/territories.yml +20 -20
  458. data/resources/locales/sv/calendars.yml +46 -31
  459. data/resources/locales/sv/currencies.yml +213 -105
  460. data/resources/locales/sv/languages.yml +76 -73
  461. data/resources/locales/sv/numbers.yml +73 -25
  462. data/resources/locales/sv/plural_rules.yml +8 -0
  463. data/resources/locales/sv/plurals.yml +16 -4
  464. data/resources/locales/sv/rbnf.yml +1 -1
  465. data/resources/locales/sv/territories.yml +1 -1
  466. data/resources/locales/ta/calendars.yml +37 -23
  467. data/resources/locales/ta/currencies.yml +328 -643
  468. data/resources/locales/ta/languages.yml +94 -177
  469. data/resources/locales/ta/numbers.yml +74 -25
  470. data/resources/locales/ta/plural_rules.yml +7 -0
  471. data/resources/locales/ta/plurals.yml +13 -3
  472. data/resources/locales/ta/territories.yml +34 -34
  473. data/resources/locales/th/calendars.yml +33 -6
  474. data/resources/locales/th/currencies.yml +272 -187
  475. data/resources/locales/th/languages.yml +102 -76
  476. data/resources/locales/th/numbers.yml +50 -26
  477. data/resources/locales/th/plural_rules.yml +6 -0
  478. data/resources/locales/th/plurals.yml +11 -3
  479. data/resources/locales/th/territories.yml +2 -2
  480. data/resources/locales/tr/calendars.yml +25 -11
  481. data/resources/locales/tr/currencies.yml +365 -199
  482. data/resources/locales/tr/languages.yml +106 -77
  483. data/resources/locales/tr/numbers.yml +74 -25
  484. data/resources/locales/tr/plural_rules.yml +7 -0
  485. data/resources/locales/tr/plurals.yml +13 -3
  486. data/resources/locales/tr/territories.yml +5 -5
  487. data/resources/locales/uk/calendars.yml +24 -9
  488. data/resources/locales/uk/currencies.yml +139 -207
  489. data/resources/locales/uk/languages.yml +19 -94
  490. data/resources/locales/uk/lists.yml +6 -6
  491. data/resources/locales/uk/numbers.yml +121 -24
  492. data/resources/locales/uk/plural_rules.yml +10 -0
  493. data/resources/locales/uk/plurals.yml +19 -9
  494. data/resources/locales/uk/territories.yml +18 -18
  495. data/resources/locales/ur/calendars.yml +38 -16
  496. data/resources/locales/ur/currencies.yml +273 -577
  497. data/resources/locales/ur/languages.yml +76 -405
  498. data/resources/locales/ur/lists.yml +7 -7
  499. data/resources/locales/ur/numbers.yml +75 -26
  500. data/resources/locales/ur/plural_rules.yml +7 -0
  501. data/resources/locales/ur/plurals.yml +13 -4
  502. data/resources/locales/ur/territories.yml +1 -1
  503. data/resources/locales/vi/calendars.yml +29 -14
  504. data/resources/locales/vi/currencies.yml +273 -195
  505. data/resources/locales/vi/languages.yml +20 -94
  506. data/resources/locales/vi/lists.yml +2 -2
  507. data/resources/locales/vi/numbers.yml +49 -25
  508. data/resources/locales/vi/plural_rules.yml +7 -0
  509. data/resources/locales/vi/plurals.yml +13 -3
  510. data/resources/locales/vi/territories.yml +8 -8
  511. data/resources/locales/zh-Hant/calendars.yml +28 -13
  512. data/resources/locales/zh-Hant/currencies.yml +368 -134
  513. data/resources/locales/zh-Hant/languages.yml +119 -90
  514. data/resources/locales/zh-Hant/lists.yml +4 -4
  515. data/resources/locales/zh-Hant/numbers.yml +50 -26
  516. data/resources/locales/zh-Hant/plural_rules.yml +6 -0
  517. data/resources/locales/zh-Hant/plurals.yml +11 -3
  518. data/resources/locales/zh-Hant/territories.yml +9 -9
  519. data/resources/locales/zh/calendars.yml +20 -5
  520. data/resources/locales/zh/currencies.yml +372 -189
  521. data/resources/locales/zh/languages.yml +7 -71
  522. data/resources/locales/zh/lists.yml +4 -4
  523. data/resources/locales/zh/numbers.yml +50 -26
  524. data/resources/locales/zh/plural_rules.yml +6 -0
  525. data/resources/locales/zh/plurals.yml +11 -3
  526. data/resources/locales/zh/rbnf.yml +46 -0
  527. data/resources/shared/currency_digits_and_rounding.yml +8 -2
  528. data/resources/shared/numbering_systems.yml +3 -0
  529. data/resources/shared/postal_codes.yml +320 -1275
  530. data/resources/shared/rbnf_root.yml +65 -16
  531. data/resources/shared/territories_containment.yml +1 -0
  532. data/resources/uli/segments/de.yml +102 -0
  533. data/resources/uli/segments/es.yml +33 -0
  534. data/resources/uli/segments/fr.yml +21 -0
  535. data/resources/uli/segments/it.yml +11 -0
  536. data/spec/data_readers/number_data_reader_spec.rb +25 -0
  537. data/spec/formatters/list_formatter_spec.rb +2 -2
  538. data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +11 -17
  539. data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +80 -31
  540. data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +40 -9
  541. data/spec/formatters/numbers/currency_formatter_spec.rb +1 -1
  542. data/spec/formatters/numbers/rbnf/allowed_failures.yml +47 -35
  543. data/spec/formatters/numbers/rbnf/locales/bn/rbnf_test.yml +1634 -1283
  544. data/spec/formatters/numbers/rbnf/locales/cy/rbnf_test.yml +42 -42
  545. data/spec/formatters/numbers/rbnf/locales/de-CH/rbnf_test.yml +702 -0
  546. data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +702 -0
  547. data/spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml +14 -14
  548. data/spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml +14 -14
  549. data/spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml +14 -14
  550. data/spec/formatters/numbers/rbnf/locales/es-US/rbnf_test.yml +14 -14
  551. data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +54 -54
  552. data/spec/formatters/numbers/rbnf/locales/eu/rbnf_test.yml +1634 -1283
  553. data/spec/formatters/numbers/rbnf/locales/fr-CH/rbnf_test.yml +32 -32
  554. data/spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml +1634 -1283
  555. data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +105 -105
  556. data/spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml +350 -116
  557. data/spec/formatters/numbers/rbnf/locales/sv/rbnf_test.yml +24 -24
  558. data/spec/formatters/numbers/rbnf/locales/ur/rbnf_test.yml +1634 -1283
  559. data/spec/formatters/numbers/rbnf/locales/zh/rbnf_test.yml +117 -0
  560. data/spec/formatters/plurals/rules_spec.rb +37 -14
  561. data/spec/localized/localized_number_spec.rb +2 -1
  562. data/spec/parsers/number_parser_spec.rb +5 -5
  563. data/spec/shared/calendar_spec.rb +3 -3
  564. data/spec/shared/postal_codes_spec.rb +16 -0
  565. data/spec/shared/territories_spec.rb +2 -2
  566. data/spec/spec_helper.rb +1 -1
  567. data/twitter_cldr.gemspec +1 -0
  568. metadata +364 -285
  569. data/resources/custom/locales/hu/plurals.yml +0 -3
@@ -5,7 +5,7 @@
5
5
  :currency:
6
6
  :number_system: "latn"
7
7
  :patterns:
8
- :default: "¤#,##0.00;(¤#,##0.00)"
8
+ :default: "¤ #,##,##0.00"
9
9
  :unit:
10
10
  :one: "{0} {1}"
11
11
  :other: "{0} {1}"
@@ -14,31 +14,79 @@
14
14
  :patterns:
15
15
  :default: "#,##,##0.###"
16
16
  :long:
17
- 1000: "0 ஆயிரம்"
18
- 10000: "00 ஆயிரம்"
19
- 100000: "000 ஆயிரம்"
20
- 1000000: "0 மில்லியன்"
21
- 10000000: "00 மில்லியன்"
22
- 100000000: "000 மில்லியன்"
23
- 1000000000: "0 பில்லியன்"
24
- 10000000000: "00 பில்லியன்"
25
- 100000000000: "000 பில்லியன்"
26
- 1000000000000: "0 டிரில்லியன்"
27
- 10000000000000: "00 டிரில்லியன்"
28
- 100000000000000: "000 டிரில்லியன்"
17
+ 1000:
18
+ :one: "0 ஆயிரம்"
19
+ :other: "0 ஆயிரம்"
20
+ 10000:
21
+ :one: "00 ஆயிரம்"
22
+ :other: "00 ஆயிரம்"
23
+ 100000:
24
+ :one: "000 ஆயிரம்"
25
+ :other: "000 ஆயிரம்"
26
+ 1000000:
27
+ :one: "0 மில்லியன்"
28
+ :other: "0 மில்லியன்"
29
+ 10000000:
30
+ :one: "00 மில்லியன்"
31
+ :other: "00 மில்லியன்"
32
+ 100000000:
33
+ :one: "000 மில்லியன்"
34
+ :other: "000 மில்லியன்"
35
+ 1000000000:
36
+ :one: "0 பில்லியன்"
37
+ :other: "0 பில்லியன்"
38
+ 10000000000:
39
+ :one: "00 பில்லியன்"
40
+ :other: "00 பில்லியன்"
41
+ 100000000000:
42
+ :one: "000 பில்லியன்"
43
+ :other: "000 பில்லியன்"
44
+ 1000000000000:
45
+ :one: "0 டிரில்லியன்"
46
+ :other: "0 டிரில்லியன்"
47
+ 10000000000000:
48
+ :one: "00 டிரில்லியன்"
49
+ :other: "00 டிரில்லியன்"
50
+ 100000000000000:
51
+ :one: "000 டிரில்லியன்"
52
+ :other: "000 டிரில்லியன்"
29
53
  :short:
30
- 1000: "0ஆ"
31
- 10000: "00ஆ"
32
- 100000: "000ஆ"
33
- 1000000: "0மி"
34
- 10000000: "00மி"
35
- 100000000: "000மி"
36
- 1000000000: "0பி"
37
- 10000000000: "00பி"
38
- 100000000000: "000பி"
39
- 1000000000000: "0டி"
40
- 10000000000000: "00டி"
41
- 100000000000000: "000டி"
54
+ 1000:
55
+ :one: "0ஆ"
56
+ :other: "0ஆ"
57
+ 10000:
58
+ :one: "00"
59
+ :other: "00ஆ"
60
+ 100000:
61
+ :one: "000ஆ"
62
+ :other: "000"
63
+ 1000000:
64
+ :one: "0மி"
65
+ :other: "0மி"
66
+ 10000000:
67
+ :one: "00மி"
68
+ :other: "00மி"
69
+ 100000000:
70
+ :one: "000மி"
71
+ :other: "000மி"
72
+ 1000000000:
73
+ :one: "0பி"
74
+ :other: "0பி"
75
+ 10000000000:
76
+ :one: "00பி"
77
+ :other: "00பி"
78
+ 100000000000:
79
+ :one: "000பி"
80
+ :other: "000பி"
81
+ 1000000000000:
82
+ :one: "0டி"
83
+ :other: "0டி"
84
+ 10000000000000:
85
+ :one: "00டி"
86
+ :other: "00டி"
87
+ 100000000000000:
88
+ :one: "000டி"
89
+ :other: "000டி"
42
90
  :percent:
43
91
  :number_system: "latn"
44
92
  :patterns:
@@ -60,3 +108,4 @@
60
108
  :percent_sign: "%"
61
109
  :plus_sign: "+"
62
110
  :superscripting_exponent: "×"
111
+ :time_separator: ":"
@@ -0,0 +1,7 @@
1
+ ---
2
+ :ta:
3
+ :cardinal:
4
+ :one: "n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000"
5
+ :other: " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~0.9, 1.1~1.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
6
+ :ordinal:
7
+ :other: " @integer 0~15, 100, 1000, 10000, 100000, 1000000, …"
@@ -1,4 +1,14 @@
1
1
  ---
2
- :ta: ! '{ :''ta'' => { :i18n => { :plural => { :keys => [:one, :other], :rule => lambda
3
- { |n| n = n.respond_to?(:abs) ? n.abs : ((m = n.to_s)[0] == "-" ? m[1,m.length]
4
- : m); n.to_f == 1 ? :one : :other } } } } }'
2
+ :ta:
3
+ :cardinal:
4
+ :rule: 'lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
5
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); (n == 1 ? :one :
6
+ :other) }'
7
+ :names:
8
+ - :one
9
+ - :other
10
+ :ordinal:
11
+ :rule: lambda { |num, runtime| n = runtime.n(num); i = runtime.i(num); v = runtime.v(num);
12
+ w = runtime.w(num); f = runtime.f(num); t = runtime.t(num); :other }
13
+ :names:
14
+ - :other
@@ -3,7 +3,7 @@
3
3
  :territories:
4
4
  :ac: "அஷன்ஷியன் தீவு"
5
5
  :ad: "அன்டோரா"
6
- :ae: "ஐக்கிய அரபு கூட்டாட்சி"
6
+ :ae: "ஐக்கிய அரபு எமிரேட்ஸ்"
7
7
  :af: "ஆப்கானிஸ்தான்"
8
8
  :ag: "ஆண்டிகுவா மற்றும் பார்புடா"
9
9
  :ai: "அங்குய்லா"
@@ -33,7 +33,7 @@
33
33
  :bn: "புரூனேய்"
34
34
  :bo: "பொலிவியா"
35
35
  :bq: "கரீபியன் நெதர்லாந்து"
36
- :br: "பிரேஸில்"
36
+ :br: "பிரேசில்"
37
37
  :bs: "பஹாமாஸ்"
38
38
  :bt: "பூடான்"
39
39
  :bv: "பொவேட் தீவுகள்"
@@ -41,8 +41,8 @@
41
41
  :by: "பெலாரூஸ்"
42
42
  :bz: "பெலிஸ்"
43
43
  :ca: "கனடா"
44
- :cc: "காகோஸ் தீவுகள்"
45
- :cd: "காங்கோ (டிசிஆர்)"
44
+ :cc: "கோகோஸ் (கீலிங்) தீவுகள்"
45
+ :cd: "காங்கோ (டிஆர்சி)"
46
46
  :cf: "மத்திய ஆப்ரிக்கக் குடியரசு"
47
47
  :cg: "காங்கோ (குடியரசு)"
48
48
  :ch: "ஸ்விட்சர்லாந்து"
@@ -60,7 +60,7 @@
60
60
  :cx: "கிறிஸ்துமஸ் தீவு"
61
61
  :cy: "சைப்ரஸ்"
62
62
  :cz: "செக் குடியரசு"
63
- :de: "ஜெர்மன்"
63
+ :de: "ஜெர்மனி"
64
64
  :dg: "டியகோ கார்ஷியா"
65
65
  :dj: "ஜிபௌட்டி"
66
66
  :dk: "டென்மார்க்"
@@ -80,13 +80,13 @@
80
80
  :fj: "ஃபிஜி"
81
81
  :fk: "ஃபாக்லாந்து தீவுகள் (இஸ்லாஸ் மால்வினஸ்)"
82
82
  :fm: "மைக்ரோனேஷியா"
83
- :fo: "ஃபெரௌ தீவுகள்"
83
+ :fo: "ஃபாரோ தீவுகள்"
84
84
  :fr: "பிரான்ஸ்"
85
85
  :ga: "கேபான்"
86
- :gb: "GB"
86
+ :gb: "யூ.கே."
87
87
  :gd: "கிரனெடா"
88
88
  :ge: "ஜார்ஜியா"
89
- :gf: "ஃப்ரென்ச் கயானா"
89
+ :gf: "பிரெஞ்சு கயானா"
90
90
  :gg: "கெர்ன்சி"
91
91
  :gh: "கானா"
92
92
  :gi: "ஜிப்ரால்டர்"
@@ -94,7 +94,7 @@
94
94
  :gm: "காம்பியா"
95
95
  :gn: "கினியா"
96
96
  :gp: "க்வாதேலோப்"
97
- :gq: "ஈக்குவாடோரியல் கினி"
97
+ :gq: "ஈக்குவாடோரியல் கினியா"
98
98
  :gr: "கிரீஸ்"
99
99
  :gs: "தென் ஜியார்ஜியா மற்றும் தென் சான்ட்விச் தீவுகள்"
100
100
  :gt: "கவுதமாலா"
@@ -102,8 +102,8 @@
102
102
  :gw: "கினி-பிஸ்ஸாவ்"
103
103
  :gy: "கயானா"
104
104
  :hk: "ஹாங்காங்"
105
- :hm: "ஹேர்ட் மற்றும் மெக்டொனால்டு"
106
- :hn: "ஹாண்டுராஸ்"
105
+ :hm: "ஹேர்ட் மற்றும் மெக்டொனால்டு தீவுகள்"
106
+ :hn: "ஹோண்டூராஸ்"
107
107
  :hr: "குரோசியா"
108
108
  :ht: "ஹெய்தி"
109
109
  :hu: "ஹங்கேரி"
@@ -113,14 +113,14 @@
113
113
  :il: "இஸ்ரேல்"
114
114
  :im: "ஐல் ஆஃப் மேன்"
115
115
  :in: "இந்தியா"
116
- :io: "பிரிட்டிஷ் இந்தியப் பெருங்கடல் பகுதி"
117
- :iq: "இராக்"
116
+ :io: "பிரிட்டிஷ் இந்தியப் பெருங்கடல் பிரதேசம்"
117
+ :iq: "ஈராக்"
118
118
  :ir: "ஈரான்"
119
119
  :is: "ஐஸ்லாந்து"
120
120
  :it: "இத்தாலி"
121
121
  :je: "ஜெர்சி"
122
122
  :jm: "ஜமைகா"
123
- :jo: "ஜொர்டான்"
123
+ :jo: "ஜோர்டான்"
124
124
  :jp: "ஜப்பான்"
125
125
  :ke: "கென்யா"
126
126
  :kg: "கிர்கிஸ்தான்"
@@ -130,7 +130,7 @@
130
130
  :kn: "செயின்ட் கிட்ஸ் மற்றும் நெவிஸ்"
131
131
  :kp: "வட கொரியா"
132
132
  :kr: "தென் கொரியா"
133
- :kw: "குவைத்து"
133
+ :kw: "குவைத்"
134
134
  :ky: "கேமென் தீவுகள்"
135
135
  :kz: "கஸகஸ்தான்"
136
136
  :la: "லாவோஸ்"
@@ -148,11 +148,11 @@
148
148
  :mc: "மொனாக்கோ"
149
149
  :md: "மால்டோவா"
150
150
  :me: "மான்டேனெக்ரோ"
151
- :mf: "செயின் மார்டீன்"
151
+ :mf: "செயின்ட் மார்ட்டீன்"
152
152
  :mg: "மடகாஸ்கர்"
153
153
  :mh: "மார்ஷல் தீவுகள்"
154
154
  :mk: "மாசிடோனியா (ஃபைரோம்)"
155
- :ml: "மாலீ"
155
+ :ml: "மாலி"
156
156
  :mm: "மியான்மார் (பர்மா)"
157
157
  :mn: "மங்கோலியா"
158
158
  :mo: "மகாவோ"
@@ -172,7 +172,7 @@
172
172
  :ne: "நைஜர்"
173
173
  :nf: "நார்ஃபாக் தீவுகள்"
174
174
  :ng: "நைஜீரியா"
175
- :ni: "நிகாரகுவா"
175
+ :ni: "நிகரகுவா"
176
176
  :nl: "நெதர்லாந்து"
177
177
  ? !ruby/symbol "no"
178
178
  : "நார்வே"
@@ -183,19 +183,19 @@
183
183
  :om: "ஓமன்"
184
184
  :pa: "பனாமா"
185
185
  :pe: "பெரு"
186
- :pf: "ஃப்ரென்ச் பாலினேஷியா"
186
+ :pf: "பிரெஞ்சு பாலினேஷியா"
187
187
  :pg: "பாப்புவா நியூ கினி"
188
188
  :ph: "பிலிப்பைன்ஸ்"
189
189
  :pk: "பாகிஸ்தான்"
190
190
  :pl: "போலந்து"
191
191
  :pm: "செயின்ட் பியர் மற்றும் மிக்வேலான்"
192
- :pn: "பிட்கெய்ர்ன்"
192
+ :pn: "பிட்கெய்ர்ன் தீவுகள்"
193
193
  :pr: "பியூர்டோ ரிகோ"
194
194
  :ps: "பாலஸ்தீனம்"
195
195
  :pt: "போர்ச்சுக்கல்"
196
196
  :pw: "பாலோ"
197
- :py: "பாரகுவே"
198
- :qa: "கதார்"
197
+ :py: "பராகுவே"
198
+ :qa: "கத்தார்"
199
199
  :qo: "ஔட்லையிங் ஓசானியா"
200
200
  :re: "ரீயூனியன்"
201
201
  :ro: "ருமேனியா"
@@ -215,18 +215,18 @@
215
215
  :sl: "சியர்ரா லியோன்"
216
216
  :sm: "சான் மெரினோ"
217
217
  :sn: "செனெகல்"
218
- :so: "சொமாலியா"
219
- :sr: "சூரினாம்"
218
+ :so: "சோமாலியா"
219
+ :sr: "சுரினாம்"
220
220
  :ss: "தெற்கு சூடான்"
221
221
  :st: "சாவ் தோம் மற்றும் ப்ரின்சிபி"
222
222
  :sv: "எல் சால்வடார்"
223
- :sx: "செயின்ட் மார்ட்டீன்"
223
+ :sx: "சின்ட் மார்டென்"
224
224
  :sy: "சிரியா"
225
- :sz: "ஸ்வாஸிலாண்ட்"
225
+ :sz: "ஸ்வாஸிலாந்து"
226
226
  :ta: "டிரிஸ்டன் டா குன்ஹா"
227
227
  :tc: "டர்க்ஸ் மற்றும் கைகோஸ் தீவுகள்"
228
228
  :td: "சாட்"
229
- :tf: "ஃப்ரென்ச் தெற்கு மாஹாணங்கள்"
229
+ :tf: "பிரெஞ்சு தெற்கு பிரதேசங்கள்"
230
230
  :tg: "டோகோ"
231
231
  :th: "தாய்லாந்து"
232
232
  :tj: "தாஜிகிஸ்தான்"
@@ -239,26 +239,26 @@
239
239
  :tt: "ட்ரினிடாட் மற்றும் டுபாகோ"
240
240
  :tv: "துவாலூ"
241
241
  :tw: "தைவான்"
242
- :tz: "டான்சானியா"
242
+ :tz: "தான்சானியா"
243
243
  :ua: "உக்ரைன்"
244
244
  :ug: "உகாண்டா"
245
- :um: "ஐக்கிய அமெரிக்காவை சுற்றியுள்ள தீவுகள்"
245
+ :um: "யூஎஸ் அவுட்லேயிங் தீவுகள்"
246
246
  :us: "யூஎஸ்"
247
247
  :uy: "உருகுவே"
248
248
  :uz: "உஸ்பெகிஸ்தான்"
249
249
  :va: "வாடிகன் நகரம்"
250
- :vc: "செயின் வின்சன்ட் மற்றும் கிரெனடைன்ஸ்"
251
- :ve: "வெனஜுவேலா"
250
+ :vc: "செயின்ட் வின்சென்ட் மற்றும் கிரெனடைன்ஸ்"
251
+ :ve: "வெனிசுலா"
252
252
  :vg: "பிரிட்டீஷ் கன்னித் தீவுகள்"
253
- :vi: "யூ.எஸ் கன்னித் தீவுகள்"
253
+ :vi: "யூ.எஸ். கன்னித் தீவுகள்"
254
254
  :vn: "வியட்நாம்"
255
255
  :vu: "வனுவாட்டு"
256
- :wf: "வாலிஸ் மற்றும் ஃபுடுனா தீவுகள்"
256
+ :wf: "வாலிஸ் மற்றும் ஃபுடுனா"
257
257
  :ws: "சமோவா"
258
258
  :xk: "கொசோவோ"
259
259
  :ye: "ஏமன்"
260
260
  :yt: "மயோத்"
261
261
  :za: "தென் ஆப்பிரிக்கா"
262
- :zm: "சாம்பியா"
262
+ :zm: "ஜாம்பியா"
263
263
  :zw: "ஜிம்பாப்வே"
264
264
  :zz: "அறியப்படாத பிரதேசம்"
@@ -15,6 +15,7 @@
15
15
  :pattern: "d/M/#{y + 543}"
16
16
  :gregorian:
17
17
  :additional_formats:
18
+ :E: "ccc"
18
19
  :EHm: "E HH:mm"
19
20
  :EHms: "E HH:mm:ss"
20
21
  :Ed: "E d"
@@ -131,22 +132,39 @@
131
132
  1: "ส.ศ."
132
133
  :fields:
133
134
  :day: "วัน"
135
+ :day-narrow: "วัน"
136
+ :day-short: "วัน"
134
137
  :dayperiod: "ช่วงวัน"
135
138
  :era: "สมัย"
136
139
  :hour: "ชั่วโมง"
140
+ :hour-narrow: "ชม."
141
+ :hour-short: "ชม."
137
142
  :minute: "นาที"
143
+ :minute-narrow: "น."
144
+ :minute-short: "น."
138
145
  :month: "เดือน"
146
+ :month-narrow: "เดือน"
147
+ :month-short: "เดือน"
148
+ :quarter: "ไตรมาส"
149
+ :quarter-narrow: "ไตรมาส"
150
+ :quarter-short: "ไตรมาส"
139
151
  :second: "วินาที"
152
+ :second-narrow: "วิ"
153
+ :second-short: "วิ"
140
154
  :week: "สัปดาห์"
155
+ :week-narrow: "สัปดาห์"
156
+ :week-short: "สัปดาห์"
141
157
  :weekday: "วันในสัปดาห์"
142
158
  :year: "ปี"
159
+ :year-narrow: "ปี"
160
+ :year-short: "ปี"
143
161
  :zone: "เขตเวลา"
144
162
  :formats:
145
163
  :date:
146
164
  :full:
147
165
  :pattern: "EEEEที่ d MMMM G y"
148
166
  :long:
149
- :pattern: "d MMMM y"
167
+ :pattern: "d MMMM G y"
150
168
  :medium:
151
169
  :pattern: "d MMM y"
152
170
  :short:
@@ -184,7 +202,19 @@
184
202
  7: "ก.ค."
185
203
  8: "ส.ค."
186
204
  9: "ก.ย."
187
- :narrow: :calendars.gregorian.months.stand-alone.narrow
205
+ :narrow:
206
+ 1: "ม.ค."
207
+ 10: "ต.ค."
208
+ 11: "พ.ย."
209
+ 12: "ธ.ค."
210
+ 2: "ก.พ."
211
+ 3: "มี.ค."
212
+ 4: "เม.ย."
213
+ 5: "พ.ค."
214
+ 6: "มิ.ย."
215
+ 7: "ก.ค."
216
+ 8: "ส.ค."
217
+ 9: "ก.ย."
188
218
  :wide:
189
219
  1: "มกราคม"
190
220
  10: "ตุลาคม"
@@ -247,11 +277,8 @@
247
277
  :pm: "p"
248
278
  :wide:
249
279
  :am: "ก่อนเที่ยง"
250
- :noon: "noon"
280
+ :noon: "เที่ยง"
251
281
  :pm: "หลังเที่ยง"
252
- :variant:
253
- :am: "a.m."
254
- :pm: "p.m."
255
282
  :stand-alone: {}
256
283
  :quarters:
257
284
  :format:
@@ -3,59 +3,62 @@
3
3
  :currencies:
4
4
  :ADP:
5
5
  :one: "เปเซตาอันดอร์รา"
6
- :other: "Andorran pesetas"
6
+ :symbol: "ADP"
7
7
  :AED:
8
8
  :one: "เดอร์แฮมสหรัฐอาหรับเอมิเรตส์"
9
9
  :other: "เดอร์แฮมสหรัฐอาหรับเอมิเรตส์"
10
+ :symbol: "AED"
10
11
  :AFA:
11
12
  :one: "อัฟกานีอัฟกานิสถาน (1927–2002)"
12
- :other: "Afghan afghanis (1927–2002)"
13
+ :symbol: "AFA"
13
14
  :AFN:
14
15
  :one: "อัฟกานิอัฟกานิสถาน"
15
16
  :other: "อัฟกานิอัฟกานิสถาน"
16
- :ALK:
17
- :one: "Albanian lek (1946–1965)"
18
- :other: "Albanian lekë (1946–1965)"
17
+ :symbol: "AFN"
19
18
  :ALL:
20
19
  :one: "เลกแอลเบเนีย"
21
20
  :other: "เลกแอลเบเนีย"
21
+ :symbol: "ALL"
22
22
  :AMD:
23
23
  :one: "แดรมอาร์เมเนีย"
24
24
  :other: "แดรมอาร์เมเนีย"
25
+ :symbol: "AMD"
25
26
  :ANG:
26
27
  :one: "กิลเดอร์เนเธอร์แลนด์แอนทิลลิส"
27
28
  :other: "กิลเดอร์เนเธอร์แลนด์แอนทิลลิส"
29
+ :symbol: "ANG"
28
30
  :AOA:
29
31
  :one: "กวานซาแองโกลา"
30
32
  :other: "กวานซาแองโกลา"
33
+ :symbol: "AOA"
31
34
  :AOK:
32
35
  :one: "กวานซาแองโกลา (1977–1990)"
33
- :other: "Angolan kwanzas (1977–1991)"
36
+ :symbol: "AOK"
34
37
  :AON:
35
38
  :one: "นิวกวานซาแองโกลา (1990–2000)"
36
- :other: "Angolan new kwanzas (1990–2000)"
39
+ :symbol: "AON"
37
40
  :AOR:
38
41
  :one: "กวานซารีจัสทาโดแองโกลา (1995–1999)"
39
- :other: "Angolan readjusted kwanzas (1995–1999)"
42
+ :symbol: "AOR"
40
43
  :ARA:
41
44
  :one: "ออสตรัลอาร์เจนตินา"
42
- :other: "Argentine australs"
45
+ :symbol: "ARA"
43
46
  :ARL:
44
47
  :one: "เปโซเลย์อาร์เจนตินา (1970–1983)"
45
- :other: "Argentine pesos ley (1970–1983)"
48
+ :symbol: "ARL"
46
49
  :ARM:
47
50
  :one: "เปโซอาร์เจนตินา (1881–1970)"
48
- :other: "Argentine pesos (1881–1970)"
51
+ :symbol: "ARM"
49
52
  :ARP:
50
53
  :one: "เปโซอาร์เจนตินา (1983–1985)"
51
- :other: "Argentine pesos (1983–1985)"
54
+ :symbol: "ARP"
52
55
  :ARS:
53
56
  :one: "เปโซอาร์เจนตินา"
54
57
  :other: "เปโซอาร์เจนตินา"
55
- :symbol: "$"
58
+ :symbol: "ARS"
56
59
  :ATS:
57
60
  :one: "ชิลลิงออสเตรีย"
58
- :other: "Austrian schillings"
61
+ :symbol: "ATS"
59
62
  :AUD:
60
63
  :one: "ดอลลาร์ออสเตรเลีย"
61
64
  :other: "ดอลลาร์ออสเตรเลีย"
@@ -63,122 +66,131 @@
63
66
  :AWG:
64
67
  :one: "ฟลอรินอารูบา"
65
68
  :other: "ฟลอรินอารูบา"
69
+ :symbol: "AWG"
66
70
  :AZM:
67
71
  :one: "มานัตอาเซอร์ไบจาน (1993–2006)"
68
- :other: "Azerbaijani manats (1993–2006)"
72
+ :symbol: "AZM"
69
73
  :AZN:
70
74
  :one: "มานัตอาเซอร์ไบจาน"
71
75
  :other: "มานัตอาเซอร์ไบจาน"
76
+ :symbol: "AZN"
72
77
  :BAD:
73
78
  :one: "ดีนาร์บอสเนีย-เฮอร์เซโกวีนา"
74
- :other: "Bosnia-Herzegovina dinars (1992–1994)"
79
+ :symbol: "BAD"
75
80
  :BAM:
76
81
  :one: "มาร์กบอสเนีย-เฮอร์เซโกวีนา"
77
82
  :other: "มาร์กบอสเนีย-เฮอร์เซโกวีนา"
83
+ :symbol: "BAM"
78
84
  :BAN:
79
85
  :one: "ดีนาร์ใหม่บอสเนีย-เฮอร์เซโกวีนา (1994–1997)"
80
- :other: "Bosnia-Herzegovina new dinars (1994–1997)"
86
+ :symbol: "BAN"
81
87
  :BBD:
82
88
  :one: "ดอลลาร์บาร์เบโดส"
83
89
  :other: "ดอลลาร์บาร์เบโดส"
84
- :symbol: "$"
90
+ :symbol: "BBD"
85
91
  :BDT:
86
92
  :one: "ตากาบังกลาเทศ"
87
93
  :other: "ตากาบังกลาเทศ"
88
- :symbol: ""
94
+ :symbol: "BDT"
89
95
  :BEC:
90
96
  :one: "ฟรังก์เบลเยียม (เปลี่ยนแปลงได้)"
91
- :other: "Belgian francs (convertible)"
97
+ :symbol: "BEC"
92
98
  :BEF:
93
99
  :one: "ฟรังก์เบลเยียม"
94
- :other: "Belgian francs"
100
+ :symbol: "BEF"
95
101
  :BEL:
96
102
  :one: "ฟรังก์เบลเยียม (การเงิน)"
97
- :other: "Belgian francs (financial)"
103
+ :symbol: "BEL"
98
104
  :BGL:
99
105
  :one: "ฮาร์ดเลฟบัลแกเรีย"
100
- :other: "Bulgarian hard leva"
106
+ :symbol: "BGL"
101
107
  :BGM:
102
108
  :one: "โซเชียลลิสต์เลฟบัลแกเรีย"
103
- :other: "Bulgarian socialist leva"
109
+ :symbol: "BGM"
104
110
  :BGN:
105
111
  :one: "เลฟบัลแกเรีย"
106
112
  :other: "เลฟบัลแกเรีย"
113
+ :symbol: "BGN"
107
114
  :BGO:
108
115
  :one: "เลฟบัลเกเรีย (1879–1952)"
109
- :other: "Bulgarian leva (1879–1952)"
116
+ :symbol: "BGO"
110
117
  :BHD:
111
118
  :one: "ดีนาร์บาห์เรน"
112
119
  :other: "ดีนาร์บาห์เรน"
120
+ :symbol: "BHD"
113
121
  :BIF:
114
122
  :one: "ฟรังก์บุรุนดี"
115
123
  :other: "ฟรังก์บุรุนดี"
124
+ :symbol: "BIF"
116
125
  :BMD:
117
126
  :one: "ดอลลาร์เบอร์มิวดา"
118
127
  :other: "ดอลลาร์เบอร์มิวดา"
119
- :symbol: "$"
128
+ :symbol: "BMD"
120
129
  :BND:
121
130
  :one: "ดอลลาร์บรูไน"
122
131
  :other: "ดอลลาร์บรูไน"
123
- :symbol: "$"
132
+ :symbol: "BND"
124
133
  :BOB:
125
134
  :one: "โบลิเวียโนโบลิเวีย"
126
135
  :other: "โบลิเวียโนโบลิเวีย"
136
+ :symbol: "BOB"
127
137
  :BOL:
128
138
  :one: "โบลิเวียโนโบลิเวีย (1863–1963)"
129
- :other: "Bolivian bolivianos (1863–1963)"
139
+ :symbol: "BOL"
130
140
  :BOP:
131
141
  :one: "เปโซโบลิเวีย"
132
- :other: "Bolivian pesos"
142
+ :symbol: "BOP"
133
143
  :BOV:
134
144
  :one: "มฟดอลโบลิเวีย"
135
- :other: "Bolivian mvdols"
145
+ :symbol: "BOV"
136
146
  :BRB:
137
147
  :one: "ครูเซโรโนโวบราซิล (1967–1986)"
138
- :other: "Brazilian new cruzeiros (1967–1986)"
148
+ :symbol: "BRB"
139
149
  :BRC:
140
150
  :one: "ครูซาโดบราซิล"
141
- :other: "Brazilian cruzados (1986–1989)"
151
+ :symbol: "BRC"
142
152
  :BRE:
143
153
  :one: "ครูเซโรบราซิล (1990–1993)"
144
- :other: "Brazilian cruzeiros (1990–1993)"
154
+ :symbol: "BRE"
145
155
  :BRL:
146
156
  :one: "เรียลบราซิล"
147
157
  :other: "เรียลบราซิล"
148
158
  :symbol: "R$"
149
159
  :BRN:
150
160
  :one: "ครูซาโดโนโวบราซิล"
151
- :other: "Brazilian new cruzados (1989–1990)"
161
+ :symbol: "BRN"
152
162
  :BRR:
153
163
  :one: "ครูเซโรบราซิล"
154
- :other: "Brazilian cruzeiros (1993–1994)"
164
+ :symbol: "BRR"
155
165
  :BRZ:
156
166
  :one: "ครูเซโรบราซิล (1942–1967)"
157
- :other: "Brazilian cruzeiros (1942–1967)"
167
+ :symbol: "BRZ"
158
168
  :BSD:
159
169
  :one: "ดอลลาร์บาฮามาส"
160
170
  :other: "ดอลลาร์บาฮามาส"
161
- :symbol: "$"
171
+ :symbol: "BSD"
162
172
  :BTN:
163
173
  :one: "เอ็งกุลตรัมภูฏาน"
164
174
  :other: "เอ็งกุลตรัมภูฏาน"
175
+ :symbol: "BTN"
165
176
  :BUK:
166
177
  :one: "จ๊าดพม่า"
167
- :other: "Burmese kyats"
178
+ :symbol: "BUK"
168
179
  :BWP:
169
180
  :one: "ปูลาบอตสวานา"
170
181
  :other: "ปูลาบอตสวานา"
182
+ :symbol: "BWP"
171
183
  :BYB:
172
184
  :one: "นิวรูเบิลเบลารุส (1994–1999)"
173
- :other: "Belarusian new rubles (1994–1999)"
185
+ :symbol: "BYB"
174
186
  :BYR:
175
187
  :one: "รูเบิลเบลารุส"
176
188
  :other: "รูเบิลเบลารุส"
177
- :symbol: "р."
189
+ :symbol: "BYR"
178
190
  :BZD:
179
191
  :one: "ดอลลาร์เบลีซ"
180
192
  :other: "ดอลลาร์เบลีซ"
181
- :symbol: "$"
193
+ :symbol: "BZD"
182
194
  :CAD:
183
195
  :one: "ดอลลาร์แคนาดา"
184
196
  :other: "ดอลลาร์แคนาดา"
@@ -186,28 +198,27 @@
186
198
  :CDF:
187
199
  :one: "ฟรังก์คองโก"
188
200
  :other: "ฟรังก์คองโก"
201
+ :symbol: "CDF"
189
202
  :CHE:
190
203
  :one: "ยูโรดับเบิลยูไออาร์"
191
- :other: "WIR euros"
204
+ :symbol: "CHE"
192
205
  :CHF:
193
206
  :one: "ฟรังก์สวิส"
194
207
  :other: "ฟรังก์สวิส"
208
+ :symbol: "CHF"
195
209
  :CHW:
196
210
  :one: "ฟรังก์ดับเบิลยูไออาร์"
197
- :other: "WIR francs"
211
+ :symbol: "CHW"
198
212
  :CLE:
199
213
  :one: "เอสคูโดชิลี"
200
- :other: "Chilean escudos"
214
+ :symbol: "CLE"
201
215
  :CLF:
202
216
  :one: "ฟูเมนโตชิลี"
203
- :other: "Chilean units of account (UF)"
217
+ :symbol: "CLF"
204
218
  :CLP:
205
219
  :one: "เปโซชิลี"
206
220
  :other: "เปโซชิลี"
207
- :symbol: "$"
208
- :CNX:
209
- :one: "Chinese People’s Bank dollar"
210
- :other: "Chinese People’s Bank dollars"
221
+ :symbol: "CLP"
211
222
  :CNY:
212
223
  :one: "หยวนจีน"
213
224
  :other: "หยวนจีน"
@@ -215,149 +226,162 @@
215
226
  :COP:
216
227
  :one: "เปโซโคลอมเบีย"
217
228
  :other: "เปโซโคลอมเบีย"
218
- :symbol: "$"
229
+ :symbol: "COP"
219
230
  :COU:
220
231
  :one: "วาเลอร์เรียลโคลอมเบีย"
221
- :other: "Colombian real value units"
232
+ :symbol: "COU"
222
233
  :CRC:
223
234
  :one: "โกลองคอสตาริกา"
224
235
  :other: "โกลองคอสตาริกา"
225
- :symbol: ""
236
+ :symbol: "CRC"
226
237
  :CSD:
227
238
  :one: "ดีนาร์เซอร์เบียเก่า"
228
- :other: "Serbian dinars (2002–2006)"
239
+ :symbol: "CSD"
229
240
  :CSK:
230
241
  :one: "ฮาร์ดโครูนาเช็กโกสโลวัก"
231
- :other: "Czechoslovak hard korunas"
242
+ :symbol: "CSK"
232
243
  :CUC:
233
244
  :one: "เปโซคิวบา (แปลงสภาพ)"
234
245
  :other: "เปโซคิวบา (แปลงสภาพ)"
246
+ :symbol: "CUC"
235
247
  :CUP:
236
248
  :one: "เปโซคิวบา"
237
249
  :other: "เปโซคิวบา"
238
- :symbol: "$"
250
+ :symbol: "CUP"
239
251
  :CVE:
240
252
  :one: "เอสคูโดเคปเวิร์ด"
241
253
  :other: "เอสคูโดเคปเวิร์ด"
254
+ :symbol: "CVE"
242
255
  :CYP:
243
256
  :one: "ปอนด์ไซปรัส"
244
- :other: "Cypriot pounds"
257
+ :symbol: "CYP"
245
258
  :CZK:
246
259
  :one: "โครูนาสาธารณรัฐเช็ก"
247
260
  :other: "โครูนาสาธารณรัฐเช็ก"
261
+ :symbol: "CZK"
248
262
  :DDM:
249
263
  :one: "มาร์กเยอรมันตะวันออก"
250
- :other: "East German marks"
264
+ :symbol: "DDM"
251
265
  :DEM:
252
266
  :one: "มาร์กเยอรมัน"
253
- :other: "German marks"
267
+ :symbol: "DEM"
254
268
  :DJF:
255
269
  :one: "ฟรังก์จิบูตี"
256
270
  :other: "ฟรังก์จิบูตี"
271
+ :symbol: "DJF"
257
272
  :DKK:
258
273
  :one: "โครนเดนมาร์ก"
259
274
  :other: "โครนเดนมาร์ก"
275
+ :symbol: "DKK"
260
276
  :DOP:
261
277
  :one: "เปโซโดมินิกัน"
262
278
  :other: "เปโซโดมินิกัน"
263
- :symbol: "$"
279
+ :symbol: "DOP"
264
280
  :DZD:
265
281
  :one: "ดีนาร์แอลจีเรีย"
266
282
  :other: "ดีนาร์แอลจีเรีย"
283
+ :symbol: "DZD"
267
284
  :ECS:
268
285
  :one: "ซูเกรเอกวาดอร์"
269
- :other: "Ecuadorian sucres"
286
+ :symbol: "ECS"
270
287
  :ECV:
271
288
  :one: "วาเลอร์คอนสแตนต์เอกวาดอร์"
272
- :other: "Ecuadorian units of constant value"
289
+ :symbol: "ECV"
273
290
  :EEK:
274
291
  :one: "ครูนเอสโตเนีย"
275
- :other: "Estonian kroons"
292
+ :symbol: "EEK"
276
293
  :EGP:
277
294
  :one: "ปอนด์อียิปต์"
278
295
  :other: "ปอนด์อียิปต์"
296
+ :symbol: "EGP"
279
297
  :ERN:
280
298
  :one: "แนกฟาเอริเทรีย"
281
299
  :other: "แนกฟาเอริเทรีย"
300
+ :symbol: "ERN"
282
301
  :ESA:
283
302
  :one: "เปเซตาสเปน (บัญชีเอ)"
284
- :other: "Spanish pesetas (A account)"
303
+ :symbol: "ESA"
285
304
  :ESB:
286
305
  :one: "เปเซตาสเปน (บัญชีที่เปลี่ยนแปลงได้)"
287
- :other: "Spanish pesetas (convertible account)"
306
+ :symbol: "ESB"
288
307
  :ESP:
289
308
  :one: "เปเซตาสเปน"
290
- :other: "Spanish pesetas"
291
- :symbol: "₧"
309
+ :symbol: "ESP"
292
310
  :ETB:
293
311
  :one: "เบอรร์เอธิโอเปีย"
294
312
  :other: "เบอรร์เอธิโอเปีย"
313
+ :symbol: "ETB"
295
314
  :EUR:
296
315
  :one: "ยูโร"
297
316
  :other: "ยูโร"
298
317
  :symbol: "€"
299
318
  :FIM:
300
319
  :one: "มาร์กกาฟินแลนด์"
301
- :other: "Finnish markkas"
320
+ :symbol: "FIM"
302
321
  :FJD:
303
322
  :one: "ดอลลาร์ฟิจิ"
304
323
  :other: "ดอลลาร์ฟิจิ"
305
- :symbol: "$"
324
+ :symbol: "FJD"
306
325
  :FKP:
307
326
  :one: "ปอนด์หมู่เกาะฟอล์กแลนด์"
308
327
  :other: "ปอนด์หมู่เกาะฟอล์กแลนด์"
328
+ :symbol: "FKP"
309
329
  :FRF:
310
330
  :one: "ฟรังก์ฝรั่งเศส"
311
- :other: "French francs"
331
+ :symbol: "FRF"
312
332
  :GBP:
313
333
  :one: "ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"
314
334
  :other: "ปอนด์สเตอร์ลิง (สหราชอาณาจักร)"
315
335
  :symbol: "£"
316
336
  :GEK:
317
337
  :one: "คูปอนลาริตจอร์เจีย"
318
- :other: "Georgian kupon larits"
338
+ :symbol: "GEK"
319
339
  :GEL:
320
340
  :one: "ลารีจอร์เจีย"
321
341
  :other: "ลารีจอร์เจีย"
342
+ :symbol: "GEL"
322
343
  :GHC:
323
344
  :one: "เซดีกานา (1979–2007)"
324
- :other: "Ghanaian cedis (1979–2007)"
345
+ :symbol: "GHC"
325
346
  :GHS:
326
347
  :one: "เซดีกานา"
327
348
  :other: "เซดีกานา"
328
- :symbol: ""
349
+ :symbol: "GHS"
329
350
  :GIP:
330
351
  :one: "ปอนด์ยิบรอลตาร์"
331
352
  :other: "ปอนด์ยิบรอลตาร์"
332
- :symbol: "£"
353
+ :symbol: "GIP"
333
354
  :GMD:
334
355
  :one: "ดาลาซีแกมเบีย"
335
356
  :other: "ดาลาซีแกมเบีย"
357
+ :symbol: "GMD"
336
358
  :GNF:
337
359
  :one: "ฟรังก์กินี"
338
360
  :other: "ฟรังก์กินี"
361
+ :symbol: "GNF"
339
362
  :GNS:
340
363
  :one: "ไซลีกินี"
341
- :other: "Guinean sylis"
364
+ :symbol: "GNS"
342
365
  :GQE:
343
366
  :one: "เอ็กเวเลอิเควทอเรียลกินี"
344
- :other: "Equatorial Guinean ekwele"
367
+ :symbol: "GQE"
345
368
  :GRD:
346
369
  :one: "ดรัชมากรีก"
347
- :other: "Greek drachmas"
370
+ :symbol: "GRD"
348
371
  :GTQ:
349
372
  :one: "เควตซัลกัวเตมาลา"
350
373
  :other: "เควตซัลกัวเตมาลา"
374
+ :symbol: "GTQ"
351
375
  :GWE:
352
376
  :one: "เอสคูโดกินีโปรตุเกส"
353
- :other: "Portuguese Guinea escudos"
377
+ :symbol: "GWE"
354
378
  :GWP:
355
379
  :one: "เปโซกินี-บิสเซา"
356
- :other: "Guinea-Bissau pesos"
380
+ :symbol: "GWP"
357
381
  :GYD:
358
382
  :one: "ดอลลาร์กายอานา"
359
383
  :other: "ดอลลาร์กายอานา"
360
- :symbol: "$"
384
+ :symbol: "GYD"
361
385
  :HKD:
362
386
  :one: "ดอลลาร์ฮ่องกง"
363
387
  :other: "ดอลลาร์ฮ่องกง"
@@ -365,30 +389,32 @@
365
389
  :HNL:
366
390
  :one: "เลมปิราฮอนดูรัส"
367
391
  :other: "เลมปิราฮอนดูรัส"
392
+ :symbol: "HNL"
368
393
  :HRD:
369
394
  :one: "ดีนาร์โครเอเชีย"
370
- :other: "Croatian dinars"
395
+ :symbol: "HRD"
371
396
  :HRK:
372
397
  :one: "คูนาโครเอเชีย"
373
398
  :other: "คูนาโครเอเชีย"
399
+ :symbol: "HRK"
374
400
  :HTG:
375
401
  :one: "กูร์ดเฮติ"
376
402
  :other: "กูร์ดเฮติ"
403
+ :symbol: "HTG"
377
404
  :HUF:
378
405
  :one: "ฟอรินต์ฮังการี"
379
406
  :other: "ฟอรินต์ฮังการี"
407
+ :symbol: "HUF"
380
408
  :IDR:
381
409
  :one: "รูเปียห์อินโดนีเซีย"
382
410
  :other: "รูเปียห์อินโดนีเซีย"
411
+ :symbol: "IDR"
383
412
  :IEP:
384
413
  :one: "ปอนด์ไอริช"
385
- :other: "Irish pounds"
414
+ :symbol: "IEP"
386
415
  :ILP:
387
416
  :one: "ปอนด์อิสราเอล"
388
- :other: "Israeli pounds"
389
- :ILR:
390
- :one: "Israeli sheqel (1980–1985)"
391
- :other: "Israeli sheqels (1980–1985)"
417
+ :symbol: "ILP"
392
418
  :ILS:
393
419
  :one: "นิวเชเกลอิสราเอล"
394
420
  :other: "นิวเชเกลอิสราเอล"
@@ -400,25 +426,26 @@
400
426
  :IQD:
401
427
  :one: "ดีนาร์อิรัก"
402
428
  :other: "ดีนาร์อิรัก"
429
+ :symbol: "IQD"
403
430
  :IRR:
404
431
  :one: "เรียลอิหร่าน"
405
432
  :other: "เรียลอิหร่าน"
406
- :ISJ:
407
- :one: "Icelandic króna (1918–1981)"
408
- :other: "Icelandic krónur (1918–1981)"
433
+ :symbol: "IRR"
409
434
  :ISK:
410
435
  :one: "โครนาไอซ์แลนด์"
411
436
  :other: "โครนาไอซ์แลนด์"
437
+ :symbol: "ISK"
412
438
  :ITL:
413
439
  :one: "ลีราอิตาลี"
414
- :other: "Italian liras"
440
+ :symbol: "ITL"
415
441
  :JMD:
416
442
  :one: "ดอลลาร์จาเมกา"
417
443
  :other: "ดอลลาร์จาเมกา"
418
- :symbol: "$"
444
+ :symbol: "JMD"
419
445
  :JOD:
420
446
  :one: "ดีนาร์จอร์แดน"
421
447
  :other: "ดีนาร์จอร์แดน"
448
+ :symbol: "JOD"
422
449
  :JPY:
423
450
  :one: "เยนญี่ปุ่น"
424
451
  :other: "เยนญี่ปุ่น"
@@ -426,25 +453,29 @@
426
453
  :KES:
427
454
  :one: "ชิลลิ่งเคนยา"
428
455
  :other: "ชิลลิ่งเคนยา"
456
+ :symbol: "KES"
429
457
  :KGS:
430
458
  :one: "ซอมคีร์กีซสถาน"
431
459
  :other: "ซอมคีร์กีซสถาน"
460
+ :symbol: "KGS"
432
461
  :KHR:
433
462
  :one: "เรียลกัมพูชา"
434
463
  :other: "เรียลกัมพูชา"
435
- :symbol: ""
464
+ :symbol: "KHR"
436
465
  :KMF:
437
466
  :one: "ฟรังก์คอโมโรส"
438
467
  :other: "ฟรังก์คอโมโรส"
468
+ :symbol: "KMF"
439
469
  :KPW:
440
470
  :one: "วอนเกาหลีเหนือ"
441
471
  :other: "วอนเกาหลีเหนือ"
472
+ :symbol: "KPW"
442
473
  :KRH:
443
474
  :one: "ฮวานเกาหลีใต้ (1953–1962)"
444
- :other: "South Korean hwan (1953–1962)"
475
+ :symbol: "KRH"
445
476
  :KRO:
446
477
  :one: "วอนเกาหลีใต้ (1945–1953)"
447
- :other: "South Korean won (1945–1953)"
478
+ :symbol: "KRO"
448
479
  :KRW:
449
480
  :one: "วอนเกาหลีใต้"
450
481
  :other: "วอนเกาหลีใต้"
@@ -452,161 +483,179 @@
452
483
  :KWD:
453
484
  :one: "ดีนาร์คูเวต"
454
485
  :other: "ดีนาร์คูเวต"
486
+ :symbol: "KWD"
455
487
  :KYD:
456
488
  :one: "ดอลลาร์หมู่เกาะเคย์แมน"
457
489
  :other: "ดอลลาร์หมู่เกาะเคย์แมน"
458
- :symbol: "$"
490
+ :symbol: "KYD"
459
491
  :KZT:
460
492
  :one: "เทงเจคาซัคสถาน"
461
493
  :other: "เทงเจคาซัคสถาน"
462
- :symbol: ""
494
+ :symbol: "KZT"
463
495
  :LAK:
464
496
  :one: "กีบลาว"
465
497
  :other: "กีบลาว"
466
- :symbol: ""
498
+ :symbol: "LAK"
467
499
  :LBP:
468
500
  :one: "ปอนด์เลบานอน"
469
501
  :other: "ปอนด์เลบานอน"
502
+ :symbol: "LBP"
470
503
  :LKR:
471
504
  :one: "รูปีศรีลังกา"
472
505
  :other: "รูปีศรีลังกา"
506
+ :symbol: "LKR"
473
507
  :LRD:
474
508
  :one: "ดอลลาร์ไลบีเรีย"
475
509
  :other: "ดอลลาร์ไลบีเรีย"
476
- :symbol: "$"
510
+ :symbol: "LRD"
477
511
  :LSL:
478
512
  :one: "โลตีเลโซโท"
479
- :other: "Lesotho lotis"
513
+ :symbol: "LSL"
480
514
  :LTL:
481
515
  :one: "ลีตัสลิทัวเนีย"
482
516
  :other: "ลีตัสลิทัวเนีย"
517
+ :symbol: "LTL"
483
518
  :LTT:
484
519
  :one: "ทาโลนัสลิทัวเนีย"
485
- :other: "Lithuanian talonases"
520
+ :symbol: "LTT"
486
521
  :LUC:
487
522
  :one: "คอนเวอร์ทิเบิลฟรังก์ลักเซมเบิร์ก"
488
- :other: "Luxembourgian convertible francs"
523
+ :symbol: "LUC"
489
524
  :LUF:
490
525
  :one: "ฟรังก์ลักเซมเบิร์ก"
491
- :other: "Luxembourgian francs"
526
+ :symbol: "LUF"
492
527
  :LUL:
493
528
  :one: "ไฟแนลเชียลฟรังก์ลักเซมเบิร์ก"
494
- :other: "Luxembourg financial francs"
529
+ :symbol: "LUL"
495
530
  :LVL:
496
531
  :one: "ลัตส์ลัตเวีย"
497
532
  :other: "ลัตส์ลัตเวีย"
533
+ :symbol: "LVL"
498
534
  :LVR:
499
535
  :one: "รูเบิลลัตเวีย"
500
- :other: "Latvian rubles"
536
+ :symbol: "LVR"
501
537
  :LYD:
502
538
  :one: "ดีนาร์ลิเบีย"
503
539
  :other: "ดีนาร์ลิเบีย"
540
+ :symbol: "LYD"
504
541
  :MAD:
505
542
  :one: "ดีแรห์มโมร็อกโก"
506
543
  :other: "ดีแรห์มโมร็อกโก"
544
+ :symbol: "MAD"
507
545
  :MAF:
508
546
  :one: "ฟรังก์โมร็อกโก"
509
- :other: "Moroccan francs"
547
+ :symbol: "MAF"
510
548
  :MCF:
511
549
  :one: "ฟรังก์โมนาโก"
512
- :other: "Monegasque francs"
550
+ :symbol: "MCF"
513
551
  :MDC:
514
552
  :one: "บัตรปันส่วนมอลโดวา"
515
- :other: "Moldovan cupon"
553
+ :symbol: "MDC"
516
554
  :MDL:
517
555
  :one: "ลิวมอลโดวา"
518
556
  :other: "ลิวมอลโดวา"
557
+ :symbol: "MDL"
519
558
  :MGA:
520
559
  :one: "อาเรียรีมาลากาซี"
521
560
  :other: "อาเรียรีมาลากาซี"
561
+ :symbol: "MGA"
522
562
  :MGF:
523
563
  :one: "ฟรังก์มาดากัสการ์"
524
- :other: "Malagasy francs"
564
+ :symbol: "MGF"
525
565
  :MKD:
526
566
  :one: "ดีนาร์มาซิโดเนีย"
527
567
  :other: "ดีนาร์มาซิโดเนีย"
568
+ :symbol: "MKD"
528
569
  :MKN:
529
570
  :one: "ดีนาร์มาซิโดเนีย (1992–1993)"
530
- :other: "Macedonian denari (1992–1993)"
571
+ :symbol: "MKN"
531
572
  :MLF:
532
573
  :one: "ฟรังก์มาลี"
533
- :other: "Malian francs"
574
+ :symbol: "MLF"
534
575
  :MMK:
535
576
  :one: "จ๊าตพม่า"
536
577
  :other: "จ๊าตพม่า"
578
+ :symbol: "MMK"
537
579
  :MNT:
538
580
  :one: "ทูกริกมองโกเลีย"
539
581
  :other: "ทูกริกมองโกเลีย"
540
- :symbol: ""
582
+ :symbol: "MNT"
541
583
  :MOP:
542
584
  :one: "ปาตากามาเก๊า"
543
585
  :other: "ปาตากามาเก๊า"
586
+ :symbol: "MOP"
544
587
  :MRO:
545
588
  :one: "อูกียามอริเตเนีย"
546
589
  :other: "อูกียามอริเตเนีย"
590
+ :symbol: "MRO"
547
591
  :MTL:
548
592
  :one: "ลีรามอลตา"
549
- :other: "Maltese lira"
593
+ :symbol: "MTL"
550
594
  :MTP:
551
595
  :one: "ปอนด์มอลตา"
552
- :other: "Maltese pounds"
596
+ :symbol: "MTP"
553
597
  :MUR:
554
598
  :one: "รูปีมอริเชียส"
555
599
  :other: "รูปีมอริเชียส"
556
- :MVP:
557
- :one: "Maldivian rupee"
558
- :other: "Maldivian rupees"
600
+ :symbol: "MUR"
559
601
  :MVR:
560
602
  :one: "รูฟิยามัลดีฟส์"
561
603
  :other: "รูฟิยามัลดีฟส์"
604
+ :symbol: "MVR"
562
605
  :MWK:
563
606
  :one: "ควาชามาลาวี"
564
607
  :other: "ควาชามาลาวี"
608
+ :symbol: "MWK"
565
609
  :MXN:
566
610
  :one: "เปโซเม็กซิโก"
567
611
  :other: "เปโซเม็กซิโก"
568
612
  :symbol: "MX$"
569
613
  :MXP:
570
614
  :one: "เงินเปโซเม็กซิโก (1861–1992)"
571
- :other: "Mexican silver pesos (1861–1992)"
615
+ :symbol: "MXP"
572
616
  :MXV:
573
617
  :one: "ยูนิแดด ดี อินเวอร์ชั่น เม็กซิโก"
574
- :other: "Mexican investment units"
618
+ :symbol: "MXV"
575
619
  :MYR:
576
620
  :one: "ริงกิตมาเลเซีย"
577
621
  :other: "ริงกิตมาเลเซีย"
622
+ :symbol: "MYR"
578
623
  :MZE:
579
624
  :one: "เอสคูโดโมซัมบิก"
580
- :other: "Mozambican escudos"
625
+ :symbol: "MZE"
581
626
  :MZM:
582
627
  :one: "เมติคัลโมซัมบิกเก่า"
583
- :other: "Mozambican meticals (1980–2006)"
628
+ :symbol: "MZM"
584
629
  :MZN:
585
630
  :one: "เมติคัลโมซัมบิก"
586
631
  :other: "เมติคัลโมซัมบิก"
632
+ :symbol: "MZN"
587
633
  :NAD:
588
634
  :one: "ดอลลาร์นามิเบีย"
589
635
  :other: "ดอลลาร์นามิเบีย"
590
- :symbol: "$"
636
+ :symbol: "NAD"
591
637
  :NGN:
592
638
  :one: "ไนราไนจีเรีย"
593
639
  :other: "ไนราไนจีเรีย"
594
- :symbol: ""
640
+ :symbol: "NGN"
595
641
  :NIC:
596
642
  :one: "คอร์โดบานิการากัว"
597
- :other: "Nicaraguan córdobas (1988–1991)"
643
+ :symbol: "NIC"
598
644
  :NIO:
599
645
  :one: "กอร์โดบานิการากัว"
600
646
  :other: "กอร์โดบานิการากัว"
647
+ :symbol: "NIO"
601
648
  :NLG:
602
649
  :one: "กิลเดอร์เนเธอร์แลนด์"
603
- :other: "Dutch guilders"
650
+ :symbol: "NLG"
604
651
  :NOK:
605
652
  :one: "โครนนอร์เวย์"
606
653
  :other: "โครนนอร์เวย์"
654
+ :symbol: "NOK"
607
655
  :NPR:
608
656
  :one: "รูปีเนปาล"
609
657
  :other: "รูปีเนปาล"
658
+ :symbol: "NPR"
610
659
  :NZD:
611
660
  :one: "ดอลลาร์นิวซีแลนด์"
612
661
  :other: "ดอลลาร์นิวซีแลนด์"
@@ -614,169 +663,193 @@
614
663
  :OMR:
615
664
  :one: "เรียลโอมาน"
616
665
  :other: "เรียลโอมาน"
666
+ :symbol: "OMR"
617
667
  :PAB:
618
668
  :one: "บัลบัวปานามา"
619
669
  :other: "บัลบัวปานามา"
670
+ :symbol: "PAB"
620
671
  :PEI:
621
672
  :one: "อินตีเปรู"
622
- :other: "Peruvian intis"
673
+ :symbol: "PEI"
623
674
  :PEN:
624
675
  :one: "นูโวซอลเปรู"
625
676
  :other: "นูโวซอลเปรู"
677
+ :symbol: "PEN"
626
678
  :PES:
627
679
  :one: "ซอลเปรู"
628
- :other: "Peruvian soles (1863–1965)"
680
+ :symbol: "PES"
629
681
  :PGK:
630
682
  :one: "กีนาปาปัวนิวกินี"
631
683
  :other: "กีนาปาปัวนิวกินี"
684
+ :symbol: "PGK"
632
685
  :PHP:
633
686
  :one: "เปโซฟิลิปปินส์"
634
687
  :other: "เปโซฟิลิปปินส์"
635
- :symbol: ""
688
+ :symbol: "PHP"
636
689
  :PKR:
637
690
  :one: "รูปีปากีสถาน"
638
691
  :other: "รูปีปากีสถาน"
692
+ :symbol: "PKR"
639
693
  :PLN:
640
694
  :one: "ซลอตีโปแลนด์"
641
695
  :other: "ซลอตีโปแลนด์"
696
+ :symbol: "PLN"
642
697
  :PLZ:
643
698
  :one: "ซลอตีโปแลนด์ (1950–1995)"
644
- :other: "Polish zlotys (PLZ)"
699
+ :symbol: "PLZ"
645
700
  :PTE:
646
701
  :one: "เอสคูโดโปรตุเกส"
647
- :other: "Portuguese escudos"
702
+ :symbol: "PTE"
648
703
  :PYG:
649
704
  :one: "กวารานีปารากวัย"
650
705
  :other: "กวารานีปารากวัย"
651
- :symbol: ""
706
+ :symbol: "PYG"
652
707
  :QAR:
653
708
  :one: "เรียลกาตาร์"
654
709
  :other: "เรียลกาตาร์"
710
+ :symbol: "QAR"
655
711
  :RHD:
656
712
  :one: "ดอลลาร์โรดีเซีย"
657
- :other: "Rhodesian dollars"
713
+ :symbol: "RHD"
658
714
  :ROL:
659
715
  :one: "ลิวโรมาเนียเก่า"
660
- :other: "Romanian Lei (1952–2006)"
716
+ :symbol: "ROL"
661
717
  :RON:
662
718
  :one: "ลิวโรมาเนีย"
663
719
  :other: "ลิวโรมาเนีย"
720
+ :symbol: "RON"
664
721
  :RSD:
665
722
  :one: "ดีนาร์เซอร์เบีย"
666
723
  :other: "ดีนาร์เซอร์เบีย"
724
+ :symbol: "RSD"
667
725
  :RUB:
668
726
  :one: "รูเบิลรัสเซีย"
669
727
  :other: "รูเบิลรัสเซีย"
728
+ :symbol: "RUB"
670
729
  :RUR:
671
730
  :one: "รูเบิลรัสเซีย (1991–1998)"
672
- :other: "Russian rubles (1991–1998)"
673
- :symbol: "р."
731
+ :symbol: "RUR"
674
732
  :RWF:
675
733
  :one: "ฟรังก์รวันดา"
676
734
  :other: "ฟรังก์รวันดา"
735
+ :symbol: "RWF"
677
736
  :SAR:
678
737
  :one: "ริยัลซาอุดีอาระเบีย"
679
738
  :other: "ริยัลซาอุดีอาระเบีย"
739
+ :symbol: "SAR"
680
740
  :SBD:
681
741
  :one: "ดอลลาร์หมู่เกาะโซโลมอน"
682
742
  :other: "ดอลลาร์หมู่เกาะโซโลมอน"
683
- :symbol: "$"
743
+ :symbol: "SBD"
684
744
  :SCR:
685
745
  :one: "รูปีเซเชลส์"
686
746
  :other: "รูปีเซเชลส์"
747
+ :symbol: "SCR"
687
748
  :SDD:
688
749
  :one: "ดีนาร์ซูดานเก่า"
689
- :other: "Sudanese dinars (1992–2007)"
750
+ :symbol: "SDD"
690
751
  :SDG:
691
752
  :one: "ปอนด์ซูดาน"
692
753
  :other: "ปอนด์ซูดาน"
754
+ :symbol: "SDG"
693
755
  :SDP:
694
756
  :one: "ปอนด์ซูดานเก่า"
695
- :other: "Sudanese pounds (1957–1998)"
757
+ :symbol: "SDP"
696
758
  :SEK:
697
759
  :one: "โครนาสวีเดน"
698
760
  :other: "โครนาสวีเดน"
761
+ :symbol: "SEK"
699
762
  :SGD:
700
763
  :one: "ดอลลาร์สิงคโปร์"
701
764
  :other: "ดอลลาร์สิงคโปร์"
702
- :symbol: "$"
765
+ :symbol: "SGD"
703
766
  :SHP:
704
767
  :one: "ปอนด์เซนต์เฮเลนา"
705
768
  :other: "ปอนด์เซนต์เฮเลนา"
769
+ :symbol: "SHP"
706
770
  :SIT:
707
771
  :one: "ทอลาร์สโลวีเนีย"
708
- :other: "Slovenian tolars"
772
+ :symbol: "SIT"
709
773
  :SKK:
710
774
  :one: "โครูนาสโลวัก"
711
- :other: "Slovak korunas"
775
+ :symbol: "SKK"
712
776
  :SLL:
713
777
  :one: "ลีโอนเซียร์ราลีโอน"
714
778
  :other: "ลีโอนเซียร์ราลีโอน"
779
+ :symbol: "SLL"
715
780
  :SOS:
716
781
  :one: "ชิลลิงโซมาเลีย"
717
782
  :other: "ชิลลิงโซมาเลีย"
783
+ :symbol: "SOS"
718
784
  :SRD:
719
785
  :one: "ดอลลาร์ซูรินาเม"
720
786
  :other: "ดอลลาร์ซูรินาเม"
721
- :symbol: "$"
787
+ :symbol: "SRD"
722
788
  :SRG:
723
789
  :one: "กิลเดอร์ซูรินาเม"
724
- :other: "Surinamese guilders"
790
+ :symbol: "SRG"
725
791
  :SSP:
726
792
  :one: "ปอนด์ซูดานใต้"
727
793
  :other: "ปอนด์ซูดานใต้"
728
- :symbol: "£"
794
+ :symbol: "SSP"
729
795
  :STD:
730
796
  :one: "ดอบราเซาตูเมและปรินซิปี"
731
797
  :other: "ดอบราเซาตูเมและปรินซิปี"
798
+ :symbol: "STD"
732
799
  :SUR:
733
800
  :one: "รูเบิลโซเวียต"
734
- :other: "Soviet roubles"
801
+ :symbol: "SUR"
735
802
  :SVC:
736
803
  :one: "โคลอนเอลซัลวาดอร์"
737
- :other: "Salvadoran colones"
804
+ :symbol: "SVC"
738
805
  :SYP:
739
806
  :one: "ปอนด์ซีเรีย"
740
807
  :other: "ปอนด์ซีเรีย"
808
+ :symbol: "SYP"
741
809
  :SZL:
742
810
  :one: "ลิลันเจนีสวาซิ"
743
811
  :other: "ลิลันเจนีสวาซิ"
812
+ :symbol: "SZL"
744
813
  :THB:
745
814
  :one: "บาทไทย"
746
815
  :other: "บาทไทย"
747
- :symbol: "฿"
816
+ :symbol: "THB"
748
817
  :TJR:
749
818
  :one: "รูเบิลทาจิกิสถาน"
750
- :other: "Tajikistani rubles"
819
+ :symbol: "TJR"
751
820
  :TJS:
752
821
  :one: "โซโมนิทาจิกิสถาน"
753
822
  :other: "โซโมนิทาจิกิสถาน"
823
+ :symbol: "TJS"
754
824
  :TMM:
755
825
  :one: "มานัตเติร์กเมนิสถาน (1993–2009)"
756
- :other: "Turkmenistani manat (1993–2009)"
826
+ :symbol: "TMM"
757
827
  :TMT:
758
828
  :one: "มานัตเติร์กเมนิสถาน"
759
829
  :other: "มานัตเติร์กเมนิสถาน"
830
+ :symbol: "TMT"
760
831
  :TND:
761
832
  :one: "ดีนาร์ตูนิเซีย"
762
833
  :other: "ดีนาร์ตูนิเซีย"
834
+ :symbol: "TND"
763
835
  :TOP:
764
836
  :one: "พาแองกาตองกา"
765
837
  :other: "พาแองกาตองกา"
838
+ :symbol: "TOP"
766
839
  :TPE:
767
840
  :one: "เอสคูโดติมอร์"
768
- :other: "Timorese escudos"
841
+ :symbol: "TPE"
769
842
  :TRL:
770
843
  :one: "ลีราตุรกีเก่า"
771
- :other: "Turkish Lira (1922–2005)"
844
+ :symbol: "TRL"
772
845
  :TRY:
773
846
  :one: "ลีราตุรกี"
774
847
  :other: "ลีราตุรกี"
775
- :symbol: ""
848
+ :symbol: "TRY"
776
849
  :TTD:
777
850
  :one: "ดอลลาร์ตรินิแดดและโตเบโก"
778
851
  :other: "ดอลลาร์ตรินิแดดและโตเบโก"
779
- :symbol: "$"
852
+ :symbol: "TTD"
780
853
  :TWD:
781
854
  :one: "ดอลลาร์ไต้หวันใหม่"
782
855
  :other: "ดอลลาร์ไต้หวันใหม่"
@@ -784,19 +857,21 @@
784
857
  :TZS:
785
858
  :one: "ชิลลิงแทนซาเนีย"
786
859
  :other: "ชิลลิงแทนซาเนีย"
860
+ :symbol: "TZS"
787
861
  :UAH:
788
862
  :one: "ฮรีฟเนียยูเครน"
789
863
  :other: "ฮรีฟเนียยูเครน"
790
- :symbol: ""
864
+ :symbol: "UAH"
791
865
  :UAK:
792
866
  :one: "คาร์โบวาเนตซ์ยูเครน"
793
- :other: "Ukrainian karbovantsiv"
867
+ :symbol: "UAK"
794
868
  :UGS:
795
869
  :one: "ชิลลิงยูกันดา (1966–1987)"
796
- :other: "Ugandan shillings (1966–1987)"
870
+ :symbol: "UGS"
797
871
  :UGX:
798
872
  :one: "ชิลลิงยูกันดา"
799
873
  :other: "ชิลลิงยูกันดา"
874
+ :symbol: "UGX"
800
875
  :USD:
801
876
  :one: "ดอลลาร์สหรัฐ"
802
877
  :other: "ดอลลาร์สหรัฐ"
@@ -804,150 +879,160 @@
804
879
  :USN:
805
880
  :one: "ดอลลาร์สหรัฐ (วันถัดไป)"
806
881
  :other: "ดอลลาร์สหรัฐ (วันถัดไป)"
882
+ :symbol: "USN"
807
883
  :USS:
808
884
  :one: "ดอลลาร์สหรัฐ (วันเดียวกัน)"
809
885
  :other: "ดอลลาร์สหรัฐ (วันเดียวกัน)"
886
+ :symbol: "USS"
810
887
  :UYI:
811
888
  :one: "เปโซเอนยูนิแดดเซสอินเด็กซาแดสอุรุกวัย"
812
- :other: "Uruguayan pesos (indexed units)"
889
+ :symbol: "UYI"
813
890
  :UYP:
814
891
  :one: "เปโซอุรุกวัย (1975–1993)"
815
- :other: "Uruguayan pesos (1975–1993)"
892
+ :symbol: "UYP"
816
893
  :UYU:
817
894
  :one: "เปโซอุรุกวัย"
818
895
  :other: "เปโซอุรุกวัย"
819
- :symbol: "$"
896
+ :symbol: "UYU"
820
897
  :UZS:
821
898
  :one: "ซอมอุซเบกิสถาน"
822
899
  :other: "ซอมอุซเบกิสถาน"
900
+ :symbol: "UZS"
823
901
  :VEB:
824
902
  :one: "โบลิวาร์เวเนซุเอลา (1871–2008)"
825
- :other: "Venezuelan bolívars (1871–2008)"
903
+ :symbol: "VEB"
826
904
  :VEF:
827
905
  :one: "โบลิวาร์เวเนซุเอลา"
828
906
  :other: "โบลิวาร์เวเนซุเอลา"
907
+ :symbol: "VEF"
829
908
  :VND:
830
909
  :one: "ดองเวียดนาม"
831
910
  :other: "ดองเวียดนาม"
832
911
  :symbol: "₫"
833
912
  :VNN:
834
913
  :one: "ดองเวียดนาม (1978–1985)"
835
- :other: "Vietnamese dong (1978–1985)"
914
+ :symbol: "VNN"
836
915
  :VUV:
837
916
  :one: "วาตูวานูอาตู"
838
917
  :other: "วาตูวานูอาตู"
918
+ :symbol: "VUV"
839
919
  :WST:
840
920
  :one: "ทาลาซามัว"
841
921
  :other: "ทาลาซามัว"
922
+ :symbol: "WST"
842
923
  :XAF:
843
924
  :one: "ฟรังก์เซฟาธนาคารรัฐแอฟริกากลาง"
844
925
  :other: "ฟรังก์เซฟาธนาคารรัฐแอฟริกากลาง"
845
926
  :symbol: "FCFA"
846
927
  :XAG:
847
928
  :one: "เงิน"
848
- :other: "troy ounces of silver"
929
+ :symbol: "XAG"
849
930
  :XAU:
850
931
  :one: "ทอง"
851
- :other: "troy ounces of gold"
932
+ :symbol: "XAU"
852
933
  :XBA:
853
934
  :one: "หน่วยคอมโพสิตยุโรป"
854
- :other: "European composite units"
935
+ :symbol: "XBA"
855
936
  :XBB:
856
937
  :one: "หน่วยโมเนทารียุโรป"
857
- :other: "European monetary units"
938
+ :symbol: "XBB"
858
939
  :XBC:
859
940
  :one: "หน่วยบัญชียุโรป [XBC]"
860
- :other: "European units of account (XBC)"
941
+ :symbol: "XBC"
861
942
  :XBD:
862
943
  :one: "หน่วยบัญชียุโรป [XBD]"
863
- :other: "European units of account (XBD)"
944
+ :symbol: "XBD"
864
945
  :XCD:
865
946
  :one: "ดอลลาร์แคริบเบียนตะวันออก"
866
947
  :other: "ดอลลาร์แคริบเบียนตะวันออก"
867
948
  :symbol: "EC$"
868
949
  :XDR:
869
950
  :one: "สิทธิถอนเงินพิเศษ"
870
- :other: "special drawing rights"
951
+ :symbol: "XDR"
871
952
  :XEU:
872
953
  :one: "หน่วยสกุลเงินยุโรป"
873
- :other: "European currency units"
954
+ :symbol: "XEU"
874
955
  :XFO:
875
956
  :one: "ฟรังก์ทองฝรั่งเศส"
876
- :other: "French gold francs"
957
+ :symbol: "XFO"
877
958
  :XFU:
878
959
  :one: "ฟรังก์ยูไอซีฝรั่งเศส"
879
- :other: "French UIC-francs"
960
+ :symbol: "XFU"
880
961
  :XOF:
881
962
  :one: "ฟรังก์เซฟาธนาคารกลางรัฐแอฟริกาตะวันตก"
882
963
  :other: "ฟรังก์เซฟาธนาคารกลางรัฐแอฟริกาตะวันตก"
883
964
  :symbol: "CFA"
884
965
  :XPD:
885
966
  :one: "พัลเลเดียม"
886
- :other: "troy ounces of palladium"
967
+ :symbol: "XPD"
887
968
  :XPF:
888
969
  :one: "ฟรังก์ซีเอฟพี"
889
970
  :other: "ฟรังก์ซีเอฟพี"
890
971
  :symbol: "CFPF"
891
972
  :XPT:
892
973
  :one: "แพลตินัม"
893
- :other: "troy ounces of platinum"
974
+ :symbol: "XPT"
894
975
  :XRE:
895
976
  :one: "กองทุนไรเน็ต"
896
- :other: "RINET Funds units"
977
+ :symbol: "XRE"
897
978
  :XSU:
898
979
  :one: "ซูเกร"
899
- :other: "Sucres"
980
+ :symbol: "XSU"
900
981
  :XTS:
901
982
  :one: "รหัสทดสอบสกุลเงิน"
902
- :other: "Testing Currency units"
983
+ :symbol: "XTS"
903
984
  :XUA:
904
985
  :one: "หน่วยบัญชี เอดีบี"
905
- :other: "ADB units of account"
986
+ :symbol: "XUA"
906
987
  :XXX:
907
988
  :one: "สกุลเงินที่ไม่รู้จัก"
908
989
  :other: "(สกุลเงินที่ไม่รู้จัก)"
990
+ :symbol: "XXX"
909
991
  :YDD:
910
992
  :one: "ดีนาร์เยเมน"
911
- :other: "Yemeni dinars"
993
+ :symbol: "YDD"
912
994
  :YER:
913
995
  :one: "เรียลเยเมน"
914
996
  :other: "เรียลเยเมน"
997
+ :symbol: "YER"
915
998
  :YUD:
916
999
  :one: "ฮาร์ดดีนาร์ยูโกสลาเวีย"
917
- :other: "Yugoslavian hard dinars (1966–1990)"
1000
+ :symbol: "YUD"
918
1001
  :YUM:
919
1002
  :one: "โนวิย์ดีนาร์ยูโกสลาเวีย"
920
- :other: "Yugoslavian new dinars (1994–2002)"
1003
+ :symbol: "YUM"
921
1004
  :YUN:
922
1005
  :one: "คอนเวอร์ทิเบิลดีนาร์ยูโกสลาเวีย"
923
- :other: "Yugoslavian convertible dinars (1990–1992)"
1006
+ :symbol: "YUN"
924
1007
  :YUR:
925
1008
  :one: "ดีนาร์ปฏิรูปยูโกสลาเวีย (1992–1993)"
926
- :other: "Yugoslavian reformed dinars (1992–1993)"
1009
+ :symbol: "YUR"
927
1010
  :ZAL:
928
1011
  :one: "แรนด์แอฟริกาใต้ (การเงิน)"
929
- :other: "South African rands (financial)"
1012
+ :symbol: "ZAL"
930
1013
  :ZAR:
931
1014
  :one: "แรนด์แอฟริกาใต้"
932
1015
  :other: "แรนด์แอฟริกาใต้"
1016
+ :symbol: "ZAR"
933
1017
  :ZMK:
934
1018
  :one: "ควาชาแซมเบีย (1968–2012)"
935
- :other: "Zambian kwachas (1968–2012)"
1019
+ :symbol: "ZMK"
936
1020
  :ZMW:
937
1021
  :one: "ควาชาแซมเบีย"
938
1022
  :other: "ควาชาแซมเบีย"
1023
+ :symbol: "ZMW"
939
1024
  :ZRN:
940
1025
  :one: "นิวแซร์คองโก"
941
- :other: "Zairean new zaires (1993–1998)"
1026
+ :symbol: "ZRN"
942
1027
  :ZRZ:
943
1028
  :one: "แซร์คองโก"
944
- :other: "Zairean zaires (1971–1993)"
1029
+ :symbol: "ZRZ"
945
1030
  :ZWD:
946
1031
  :one: "ดอลลาร์ซิมบับเว"
947
- :other: "Zimbabwean dollars (1980–2008)"
1032
+ :symbol: "ZWD"
948
1033
  :ZWL:
949
1034
  :one: "ดอลลาร์ซิมบับเว (2009)"
950
- :other: "Zimbabwean dollars (2009)"
1035
+ :symbol: "ZWL"
951
1036
  :ZWR:
952
1037
  :one: "ดอลลาร์ซิมบับเว (2008)"
953
- :other: "Zimbabwean dollars (2008)"
1038
+ :symbol: "ZWR"