@tolgee/ngx 2.5.2 → 2.7.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/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# Tolgee for Angular
|
|
1
2
|

|
|
2
3
|

|
|
3
4
|

|
|
@@ -5,8 +6,6 @@
|
|
|
5
6
|
[](https://twitter.com/Tolgee_i18n)
|
|
6
7
|
[](https://github.com/tolgee/tolgee-js)
|
|
7
8
|
|
|
8
|
-
# Tolgee for Angular
|
|
9
|
-
|
|
10
9
|
[<img src="https://raw.githubusercontent.com/tolgee/documentation/main/tolgee_logo_text.svg" alt="Tolgee" width="200" />](https://tolgee.io)
|
|
11
10
|
|
|
12
11
|
Lokalize (translate) your Angular app to multiple languages with Tolgee. For more information about using Tolgee with
|
package/package.json
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"url": "https://github.com/tolgee/tolgee-js"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@tolgee/core": "^2.
|
|
9
|
+
"@tolgee/core": "^2.7.0",
|
|
10
10
|
"tslib": "^2.3.0"
|
|
11
11
|
},
|
|
12
|
-
"version": "2.
|
|
12
|
+
"version": "2.7.0",
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"directory": "../../dist/ngx-tolgee",
|
|
15
15
|
"access": "public"
|