https://github.com/mezhevikin/localized
🌍 A tiny wrapper around NSLocalizedString.
https://github.com/mezhevikin/localized
extension ios localization localize localized macos nslocalizedstring strings swift translate wrapper
Last synced: about 1 month ago
JSON representation
🌍 A tiny wrapper around NSLocalizedString.
- Host: GitHub
- URL: https://github.com/mezhevikin/localized
- Owner: mezhevikin
- License: mit
- Created: 2022-09-22T08:07:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T08:26:16.000Z (over 2 years ago)
- Last Synced: 2025-02-23T08:18:06.356Z (about 2 months ago)
- Topics: extension, ios, localization, localize, localized, macos, nslocalizedstring, strings, swift, translate, wrapper
- Language: Swift
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Localized
🌍 A tiny wrapper around NSLocalizedString.
```swift
// ✅ Do it
l("Hello")// ⛔️ Instead it
NSLocalizedString("Hello", comment: "")
``````swift
l("Dollar", table: "Currencies", bundle: bundle)
```### Swift Package Manager
```
https://github.com/mezhevikin/Localized.git
```