Skip to content

Instantly share code, notes, and snippets.

View chrismi's full-sized avatar

Christian Mikalsen chrismi

View GitHub Profile
@chrismi
chrismi / makestrings.py
Created November 5, 2011 19:43
Auto-generates localized strings.xml for Appcelerator Titanium projects
"""
MAKESTRINGS – EASIER I18N FOR TITANIUM APPS
Auto-generates localized strings.xml for Appcelerator Titanium projects by inspecting
the project's JS files looking for L() calls.
The scripts adds unlocalized strings to strings.xml, ready for translation. Already
localized strings in strings.xml are not touched.
SETUP