This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Releases: AparokshaUI/Localized
Releases · AparokshaUI/Localized
0.3.0
Improvements
- Remove deprecated Swift macro to make build times significantly faster
Full Changelog: 0.2.2...0.3.0
0.2.2
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
Bug Fixes
- Fix generation not working when providing localizations for one language only
Full Changelog: 0.2.0...0.2.1
0.2.0
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 ofString
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