Localized

master

🌍 A tiny wrapper around NSLocalizedString.
mezhevikin/Localized

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

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Mar 14 2024 22:12:59 GMT-0900 (Hawaii-Aleutian Daylight Time)