Make multiline android translations into single line
This commit is contained in:
parent
d260346c17
commit
1e73ac7d85
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ module Twine
|
|||
value = ele.text
|
||||
if value
|
||||
value.gsub!('\\\'', '\'')
|
||||
value.gsub!(/\n/, '')
|
||||
value.gsub!('%s', '%@')
|
||||
strings.strings_map[key].translations[lang] = value
|
||||
else
|
||||
|
|
Reference in a new issue