Skip to content

Instantly share code, notes, and snippets.

View ipavlidakis's full-sized avatar
🏠
Working from home

Ilias Pavlidakis ipavlidakis

🏠
Working from home
View GitHub Profile
@ipavlidakis
ipavlidakis / mergegenstrings.py
Created November 15, 2016 10:20 — forked from yoichitgy/mergegenstrings.py
A script to generate .strings file for .swift, .m, .storyboard and .xib files by genstrings and ibtool commands, and merge them with existing translations.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Localize.py - Incremental localization on XCode projects
# João Moreno 2009
# http://joaomoreno.com/
# Modified by Steve Streeting 2010 http://www.stevestreeting.com
# Changes
# - Use .strings files encoded as UTF-8