This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PO_EDITOR_BASE_LANGUAGE = 'en' | |
PO_EDITOR_LANGUAGES = ['en', 'fr', 'es', 'pt'].freeze | |
def export_translations | |
poeditor_export( | |
api_token: PO_EDITOR_API_TOKEN, | |
project_id: PO_EDITOR_PROJECT_ID, | |
export_format: 'apple_strings', | |
language: PO_EDITOR_BASE_LANGUAGE, | |
output_path: "Sup/Base.lproj/Localizable.strings" |