All Projects → igorkulman → Ioslocalizationeditor

igorkulman / Ioslocalizationeditor

Licence: mit
Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ioslocalizationeditor

Stringz
A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
Stars: ✭ 440 (-58.72%)
Mutual labels:  macos-app, translation, xcode, localization
Bartycrouch
Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files.
Stars: ✭ 1,032 (-3.19%)
Mutual labels:  translation, xcode, localization
Sketchcachecleaner
💻 Sketch Cache Cleaner - Deletes hidden Sketch history files that can take a lot of space on your hard drive and that you would probably never use.
Stars: ✭ 435 (-59.19%)
Mutual labels:  macos-app, xcode
Mobility
Pluggable Ruby translation framework
Stars: ✭ 644 (-39.59%)
Mutual labels:  translation, localization
Frenchkiss.js
The blazing fast lightweight internationalization (i18n) module for javascript
Stars: ✭ 776 (-27.2%)
Mutual labels:  translation, localization
Laravel Pt Br Localization
Tradução do Laravel para português brasileiro (pt_BR locale)
Stars: ✭ 373 (-65.01%)
Mutual labels:  translation, localization
React Localize Redux
Dead simple localization for your React components
Stars: ✭ 384 (-63.98%)
Mutual labels:  translation, localization
Fluent.js
JavaScript implementation of Project Fluent
Stars: ✭ 622 (-41.65%)
Mutual labels:  translation, localization
Localization Helper
🎌 Laravel Localization Helper :: Easily add translation variables from Blade templates.
Stars: ✭ 31 (-97.09%)
Mutual labels:  translation, localization
Parrot
Self-hosted Localization Management Platform built with Go and Angular
Stars: ✭ 967 (-9.29%)
Mutual labels:  translation, localization
Pontoon
Mozilla's Localization Platform
Stars: ✭ 976 (-8.44%)
Mutual labels:  translation, localization
Localize
🏁 Automatically clean your Localizable.strings files
Stars: ✭ 311 (-70.83%)
Mutual labels:  translation, xcode
Lingver
Manage your application locale and language.
Stars: ✭ 300 (-71.86%)
Mutual labels:  translation, localization
Easy localization
Easy and Fast internationalizing your Flutter Apps
Stars: ✭ 407 (-61.82%)
Mutual labels:  translation, localization
Js Lingui
🌍📖 A readable, automated, and optimized (5 kb) internationalization for JavaScript
Stars: ✭ 3,249 (+204.78%)
Mutual labels:  translation, localization
Eo Locale
🌏Internationalize js apps 👔Elegant lightweight library based on Internationalization API
Stars: ✭ 290 (-72.8%)
Mutual labels:  translation, localization
Docs L10n
Translations of TensorFlow documentation
Stars: ✭ 262 (-75.42%)
Mutual labels:  translation, localization
Tower
i18n & L10n library for Clojure/Script
Stars: ✭ 264 (-75.23%)
Mutual labels:  translation, localization
Fluent
Fluent — planning, spec and documentation
Stars: ✭ 818 (-23.26%)
Mutual labels:  translation, localization
Mod Translation Styleguide
Simplified Chinese Minecraft Mod translation standards and guidelines.
Stars: ✭ 37 (-96.53%)
Mutual labels:  translation, localization

Localization Editor

License: MIT Platforms Swift Version Twitter: @igorkulman Buy Me A Coffee

Simple 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

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

brew install --cask localizationeditor

Manual

To download and run the app

  • Go to 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

Buy Me A Coffee

Contributing

All contributions are welcomed, including bug reports and pull requests with new features. Please read CONTRIBUTING 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 files. You can use this app do do it!

Author

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Icon

App icon created by @sergeykushner

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].