Localized

? A tiny wrapper around NSLocalizedString.

// ✅ Do it
l("Hello")

// ⛔️ Instead it
NSLocalizedString("Hello", comment: "")
l("Dollar", table: "Currencies", bundle: bundle)

Swift Package Manager

https://github.com/mezhevikin/Localized.git

GitHub

View Github