{"id":15132035,"url":"https://github.com/igorkulman/ioslocalizationeditor","last_synced_at":"2025-05-15T17:06:59.608Z","repository":{"id":38706322,"uuid":"135549895","full_name":"igorkulman/iOSLocalizationEditor","owner":"igorkulman","description":"Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side","archived":false,"fork":false,"pushed_at":"2024-04-05T06:18:21.000Z","size":3332,"stargazers_count":1481,"open_issues_count":3,"forks_count":122,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-15T17:06:52.280Z","etag":null,"topics":["ios","localization","macos","macos-app","missing-translations","swift","translation","translations-side","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igorkulman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.buymeacoffee.com/igorkulman","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=WND2WGRGBLQVE\u0026currency_code=EUR"]}},"created_at":"2018-05-31T07:41:58.000Z","updated_at":"2025-05-15T02:58:19.000Z","dependencies_parsed_at":"2023-12-26T16:30:56.206Z","dependency_job_id":"80928fa9-a74f-4a8d-a38a-c47f53c211d3","html_url":"https://github.com/igorkulman/iOSLocalizationEditor","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorkulman%2FiOSLocalizationEditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorkulman%2FiOSLocalizationEditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorkulman%2FiOSLocalizationEditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorkulman%2FiOSLocalizationEditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igorkulman","download_url":"https://codeload.github.com/igorkulman/iOSLocalizationEditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384987,"owners_count":22062422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ios","localization","macos","macos-app","missing-translations","swift","translation","translations-side","xcode"],"created_at":"2024-09-26T04:02:20.465Z","updated_at":"2025-05-15T17:06:54.601Z","avatar_url":"https://github.com/igorkulman.png","language":"Swift","readme":"  \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/igorkulman/iOSLocalizationEditor/raw/master/sources/LocalizationEditor/Assets.xcassets/AppIcon.appiconset/icon_128%401x.png\"\u003e\n \u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\u003ca id=\"user-content-localization-editor\" class=\"anchor\" aria-hidden=\"true\" href=\"#localization-editor\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath fill-rule=\"evenodd\" d=\"M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003eLocalization Editor\u003c/h1\u003e\n\n\n\nSimple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side, highlighting missing translations\n\n![Localization Editor](https://github.com/igorkulman/iOSLocalizationEditor/raw/master/screenshots/editor.png)\n\n## Motivation\n\nManaging localization files (`Localizable.strings`) is a pain, there is no tooling for it. There is no easy way to know what strings are missing or to compare them across languages. \n\n## What does this tool do?\n\nStart the Localization Editor, choose File | Open folder with localization files and point it to the folder where your localization files are stored. The tool finds all the `Localizable.strings`, detects their language and displays your strings side by side as shown on the screenshot above. You can point it to the root of your project but it will take longer to process. \n\nAll the translations are sorted by their key (shown as first column) and you can see and compare them quickly, you can also see missing translations in any language. \n\nWhen you change any of the translations the corresponding `Localizable.strings` gets updated.\n\n## Installation\n\n### Homebrew\n\n```bash\nbrew install --cask localizationeditor\n```\n\n### Manual\n\nTo download and run the app\n\n- Go to [Releases](https://github.com/igorkulman/iOSLocalizationEditor/releases) and download the built app archive **LocalizationEditor.app.zip** from the latest release\n- Unzip **LocalizationEditor.app.zip**\n- Right click on the extracted **LocalizationEditor.app** and choose Open (just a double-clicking will show a warning because the app is only signed with a development certificate)\n\n## Support the project\n\n\u003ca href=\"https://www.buymeacoffee.com/igorkulman\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n\n## Contributing\n\nAll contributions are welcomed, including bug reports and pull requests with new features. Please read [CONTRIBUTING](CONTRIBUTING.md) for more details.\n\n### Localizing the app\n\nThe app is currently localized into English and Chinese. If you want to add localization for your language, just translate the [Localizable.strings](https://github.com/igorkulman/iOSLocalizationEditor/blob/master/sources/LocalizationEditor/Resources/en.lproj/Localizable.strings) files. You can use this app to do it!\n\n## Author\n\n- **Igor Kulman** - *Initial work* - igor@kulman.sk\n\nSee also the list of [contributors](https://github.com/igorkulman/iOSLocalizationEditor/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Icon\n\nApp icon created by [@sergeykushner](https://github.com/sergeykushner)\n","funding_links":["https://www.buymeacoffee.com/igorkulman","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=WND2WGRGBLQVE\u0026currency_code=EUR"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorkulman%2Fioslocalizationeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorkulman%2Fioslocalizationeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorkulman%2Fioslocalizationeditor/lists"}