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. If you want a similar solution for your Android projects, check this out: poeditor-android-gradle-plugin
The work in this repository up to April 28th, 2021 was done by bq. Thanks for all the work!!
This project is licensed under the Apache Software License, Version 2.0.
Copyright (c) 2021 HyperDevs Copyright (c) 2016 bq Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.