localizy 1.0.73
localizy: ^1.0.73 copied to clipboard
A simple Dart-based localization generator that converts your JSON locale files into a strongly-typed strings.dart file with camelCase getters and safe normalized keys.
1.0.73 #
Fixes #
- Locale files containing hyphens (e.g.,
hi-IN.json) were not parsed correctly. This is now fully supported. - The generated
strings.dartfile previously leaked dependencies from Localizy; it is now completely standalone after generation. - Resolved several minor runtime issues caused by incorrect generation logic.
Changes #
- Refactored parts of the generator responsible for producing
strings.dartto improve consistency and reliability.