Skip to content

Releases: AparokshaUI/Localized

0.3.0

03 Apr 03:47
Compare
Choose a tag to compare

Improvements

  • Remove deprecated Swift macro to make build times significantly faster

Full Changelog: 0.2.2...0.3.0

0.2.2

10 Mar 09:48
Compare
Choose a tag to compare

Bug Fixes

  • Fix separate translations for same language with separate country codes not working with system language on Linux

Full Changelog: 0.2.1...0.2.2

0.2.1

04 Mar 20:26
Compare
Choose a tag to compare

Bug Fixes

  • Fix generation not working when providing localizations for one language only

Full Changelog: 0.2.0...0.2.1

0.2.0

02 Mar 20:56
Compare
Choose a tag to compare

Improvements

  • Add support for localizing in a YML file via a Swift build plugin (the macro is still available as an alternative approach)
  • Support different localizations for the same language under different conditions, especially useful for pluralization
  • Use CustomStringConvertible instead of String for arguments so that one can easier pass standard types such as integers, or custom types, as arguments

Full Changelog: 0.1.0...0.2.0

0.1.0

29 Feb 17:10
Compare
Choose a tag to compare

Improvements

  • Initial release

Full Changelog: https://github.com/david-swift/Localized/commits/0.1.0