@mescius/activereportsjs-i18n 6.0.1 → 6.0.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mescius/activereportsjs-i18n",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Localization resources for ActiveReportsJS",
5
5
  "author": "MESCIUS inc.",
6
6
  "homepage": "https://developer.mescius.com/activereportsjs",
package/readme.md CHANGED
@@ -1,8 +1,35 @@
1
1
  # ActiveReportsJS Localization
2
2
 
3
- This package is a part of the [ActiveReportsJS](https://www.npmjs.com/package/@mescius/activereportsjs) and provides language resources for ARJS Viewer and Designer Components
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 languages are: Japanese '`ja`', Chinese '`zh`', Korean '`ko`', Dutch '`nl`', German '`de`', Italian '`it`', Brazilian Portuguese '`pt-BR`'.
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