@digitaldefiance/i18n-lib 2.1.32 → 2.1.40
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/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A production-ready TypeScript internationalization library with component-based architecture, type-safe translations, and comprehensive error handling.
|
|
4
4
|
|
|
5
|
+
Part of [Express Suite](https://github.com/Digital-Defiance/express-suite)
|
|
6
|
+
|
|
5
7
|
## Features
|
|
6
8
|
|
|
7
9
|
- **Component-Based Architecture**: Register translation components with full type safety
|
|
@@ -500,6 +502,10 @@ Contributions welcome! Please:
|
|
|
500
502
|
|
|
501
503
|
## ChangeLog
|
|
502
504
|
|
|
505
|
+
### Version 2.1.40
|
|
506
|
+
|
|
507
|
+
- Alignment
|
|
508
|
+
|
|
503
509
|
### Version 2.1.32
|
|
504
510
|
|
|
505
511
|
- Expose config instead of constants
|