libLanguage v0.1.1
This release enhances the library with improved locale handling, JSON support, and better documentation.
What's New
- Locale Validation Refactor: Replaced regex-based locale validation with a predefined list of supported locales for better accuracy and performance.
- JSON Support: LanguageLoader now supports
.jsonfiles in addition to YAML. - Documentation Improvements: Updated README with new LanguageLoader features and API enhancements.
- Predefined Locales: Built-in support for 25+ common locales without regex overhead.
Installation
Update your .poggit.yml to use the new version:
libs:
- src: newlandpe/libLanguage/libLanguage
version: ^0.1.1License
This library remains licensed under the CSSM Unlimited License v2.0 (CSSM-ULv2).