@parhelia/localization 0.1.11049 → 0.1.11069

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 +33 -33
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,33 +1,33 @@
1
- # @parhelia/localization
2
-
3
- Localization and translation features for Parhelia visual editor.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- npm install @parhelia/localization
9
- ```
10
-
11
- ## Usage
12
-
13
- ```typescript
14
- import { LocalizeItemDialog, TranslationSidebar } from '@parhelia/localization';
15
- import '@parhelia/localization/styles.css';
16
- ```
17
-
18
- ## Features
19
-
20
- - Translation wizard
21
- - Localization setup
22
- - Translation center
23
- - Multi-language content management
24
- - Version creation for localized content
25
-
26
- ## License
27
-
28
- See LICENSE file for details.
29
-
30
- ## Documentation
31
-
32
- For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
33
-
1
+ # @parhelia/localization
2
+
3
+ Localization and translation features for Parhelia visual editor.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @parhelia/localization
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```typescript
14
+ import { LocalizeItemDialog, TranslationSidebar } from '@parhelia/localization';
15
+ import '@parhelia/localization/styles.css';
16
+ ```
17
+
18
+ ## Features
19
+
20
+ - Translation wizard
21
+ - Localization setup
22
+ - Translation center
23
+ - Multi-language content management
24
+ - Version creation for localized content
25
+
26
+ ## License
27
+
28
+ See LICENSE file for details.
29
+
30
+ ## Documentation
31
+
32
+ For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
33
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parhelia/localization",
3
- "version": "0.1.11049",
3
+ "version": "0.1.11069",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"