@cloudflare/intl-core
Advanced tools
Comparing version 1.4.23 to 1.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.5.0](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.4.23...@cloudflare/intl-core@1.5.0) (2020-05-28) | ||
### Features | ||
* **chart-time:** UI-3483: bumping d3-time-format dependency ([f33af8b](http://stash.cfops.it:7999/fe/stratus/commits/f33af8b)) | ||
## [1.4.23](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/intl-core@1.4.21...@cloudflare/intl-core@1.4.23) (2020-04-27) | ||
@@ -8,0 +19,0 @@ |
@@ -7,3 +7,7 @@ import { TranslationPrepareResult } from './prepare'; | ||
fr_FR = "fr-FR", | ||
ja_JP = "ja-JP" | ||
ja_JP = "ja-JP", | ||
es_ES = "es-ES", | ||
ko_KR = "ko-KR", | ||
pt_BR = "pt-BR", | ||
zh_TW = "zh-TW" | ||
} | ||
@@ -10,0 +14,0 @@ export declare type Locale = SupportedLocales; |
@@ -10,2 +10,6 @@ export var SupportedLocales; // A Locale is the string actually used in the frontend, like 'en-US' | ||
SupportedLocales["ja_JP"] = "ja-JP"; | ||
SupportedLocales["es_ES"] = "es-ES"; | ||
SupportedLocales["ko_KR"] = "ko-KR"; | ||
SupportedLocales["pt_BR"] = "pt-BR"; | ||
SupportedLocales["zh_TW"] = "zh-TW"; | ||
})(SupportedLocales || (SupportedLocales = {})); |
@@ -18,2 +18,6 @@ "use strict"; | ||
SupportedLocales["ja_JP"] = "ja-JP"; | ||
SupportedLocales["es_ES"] = "es-ES"; | ||
SupportedLocales["ko_KR"] = "ko-KR"; | ||
SupportedLocales["pt_BR"] = "pt-BR"; | ||
SupportedLocales["zh_TW"] = "zh-TW"; | ||
})(SupportedLocales || (exports.SupportedLocales = SupportedLocales = {})); |
{ | ||
"name": "@cloudflare/intl-core", | ||
"description": "", | ||
"version": "1.4.23", | ||
"version": "1.5.0", | ||
"types": "./dist/index.d.ts", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "3a5a556f3392b3c8b6e35a7857a39f05ac1bb7eb" | ||
"gitHead": "429a41f596b252143d6c0e879400ee2caf195b69" | ||
} |
51744
926