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.
- Host: GitHub
- URL: https://github.com/ryanslikesocool/localizationtoolbox
- Owner: ryanslikesocool
- License: mit
- Created: 2024-09-14T00:36:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T13:13:43.000Z (5 months ago)
- Last Synced: 2026-01-15T17:22:20.861Z (5 months ago)
- Topics: localization, string, swift
- Language: Swift
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.