@rxap/ngx-localize 19.1.0-dev.0 → 19.1.0-dev.2

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 (37) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/compodoc/changelog.html +10 -0
  3. package/compodoc/js/search/search_index.js +2 -2
  4. package/compodoc/miscellaneous/functions.html +130 -0
  5. package/compodoc/properties.html +1 -1
  6. package/docs/documentation.json +138 -49
  7. package/docs/html/assets/navigation.js +1 -1
  8. package/docs/html/assets/search.js +1 -1
  9. package/docs/html/classes/I18nService.html +2 -2
  10. package/docs/html/classes/LanguageSelectorService.html +2 -2
  11. package/docs/html/functions/LanguageInterceptor.html +1 -1
  12. package/docs/html/functions/loadI18nBootstrapHook.html +1 -0
  13. package/docs/html/functions/loadLanguages.html +1 -1
  14. package/docs/html/functions/xliffToJson.html +1 -1
  15. package/docs/html/index.html +2 -2
  16. package/docs/html/modules.html +1 -1
  17. package/docs/markdown/README.md +1 -1
  18. package/docs/markdown/classes/I18nService.md +5 -5
  19. package/docs/markdown/classes/LanguageSelectorService.md +8 -8
  20. package/docs/markdown/functions/LanguageInterceptor.md +2 -2
  21. package/docs/markdown/functions/loadI18nBootstrapHook.md +21 -0
  22. package/docs/markdown/functions/loadLanguages.md +2 -2
  23. package/docs/markdown/functions/xliffToJson.md +2 -2
  24. package/docs/markdown/globals.md +3 -2
  25. package/docs/wiki/Class.I18nService.md +4 -4
  26. package/docs/wiki/Class.LanguageSelectorService.md +7 -7
  27. package/docs/wiki/Function.LanguageInterceptor.md +1 -1
  28. package/docs/wiki/Function.loadI18nBootstrapHook.md +17 -0
  29. package/docs/wiki/Function.loadLanguages.md +1 -1
  30. package/docs/wiki/Function.xliffToJson.md +1 -1
  31. package/docs/wiki/_Sidebar.md +1 -0
  32. package/docs/wiki/globals.md +2 -1
  33. package/fesm2022/rxap-ngx-localize.mjs +28 -1
  34. package/fesm2022/rxap-ngx-localize.mjs.map +1 -1
  35. package/index.d.ts +1 -0
  36. package/lib/load-i18n-bootstrap-hook.d.ts +2 -0
  37. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.2](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.1.0-dev.1...@rxap/ngx-localize@19.1.0-dev.2) (2025-03-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **localize:** validate XLIFF files before processing ([84750ab](https://gitlab.com/rxap/packages/commit/84750ab2fcf4d2305939dc573b5e7b18d07e0f3a))
11
+
12
+ # [19.1.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.1.0-dev.0...@rxap/ngx-localize@19.1.0-dev.1) (2025-03-10)
13
+
14
+ ### Features
15
+
16
+ - **localize:** add i18n bootstrap hook for dynamic locale loading ([22ab76c](https://gitlab.com/rxap/packages/commit/22ab76c57c7b86215b2075921124c3d6dff8e545))
17
+
6
18
  # [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
19
 
8
20
  ### Features
@@ -85,6 +85,16 @@
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.1.0-dev.1...@rxap/ngx-localize@19.1.0-dev.2">19.1.0-dev.2</a> (2025-03-10)</h1>
89
+ <h3>Bug Fixes</h3>
90
+ <ul>
91
+ <li><strong>localize:</strong> validate XLIFF files before processing (<a href="https://gitlab.com/rxap/packages/commit/84750ab2fcf4d2305939dc573b5e7b18d07e0f3a">84750ab</a>)</li>
92
+ </ul>
93
+ <h1><a href="https://gitlab.com/rxap/packages/compare/@rxap/ngx-localize@19.1.0-dev.0...@rxap/ngx-localize@19.1.0-dev.1">19.1.0-dev.1</a> (2025-03-10)</h1>
94
+ <h3>Features</h3>
95
+ <ul>
96
+ <li><strong>localize:</strong> add i18n bootstrap hook for dynamic locale loading (<a href="https://gitlab.com/rxap/packages/commit/22ab76c57c7b86215b2075921124c3d6dff8e545">22ab76c</a>)</li>
97
+ </ul>
88
98
  <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
99
  <h3>Features</h3>
90
100
  <ul>