Localization Manager is a tool for handling bundled and on-the-fly localization in your iOS application.
TODO: Write info
TODO: Write info
- Swift 4.2+
TODO: Write info
pod 'NLocalizationManager', ~> '3.1.1'
NOTE: Don't forget to
import LocalizationManager
in the top of the file.
TODO: Write info
TODO: Write info
TODO: Write
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'
Made with ❤️ at Nodes.
LocalizationManager is available under the MIT license. See the LICENSE file for more info.