@lion/localize
Advanced tools
Comparing version 0.20.1 to 0.20.2
# Change Log | ||
## 0.20.2 | ||
### Patch Changes | ||
- 84131205: use mdjs-preview in docs for lit compatibility | ||
- Updated dependencies [84131205] | ||
- @lion/core@0.18.1 | ||
## 0.20.1 | ||
@@ -4,0 +12,0 @@ |
@@ -15,3 +15,3 @@ # Systems >> Localize >> Format Dates ||40 | ||
```js script | ||
import { css, html } from '@lion/core'; | ||
import { css, html } from '@mdjs/mdjs-preview'; | ||
import { formatNumber, formatNumberToParts, formatDate } from '@lion/localize'; | ||
@@ -18,0 +18,0 @@ import allLocales from './assets/all-locales.js'; |
@@ -15,3 +15,3 @@ # Systems >> Localize >> Format Numbers ||30 | ||
```js script | ||
import { html, css } from '@lion/core'; | ||
import { html, css } from '@mdjs/mdjs-preview'; | ||
import { formatNumber, formatNumberToParts } from '@lion/localize'; | ||
@@ -18,0 +18,0 @@ import allLocales from './assets/all-locales.js'; |
@@ -12,3 +12,3 @@ # Systems >> Localize >> Overview ||10 | ||
Further examples and a more in depth description can be found at the [Features Page](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/localize/features.md). | ||
Further examples and a more in depth description can be found at the [Features Page](https://github.com/ing-bank/lion/blob/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/docs/systems/localize/features.md). | ||
@@ -19,5 +19,5 @@ ## Content | ||
| ---------------------------------------- | --------------------------------------------- | | ||
| [Translate Text](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/localize/text.md) | Load and translate text in multiple languages | | ||
| [Format Numbers](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/localize/numbers.md) | Format numbers in multiple languages | | ||
| [Format Dates](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/localize/dates.md) | Format dates in multiple languages | | ||
| [Translate Text](https://github.com/ing-bank/lion/blob/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/docs/systems/localize/text.md) | Load and translate text in multiple languages | | ||
| [Format Numbers](https://github.com/ing-bank/lion/blob/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/docs/systems/localize/numbers.md) | Format numbers in multiple languages | | ||
| [Format Dates](https://github.com/ing-bank/lion/blob/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/docs/systems/localize/dates.md) | Format dates in multiple languages | | ||
@@ -24,0 +24,0 @@ ## Installation |
@@ -6,3 +6,3 @@ # Systems >> Localize >> Translate Text ||20 | ||
```js script | ||
import { html, render, LitElement } from '@lion/core'; | ||
import { html, render, LitElement } from '@mdjs/mdjs-preview'; | ||
import { localize, formatNumber, formatDate, LocalizeMixin } from '@lion/localize'; | ||
@@ -9,0 +9,0 @@ import '@lion/helpers/define'; |
{ | ||
"name": "@lion/localize", | ||
"version": "0.20.1", | ||
"version": "0.20.2", | ||
"description": "The localization system helps to manage localization data split into locales and automate its loading", | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
"@bundled-es-modules/message-format": "6.0.4", | ||
"@lion/core": "0.18.0", | ||
"@lion/core": "0.18.1", | ||
"singleton-manager": "1.4.2" | ||
@@ -40,0 +40,0 @@ }, |
@@ -12,3 +12,3 @@ # Systems >> Localize >> Overview ||10 | ||
Further examples and a more in depth description can be found at the [Features Page](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/localize/features.md). | ||
Further examples and a more in depth description can be found at the [Features Page](https://github.com/ing-bank/lion/blob/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/docs/systems/localize/features.md). | ||
@@ -19,5 +19,5 @@ ## Content | ||
| ---------------------------------------- | --------------------------------------------- | | ||
| [Translate Text](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/localize/text.md) | Load and translate text in multiple languages | | ||
| [Format Numbers](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/localize/numbers.md) | Format numbers in multiple languages | | ||
| [Format Dates](https://github.com/ing-bank/lion/blob/8a322836ce238bd09d6c73f1a947d130e01cb697/docs/docs/systems/localize/dates.md) | Format dates in multiple languages | | ||
| [Translate Text](https://github.com/ing-bank/lion/blob/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/docs/systems/localize/text.md) | Load and translate text in multiple languages | | ||
| [Format Numbers](https://github.com/ing-bank/lion/blob/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/docs/systems/localize/numbers.md) | Format numbers in multiple languages | | ||
| [Format Dates](https://github.com/ing-bank/lion/blob/0895af24d06146a1ccf9c3904ca18b8a9131efd6/docs/docs/systems/localize/dates.md) | Format dates in multiple languages | | ||
@@ -24,0 +24,0 @@ ## Installation |
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
253056
+ Added@lion/core@0.18.1(transitive)
- Removed@lion/core@0.18.0(transitive)
Updated@lion/core@0.18.1