Releases: Decybel07/L10n-swift
Releases · Decybel07/L10n-swift
Release 4.1.3
- Created example for Right-to-Left
Release 4.1.2
- Bugfix - missing @IBInspectable
Release 4.1.1
- Implementation of the
Localizable
protocol for theL10n
Release 4.0.1
Release 4.0.0
- IBInspectable for Xcode Interface Builder
- Support for other bundle than main
- Opened class L10n
- Created protocol for logger
- In extensions you can defnining which L10n instance will be used.
- Numbers can be convert to string using NumberFormatter configurated by user
- Implemented
CustomStringConvertible
andCustomDebugStringConvertible
for L10n class - Added
sender
inuserInfo
for notificationL10nLanguageChanged
- Created better tests
Release 3.0.1
Release 3.0.0
Release 2.2.0
- Create post notification when language has been changed
Release 2.1.2
- Bugfix and minor improvements
Release 2.1.1
- Create
Localizable
protocol - add attention in documentation