@mescius/activereportsjs-i18n 6.0.2 → 6.1.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/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,8 +1,35 @@
|
|
|
1
1
|
# ActiveReportsJS Localization
|
|
2
2
|
|
|
3
|
-
This package is
|
|
3
|
+
This package is part of [ActiveReportsJS](https://www.npmjs.com/package/@mescius/activereportsjs) and provides localization resources for both the Report Viewer and Report Designer components.
|
|
4
4
|
|
|
5
|
-
Supported
|
|
5
|
+
## Supported Languages
|
|
6
|
+
|
|
7
|
+
Localization support varies between components. Please refer to the lists below for the languages currently available:
|
|
8
|
+
|
|
9
|
+
### Report Viewer Component
|
|
10
|
+
|
|
11
|
+
The Report Viewer supports the following localizations:
|
|
12
|
+
|
|
13
|
+
- English (`en`)
|
|
14
|
+
- Japanese (`ja`)
|
|
15
|
+
- Chinese (`zh`)
|
|
16
|
+
- Korean (`ko`)
|
|
17
|
+
- Dutch (`nl`)
|
|
18
|
+
- German (`de`)
|
|
19
|
+
- Italian (`it`)
|
|
20
|
+
- Brazilian Portuguese (`pt-BR`)
|
|
21
|
+
- French (`fr`)
|
|
22
|
+
|
|
23
|
+
### Report Designer Component
|
|
24
|
+
|
|
25
|
+
The Report Designer currently supports a more limited set of localizations:
|
|
26
|
+
|
|
27
|
+
- English (`en`)
|
|
28
|
+
- Japanese (`ja`)
|
|
29
|
+
- Chinese (`zh`)
|
|
30
|
+
- Korean (`ko`)
|
|
31
|
+
- French (`fr`)
|
|
32
|
+
- Italian (`it`)
|
|
6
33
|
|
|
7
34
|
## Installation and Usage
|
|
8
35
|
|