@refinitiv-ui/i18n
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.1.4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/i18n@5.1.3...@refinitiv-ui/i18n@5.1.4) (2021-09-15) | ||
**Note:** Version bump only for package @refinitiv-ui/i18n | ||
## [5.1.3](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/i18n@5.1.2...@refinitiv-ui/i18n@5.1.3) (2021-09-13) | ||
@@ -8,0 +16,0 @@ |
@@ -1,6 +0,5 @@ | ||
declare const DEFAULT_LOCALE = "en-GB"; | ||
export { TranslateOptions, TranslateMessage, TranslateParams, UnicodeExtensions, MessageFormats, MessageOptions } from './types'; | ||
export { LangObserverCallback, LangAttributeObserver } from './lang-attribute-observer'; | ||
export { t, clearCache, resolveLocale, clearCachedRecord } from './translate'; | ||
export { DEFAULT_LOCALE }; | ||
export { DEFAULT_LOCALE } from './constants'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,5 +0,4 @@ | ||
const DEFAULT_LOCALE = 'en-GB'; | ||
export { LangAttributeObserver } from './lang-attribute-observer'; | ||
export { t, clearCache, resolveLocale, clearCachedRecord } from './translate'; | ||
export { DEFAULT_LOCALE }; | ||
export { DEFAULT_LOCALE } from './constants'; | ||
//# sourceMappingURL=index.js.map |
import { Phrasebook } from '@refinitiv-ui/phrasebook'; | ||
import { supportedLocales } from '@formatjs/intl-utils'; | ||
import { DEFAULT_LOCALE } from './index'; | ||
import { DEFAULT_LOCALE } from './constants'; | ||
import { Memoiser } from './memoiser'; | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "@refinitiv-ui/i18n", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"description": "i18n support for Web Components", | ||
@@ -35,3 +35,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "f6868e9bcf3d8e268a2c4e89824d83de1874e5dc" | ||
"gitHead": "ff2bf7cd08e62f053f70d363f3f68722b7205fda" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35554
22
507