Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfmcnally/wolflocale
Swift conveniences for working with locales (particularly localized strings) in iOS and macOS.
https://github.com/wolfmcnally/wolflocale
Last synced: 10 days ago
JSON representation
Swift conveniences for working with locales (particularly localized strings) in iOS and macOS.
- Host: GitHub
- URL: https://github.com/wolfmcnally/wolflocale
- Owner: wolfmcnally
- License: mit
- Created: 2018-09-16T00:44:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T09:35:54.000Z (about 5 years ago)
- Last Synced: 2024-12-18T19:03:01.253Z (18 days ago)
- Language: Swift
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WolfLocale
[![CI Status](https://img.shields.io/travis/wolfmcnally/WolfLocale.svg?style=flat)](https://travis-ci.org/wolfmcnally/WolfLocale)
[![Version](https://img.shields.io/cocoapods/v/WolfLocale.svg?style=flat)](https://cocoapods.org/pods/WolfLocale)
[![License](https://img.shields.io/cocoapods/l/WolfLocale.svg?style=flat)](https://cocoapods.org/pods/WolfLocale)
[![Platform](https://img.shields.io/cocoapods/p/WolfLocale.svg?style=flat)](https://cocoapods.org/pods/WolfLocale)Swift conveniences for working with locales (particularly localized strings) in iOS and macOS.
## Installation
WolfLocale is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'WolfLocale'
```## Author
Wolf McNally, [email protected]
## License
WolfLocale is available under the MIT license. See the LICENSE file for more info.