@rxap/ngx-localize 19.0.3-dev.0 → 19.1.0-dev.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 +10 -0
- package/compodoc/changelog.html +7 -0
- package/compodoc/dependencies.html +4 -2
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +278 -1
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +269 -19
- package/docs/html/assets/navigation.js +1 -1
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/I18nService.html +2 -2
- package/docs/html/classes/LanguageSelectorService.html +2 -2
- package/docs/html/functions/LanguageInterceptor.html +1 -1
- package/docs/html/functions/loadLanguages.html +1 -0
- package/docs/html/functions/xliffToJson.html +1 -0
- package/docs/html/index.html +2 -2
- package/docs/html/modules.html +1 -1
- package/docs/markdown/README.md +1 -1
- package/docs/markdown/classes/I18nService.md +5 -5
- package/docs/markdown/classes/LanguageSelectorService.md +8 -8
- package/docs/markdown/functions/LanguageInterceptor.md +2 -2
- package/docs/markdown/functions/loadLanguages.md +29 -0
- package/docs/markdown/functions/xliffToJson.md +21 -0
- package/docs/markdown/globals.md +4 -2
- package/docs/wiki/Class.I18nService.md +4 -4
- package/docs/wiki/Class.LanguageSelectorService.md +7 -7
- package/docs/wiki/Function.LanguageInterceptor.md +1 -1
- package/docs/wiki/Function.loadLanguages.md +25 -0
- package/docs/wiki/Function.xliffToJson.md +17 -0
- package/docs/wiki/_Sidebar.md +2 -0
- package/docs/wiki/globals.md +3 -1
- package/fesm2022/rxap-ngx-localize.mjs +79 -1
- package/fesm2022/rxap-ngx-localize.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/load-languages.d.ts +1 -0
- package/lib/xliff-to-json.d.ts +1 -0
- package/package.json +17 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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
|
+
# [19.1.0-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.3...@rxap/ngx-localize@19.1.0-dev.0) (2025-03-10)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **localize:** add xliff support for dynamic translations ([f6b4dda](https://gitlab.com/rxap/packages/commit/f6b4dda9e4a08817ac8b329f016ae15fed947529))
|
|
11
|
+
|
|
12
|
+
## [19.0.3](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.3-dev.0...@rxap/ngx-localize@19.0.3) (2025-03-07)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @rxap/ngx-localize
|
|
15
|
+
|
|
6
16
|
## [19.0.3-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2...@rxap/ngx-localize@19.0.3-dev.0) (2025-02-28)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @rxap/ngx-localize
|
package/compodoc/changelog.html
CHANGED
|
@@ -85,6 +85,13 @@
|
|
|
85
85
|
<h1>Change Log</h1>
|
|
86
86
|
<p>All notable changes to this project will be documented in this file.
|
|
87
87
|
See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
|
|
88
|
+
<h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.3...@rxap/ngx-localize@19.1.0-dev.0">19.1.0-dev.0</a> (2025-03-10)</h1>
|
|
89
|
+
<h3>Features</h3>
|
|
90
|
+
<ul>
|
|
91
|
+
<li><strong>localize:</strong> add xliff support for dynamic translations (<a href="https://gitlab.com/rxap/packages/commit/f6b4dda9e4a08817ac8b329f016ae15fed947529">f6b4dda</a>)</li>
|
|
92
|
+
</ul>
|
|
93
|
+
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.3-dev.0...@rxap/ngx-localize@19.0.3">19.0.3</a> (2025-03-07)</h2>
|
|
94
|
+
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
|
|
88
95
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2...@rxap/ngx-localize@19.0.3-dev.0">19.0.3-dev.0</a> (2025-02-28)</h2>
|
|
89
96
|
<p><strong>Note:</strong> Version bump only for package @rxap/ngx-localize</p>
|
|
90
97
|
<h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.0.2-dev.3...@rxap/ngx-localize@19.0.2">19.0.2</a> (2025-02-23)</h2>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<b>@nx/devkit</b> : 20.4.6</li>
|
|
105
105
|
<li>
|
|
106
106
|
<b>tslib</b> : 2.6.2</li>
|
|
107
|
+
<li>
|
|
108
|
+
<b>xliff</b> : ^6.2.1</li>
|
|
107
109
|
</ul>
|
|
108
110
|
|
|
109
111
|
|
|
@@ -117,9 +119,9 @@
|
|
|
117
119
|
<li>
|
|
118
120
|
<b>@angular/core</b> : ^19.1.3</li>
|
|
119
121
|
<li>
|
|
120
|
-
<b>@rxap/config</b> : ^19.0.
|
|
122
|
+
<b>@rxap/config</b> : ^19.0.3</li>
|
|
121
123
|
<li>
|
|
122
|
-
<b>@rxap/ngx-user</b> : ^19.0.
|
|
124
|
+
<b>@rxap/ngx-user</b> : ^19.0.3</li>
|
|
123
125
|
<li>
|
|
124
126
|
<b>rxjs</b> : ^7.8.1</li>
|
|
125
127
|
</ul>
|