make iOS formatter compatible with twine string files that may have Android substitution formats
This commit is contained in:
parent
a32e291668
commit
afee09b707
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue