This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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. |