🌍 NSLocalizedString 的微小封装。
// ✅ Do it l("Hello") // ⛔️ Instead it NSLocalizedString("Hello", comment: "")
l("Dollar", table: "Currencies", bundle: bundle)
https://github.com/mezhevikin/Localized.git