make iOS formatter compatible with twine string files that may have Android substitution formats

This commit is contained in:
Robert Guo 2012-07-05 08:30:16 -05:00
parent a32e291668
commit afee09b707

View file

@ -62,6 +62,7 @@ module Twine
key.gsub!('\\"', '"')
value = match[2]
value.gsub!('\\"', '"')
value = iosify_substitutions(value)
set_translation_for_key(key, lang, value)
if last_comment
set_comment_for_key(key, last_comment)