All Projects → iv-mexx → update_localization

iv-mexx / update_localization

Licence: MIT license
A Python Script that helps dealing with localizations in Xcode. It keeps track of Items that are already translated and doesnt replace them like genstrings does but appends new items. Moreover it is possible to specify extensions of files that should be scanned and to specify ignore patterns for Files that should be ignored

Programming Languages

python
139335 projects - #7 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to update localization

Localisation
Repository for translation and discussion for OpenRCT2.
Stars: ✭ 49 (+25.64%)
Mutual labels:  localization, localisation
wp-loco
MIRROR of the official Loco Wordpress plugin "Loco Translate"
Stars: ✭ 35 (-10.26%)
Mutual labels:  localization, localisation
loco-php-sdk
Loco SDK for PHP including REST API client
Stars: ✭ 12 (-69.23%)
Mutual labels:  localization, localisation
poeditor-cli
POEditor CLI
Stars: ✭ 29 (-25.64%)
Mutual labels:  localization, localisation
local.js
Localization script for web sites which has the multiple languages.
Stars: ✭ 15 (-61.54%)
Mutual labels:  localization, localisation
inlang
Open Source Localization Solution for Software.
Stars: ✭ 160 (+310.26%)
Mutual labels:  localization, localisation
SwiftGenStrings
genstrings replacement for Swift that actually works
Stars: ✭ 29 (-25.64%)
Mutual labels:  localization, genstrings
S2DHM
Sparse-to-Dense Hypercolumn Matching for Long-Term Visual Localization (3DV 2019)
Stars: ✭ 64 (+64.1%)
Mutual labels:  localization
learnrxjs
Русскоязычная документация RxJS
Stars: ✭ 20 (-48.72%)
Mutual labels:  localization
awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+523.08%)
Mutual labels:  localization
arbify flutter
Flutter package providing Arbify support.
Stars: ✭ 18 (-53.85%)
Mutual labels:  localization
i18n-xamarin-forms
Xamarin Localization Library for Xamarin/Xamarin.Forms
Stars: ✭ 17 (-56.41%)
Mutual labels:  localization
csv-localizer
Command Line Interface that convert CSV file to iOS, Android or JSON localizable strings
Stars: ✭ 84 (+115.38%)
Mutual labels:  localization
pdx-ymltranslator
Paradox Interactive YML Translator
Stars: ✭ 18 (-53.85%)
Mutual labels:  localization
learn flutter theme
Learn flutter theme in this project
Stars: ✭ 30 (-23.08%)
Mutual labels:  localization
fluent-web
A web component for using projectfluent.org/
Stars: ✭ 41 (+5.13%)
Mutual labels:  localization
iXn
Control your localization of apps
Stars: ✭ 20 (-48.72%)
Mutual labels:  localization
Temp-l10n
Frozen - checkout https://github.com/TartaricAcid/Minecraft-Mod-Language-Package for Minecraft 1.12+
Stars: ✭ 13 (-66.67%)
Mutual labels:  localization
go-l10n
Lightweight yet powerful continuous localization solution for Go, based on Serge and Plurr.
Stars: ✭ 32 (-17.95%)
Mutual labels:  localization
simplelocalize-cli
Command-line tool for SimpleLocalize
Stars: ✭ 37 (-5.13%)
Mutual labels:  localization

update_localizations.py

A Python Script that helps dealing with localizations in Xcode. It keeps track of Items that are already translated and doesnt replace them like genstrings does but appends new items.

Moreover it is possible to specify extensions of files that should be scanned and to specify ignore patterns for Files that should be ignored

Swift

As long as you use only the default variant of NSLocalizedString(value: comment:) without additional parameters, this script works for swift as well.

However, as soon as you need additional parameters, the genstrings tool break (rdar://22817000).

When you're working with swift, I'd suggest to manually edit your .strings files and use R.swift or SwiftGen to generate code for them.

More Information

For more information read my original blog post at https://www.innovaptor.com/blog/2013/02/07/a-localization-workflow-that-works-well-in-practice/

For more information about the recommended workflow in swift, read my updated blog post at https://www.innovaptor.com/blog/2016/11/17/update-localization-workflow/

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].