Skip to content

0.2.0

Compare
Choose a tag to compare
@david-swift david-swift released this 02 Mar 20:56
· 9 commits to master since this release

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