Releases: cubiest/jibberjabber
Releases · cubiest/jibberjabber
Version 2.1
Release Notes
Features
new helper singleton LanguageServer
for convenience functionality
- setting languages your app supports
- check if language x is supported
- get supported languages as slice of language.Tag or string (sorted or not)
- fallback language
- set/get fallback
- request it to get language x (as e.g. language.Tag value) and if you did not specify it as "supported", it will fetch the fallback language
- assign string value to a supported language -> can be e.g. file path to your translations (e.g. .po file used in GNU gettext)
Internal
- set golang version of module to 1.16
- and test in travis for golang versions 1.16 and 1.17
- replace error
strings
witherror
definitions
Version 2.0
Release Notes
Features
- get locale as golang language tag (golang.org/x/text/language)
- dropping Windows pre-Vista support
Internal
- retrieving locale on Windows cannot cause panic signal anymore
- replace with deprecated "syscall" with "x/sys"
- using go modules
- travis pipeline for testing on Linux, macOS and Windows
Version 1.0.1
Fixed
- was not compiling on Windows
Version 1.0
v1.0 align package names to golang naming conventions