@tolgee/svelte 5.28.6 → 5.28.7-prerelease.008f1fce.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/CHANGELOG.md +11 -0
- package/README.md +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.28.7-prerelease.008f1fce.0](https://github.com/tolgee/tolgee-js/compare/v5.28.6...v5.28.7-prerelease.008f1fce.0) (2024-09-20)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* es2017 compatibility ([008f1fc](https://github.com/tolgee/tolgee-js/commit/008f1fce42de9efb3359bb4141b14d3b4ffa722b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [5.28.6](https://github.com/tolgee/tolgee-js/compare/v5.28.5...v5.28.6) (2024-07-12)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @tolgee/svelte
|
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ Integration of Tolgee is extremely simple! 🇯🇵 🇰🇷 🇩🇪 🇨🇳
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
## Quick links
|
|
54
|
-
- [Tolgee for
|
|
54
|
+
- [Tolgee for Svelte docs](https://tolgee.io/js-sdk/integrations/svelte/overview)
|
|
55
55
|
- [Tolgee JS SDK docs](https://tolgee.io/js-sdk)
|
|
56
56
|
- [Tolgee Website](https://tolgee.io)
|
|
57
57
|
- Product (Learn more about the great features)
|
|
@@ -126,7 +126,7 @@ The `getTranslate` function returns a store containing the function, which trans
|
|
|
126
126
|
|
|
127
127
|
### Changing the language
|
|
128
128
|
|
|
129
|
-
To change the current language, use `
|
|
129
|
+
To change the current language, use `getTolgee` method. For example, you can bind it to a select value.
|
|
130
130
|
|
|
131
131
|
```svelte
|
|
132
132
|
<script lang="ts">
|
|
@@ -152,8 +152,8 @@ To change the current language, use `getLanguageStore` method. For example, you
|
|
|
152
152
|
|
|
153
153
|
|
|
154
154
|
|
|
155
|
-
## Why
|
|
156
|
-
|
|
155
|
+
## Why use Tolgee?
|
|
156
|
+
Tolgee saves a lot of time you would spend on localization tasks otherwise. It enables you to provide perfectly translated software.
|
|
157
157
|
|
|
158
158
|
### Features
|
|
159
159
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tolgee/svelte",
|
|
3
|
-
"version": "5.28.
|
|
3
|
+
"version": "5.28.7-prerelease.008f1fce.0",
|
|
4
4
|
"description": "Svelte implementation for Tolgee localization framework",
|
|
5
5
|
"repository": "https://github.com/tolgee/tolgee-js",
|
|
6
6
|
"homepage": "https://tolgee.io",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"svelte": "^3.29.0 || ^4.0.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@tolgee/web": "5.28.
|
|
21
|
+
"@tolgee/web": "5.28.7-prerelease.008f1fce.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@sveltejs/adapter-auto": "1.0.2",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@sveltejs/package": "1.0.2",
|
|
27
27
|
"@testing-library/jest-dom": "^5.16.5",
|
|
28
28
|
"@testing-library/svelte": "^3.2.2",
|
|
29
|
-
"@tolgee/format-icu": "5.28.
|
|
30
|
-
"@tolgee/testing": "5.28.
|
|
29
|
+
"@tolgee/format-icu": "5.28.7-prerelease.008f1fce.0",
|
|
30
|
+
"@tolgee/testing": "5.28.7-prerelease.008f1fce.0",
|
|
31
31
|
"@tsconfig/svelte": "^3.0.0",
|
|
32
32
|
"@types/jest": "^28.1.7",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^5.34.0",
|