A simple generator of swift files from a given localized POeditor strings file.
POEditor-Parser is available through CocoaPods and Carthage.
To install it, simply add the following line to your Podfile:
pod 'POEditor-Parser'or this into your Cartfile:
github "masmovil/poeditor-parser-swift"
/bin/poe $APITOKEN $PROJECTID $LANGUAGE
--stringfile[default: Localizable.strings] - The input POEditor strings file directory.--swiftfile[default: Literals.swift] - The output Swift file directory.
POEditor-Parser is available under the Apache 2.0. See the LICENSE file for more info.
If you want a similar solution for your Android projects, check this out: poeditor-android-gradle-plugin