LocaleSupport
Swift toolkit for managing app localization & internationalization.
Usage
LocaleSupport is distributed using the Swift Package Manager. To install it into a project, add it as
a dependency within your Package.swift
manifest:
let package = Package(
...
dependencies: [
.package(url: "https://github.com/richardpiazza/LocaleSupport.git", .upToNextMinor(from: "0.1.0"))
],
...
)
Then import the LocaleSupport packages wherever you'd like to use it:
import LocaleSupport