Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorkulman/iOSLocalizationEditor
Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side
https://github.com/igorkulman/iOSLocalizationEditor
ios localization macos macos-app missing-translations swift translation translations-side xcode
Last synced: about 1 month ago
JSON representation
Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side
- Host: GitHub
- URL: https://github.com/igorkulman/iOSLocalizationEditor
- Owner: igorkulman
- License: mit
- Created: 2018-05-31T07:41:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T06:18:21.000Z (8 months ago)
- Last Synced: 2024-10-29T17:55:39.918Z (about 1 month ago)
- Topics: ios, localization, macos, macos-app, missing-translations, swift, translation, translations-side, xcode
- Language: Swift
- Homepage:
- Size: 3.18 MB
- Stars: 1,457
- Watchers: 22
- Forks: 116
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- open-source-mac-os-apps - Localization Editor - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ![swift_icon] (Applications / Development)
- open-source-mac-os-apps - Localization Editor - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. ![swift_icon] (Applications / Development)
- awesome-swift-macos-apps - Localization Editor - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. (Development / iOS / macOS)
- awesome-swift-macos-apps - Localization Editor - Simple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side. (Development / iOS / macOS)
README
Localization EditorSimple macOS editor app to help you manage iOS app localizations by allowing you to edit all the translations side by side, highlighting missing translations
![Localization Editor](https://github.com/igorkulman/iOSLocalizationEditor/raw/master/screenshots/editor.png)
## Motivation
Managing 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.
## What does this tool do?
Start 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.
All 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.
When you change any of the translations the corresponding `Localizable.strings` gets updated.
## Installation
### Homebrew
```bash
brew install --cask localizationeditor
```### Manual
To download and run the app
- Go to [Releases](https://github.com/igorkulman/iOSLocalizationEditor/releases) and download the built app archive **LocalizationEditor.app.zip** from the latest release
- Unzip **LocalizationEditor.app.zip**
- 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)## Support the project
## Contributing
All contributions are welcomed, including bug reports and pull requests with new features. Please read [CONTRIBUTING](CONTRIBUTING.md) for more details.
### Localizing the app
The 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!
## Author
- **Igor Kulman** - *Initial work* - [email protected]
See also the list of [contributors](https://github.com/igorkulman/iOSLocalizationEditor/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Icon
App icon created by [@sergeykushner](https://github.com/sergeykushner)