Skip to content

Releases: kingzcheung/i18nify

0.5.0

12 Jan 13:50
Compare
Choose a tag to compare

Full Changelog: 0.4.1...0.5.0

0.4.1

22 Oct 04:03
Compare
Choose a tag to compare

Full Changelog: 0.4.0...0.4.1

0.4.0

21 Oct 10:32
Compare
Choose a tag to compare

Breaking Change

When encountering values like zh-CN, the enum variant has been changed from ZH_CN to ZhCn to better conform to coding conventions.

"zh-CN" =>Locale::ZH_CN     // old
"zh-CN" => Locale::ZhCn,   //now

Full Changelog: 0.3.0...0.4.0