Skip to content

Instantly share code, notes, and snippets.

View temnoregg's full-sized avatar

Petr Chalupny temnoregg

View GitHub Profile
# -*- coding: utf8 -*-
"""
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.