A simple generator of swift files from a given localized POeditor strings file.
$ make Usage: $ poe <APITOKEN> <id> <language> Arguments: APITOKEN - The POEditor API token id - The id of the project language - The language code Options: --swiftfile [default: ${SRCROOT}/${TARGET_NAME}/Literals.swift] - The output Swift file directory. --stringsfile [default: ${SRCROOT}/${TARGET_NAME}/Localizable.strings] - The output Strings 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