An open API service indexing awesome lists of open source software.

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.

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
```