@dialpad/i18n 1.26.0 → 1.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/README.md +2 -3
- package/package.json +2 -2
package/docs/README.md
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
This package contains all the logic needed to handle i18n for a Dialpad
|
|
8
8
|
application extending from the common logic existing in the base locale manager
|
|
9
9
|
that you can find about on the
|
|
10
|
-
[i18n-services documentation](../../i18n-services/docs/README.md),
|
|
11
|
-
different bundle sources.
|
|
10
|
+
[i18n-goblin-services documentation](../../i18n-goblin-services/docs/README.md),
|
|
11
|
+
based on different bundle sources.
|
|
12
12
|
|
|
13
13
|
## How it works
|
|
14
14
|
|
|
@@ -760,4 +760,3 @@ github action when a PR to main is merged.
|
|
|
760
760
|
- [I18n best practices](https://localization.blog/2022/05/16/i18n-best-practices-keep-it-together/)
|
|
761
761
|
- [i18n-goblin-core docs](../../i18n-goblin-core/docs/README.md)
|
|
762
762
|
- [i18n-goblin-services docs](../../i18n-goblin-services/docs/README.md)
|
|
763
|
-
- [i18n-services docs (deprecated)](../../i18n-services/docs/README.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/i18n",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Internationalization library for Vue 3 apps using Mozilla's Fluent syntax, with locale management, translation bundle loading, and CLI tools for translation workflows",
|
|
6
6
|
"keywords": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@dialpad/i18n-goblin-core": "1.2.1",
|
|
26
|
-
"@dialpad/i18n-goblin-services": "1.
|
|
26
|
+
"@dialpad/i18n-goblin-services": "1.6.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@vitejs/plugin-vue": "~6.0.5",
|