Localization Manager
Localization Manager is a tool for handling bundled and on-the-fly localization in your iOS application.
How does it work?
TODO: Write info
📝 Requirements
TODO: Write info
- Swift 4.2+
📦 Installation
Carthage
TODO: Write info
CocoaPods
pod 'NLocalizationManager', ~> '3.1.1'
💻 Usage
NOTE: Don't forget to
import LocalizationManager
in the top of the file.
Getting Started
TODO: Write info
Features
TODO: Write info
Contributing
TODO: Write
Release
To make releases easier, there is a makefile in the repository that automatically updates all required files (ie. podspec
, CHANGELOG.md
and the Info.plist
).
To use it run the following:
$ make release '[VERSION]: [VERSION TEXT]'
# ... ie.
$ make release '0.0.7: Update mode feature'
👥 Credits
Made with
📄 License
LocalizationManager is available under the MIT license. See the LICENSE file for more info.