Releases: AlpsBTE/LangLibs
Releases · AlpsBTE/LangLibs
LangLibs v1.5.1
API Version is 1.5.2
What's Changed
- Update Chinese translation by @LonghiTW in #6
- Better default handling by @Zoriot in #11 - uses now Player Client Language as Default + falls back to the default language file when the key cannot be found
- Add new languages (da, es, hu, it, nl, ro)
- Use AlpsLib io for Database handling - you have to migrate your config manually https://github.com/Cinnazeyy/LangLibs/blob/741c4cfbd9d2cd43b093725b321d9230d7901b03/langlibs-api/src/main/resources/config.yml
- Reload languages on Client Settings Change
New Contributors
Full Changelog: v1.5...v1.5.1
LangLibs v1.5
🌍 LangLibs v1.5
- Use Sponge Configurate for reading language files
- It is no longer needed to register a YamlFileFactory
- It is now possible to programmatically add new translations
- Minor API changes and bug fixes