{"id":38706153,"url":"https://github.com/hyperdevs-team/poeditor-parser-swift","last_synced_at":"2026-01-17T10:56:32.436Z","repository":{"id":42069165,"uuid":"196379641","full_name":"hyperdevs-team/poeditor-parser-swift","owner":"hyperdevs-team","description":"A simple generator of swift files from a given localized strings POeditor file ","archived":false,"fork":false,"pushed_at":"2025-11-25T15:38:40.000Z","size":17213,"stargazers_count":7,"open_issues_count":1,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-01-14T09:32:05.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperdevs-team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-11T11:15:09.000Z","updated_at":"2023-09-17T21:39:33.000Z","dependencies_parsed_at":"2023-07-13T23:16:55.034Z","dependency_job_id":null,"html_url":"https://github.com/hyperdevs-team/poeditor-parser-swift","commit_stats":null,"previous_names":["bq/poeditor-parser-swift"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/hyperdevs-team/poeditor-parser-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdevs-team%2Fpoeditor-parser-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdevs-team%2Fpoeditor-parser-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdevs-team%2Fpoeditor-parser-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdevs-team%2Fpoeditor-parser-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperdevs-team","download_url":"https://codeload.github.com/hyperdevs-team/poeditor-parser-swift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperdevs-team%2Fpoeditor-parser-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T10:56:31.764Z","updated_at":"2026-01-17T10:56:32.429Z","avatar_url":"https://github.com/hyperdevs-team.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# POEditor-Parser\nA simple generator of swift files from a given localized POeditor `strings` file.\n\n[![Release Version](https://img.shields.io/github/release/hyperdevs-team/poeditor-parser-swift.svg)](https://github.com/hyperdevs-team/poeditor-parser-swift/releases) \n[![Release Date](https://img.shields.io/github/release-date/hyperdevs-team/poeditor-parser-swift.svg)](https://github.com/hyperdevs-team/poeditor-parser-swift/releases)\n[![GitHub](https://img.shields.io/github/license/hyperdevs-team/poeditor-parser-swift.svg)](https://github.com/hyperdevs-team/poeditor-parser-swift/blob/master/LICENSE)\n[![codecov](https://codecov.io/gh/hyperdevs-team/poeditor-parser-swift/branch/master/graph/badge.svg)](https://codecov.io/gh/hyperdevs-team/poeditor-parser-swift)\n\n## Installation\n\nPOEditor-Parser is available through [Mint](https://github.com/yonaskolb/Mint)\n\nTo install it, simply add the following line to your `Mintfile`:\n```ruby\nhyperdevs-team/poeditor-parser-swift@2.1.0\n```\n\n## Usage\n\n```ogdl\n/bin/poe $APITOKEN $PROJECTID $LANGUAGE\n```\n\n### Options:\n* `--apitoken` - The POEditor API token\n* `--projectid` - The id of the project in POEditor\n* `--projectlanguage` - The language code in POEditor\n* `--onlygenerate` [default: false] -\n* `--swiftfile` [default: Sources/Literals.swift] - The output Swift file directory.\n* `--stringsfile` [default: Sources/Localizable.strings] - The output Strings file directory.\n* `--typename` [default: Literals] - The type name that store all localized vars\n* `--tablename` - The tableName value for NSLocalizedString\n* `--outputformat` [default: Struct] - The output format for swift file (enum or struct)\n* `--keysformat` [default: UpperCamelCase] - The format for the localized key\n\nRun poe help for more info\n\n## Authors \u0026 Collaborators\n\n* **[Edilberto Lopez Torregrosa](https://github.com/ediLT)**\n* **[Raúl Pedraza León](https://github.com/r-pedraza)**\n* **[Jorge Revuelta](https://github.com/minuscorp)**\n* **[Sebastián Varela](https://github.com/sebastianvarela)**\n* **[David Martínez García](https://github.com/daviwiki)**\n\n## License\n\nPOEditor-Parser is available under the Apache 2.0. See the LICENSE file for more info.  \n  \n## Android alternative\nIf you want a similar solution for your Android projects, check this out: [poeditor-android-gradle-plugin](https://github.com/hyperdevs-team/poeditor-android-gradle-plugin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperdevs-team%2Fpoeditor-parser-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperdevs-team%2Fpoeditor-parser-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperdevs-team%2Fpoeditor-parser-swift/lists"}