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

https://github.com/ryanslikesocool/localizationtoolbox

String localization utilities and conveniences for Swift.
https://github.com/ryanslikesocool/localizationtoolbox

localization string swift

Last synced: about 1 month ago
JSON representation

String localization utilities and conveniences for Swift.

Awesome Lists containing this project

README

          

# LocalizationToolbox

String localization utilities and conveniences for Swift.

## NOTICE

**This package is under development and not considered production-ready.**


Breaking changes are common, documentation is incomplete, and support is limited.
Use at your own risk.

---

## Installation (Swift Package Manager)

Add the following entry to your package dependencies...
```swift
.package(url: "https://github.com/ryanslikesocool/LocalizationToolbox.git", from: "0.0.7"),
```
... and your target dependencies.
```swift
.target(
name: "MyTarget",
dependencies: [
"LocalizationToolbox",
]
),
```

---

## Documentation

Most of this package is documented with
[DocC]( https://www.swift.org/documentation/docc/ ).


To view documentation in Xcode, select `Product > Build Documentation` from the menu bar.