Localized

Easy-to-use, safe and cross-platform library for localizing Swift code

MIT License

Stars
13
Committers
2

Bot releases are hidden (Show)

Localized - 0.3.0 Latest Release

Published by david-swift 7 months ago

Improvements

  • Remove deprecated Swift macro to make build times significantly faster

Full Changelog: https://github.com/AparokshaUI/Localized/compare/0.2.2...0.3.0

Localized - 0.2.2

Published by david-swift 7 months ago

Bug Fixes

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

Full Changelog: https://github.com/AparokshaUI/Localized/compare/0.2.1...0.2.2

Localized - 0.2.1

Published by david-swift 8 months ago

Bug Fixes

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

Full Changelog: https://github.com/AparokshaUI/Localized/compare/0.2.0...0.2.1

Localized - 0.2.0

Published by david-swift 8 months ago

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: https://github.com/AparokshaUI/Localized/compare/0.1.0...0.2.0

Localized - 0.1.0

Published by david-swift 8 months ago

Improvements

  • Initial release

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