@tolgee/ngx 3.1.1 → 3.2.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
 
9
9
  [<img src="https://raw.githubusercontent.com/tolgee/documentation/main/tolgee_logo_text.svg" alt="Tolgee" width="200" />](https://tolgee.io)
10
10
 
11
- Lokalize (translate) your Angular app to multiple languages with Tolgee. For more information about using Tolgee with
12
- angular, visit our [documentation website](https://toolkit.tolgee.io/docs/web/using_with_angular/installation).
11
+ Localize (translate) your Angular app to multiple languages with Tolgee. For more information about using Tolgee with
12
+ Angular, visit our [documentation website](https://toolkit.tolgee.io/docs/web/using_with_angular/installation).
13
13
  Integration of Tolgee is extremely simple! 🇯🇵 🇰🇷 🇩🇪 🇨🇳 🇺🇸 🇫🇷 🇪🇸 🇮🇹 🇷🇺 🇬🇧
14
14
 
15
15
  ## Features
@@ -82,7 +82,7 @@ this.translateService
82
82
 
83
83
  ## Prerequisites
84
84
 
85
- 1. You have some React based project
85
+ 1. You have some Angular based project
86
86
  2. You have generated API key from [Tolgee Cloud](https://app.tolgee.io) or self-hosted Tolgee instance.
87
87
 
88
88
  ## Quick integration guide
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": "^3.1.1",
9
+ "@tolgee/core": "^3.2.0",
10
10
  "tslib": "^2.3.0"
11
11
  },
12
- "version": "3.1.1",
12
+ "version": "3.2.0",
13
13
  "publishConfig": {
14
14
  "directory": "../../dist/ngx-tolgee",
15
15
  "access": "public"