Script to sort out newlines in android files
This commit is contained in:
parent
be1d33a597
commit
69d2ed9b1d
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ echo "$iphone_strings" | wc -l
|
|||
# Perform one last migration from source files
|
||||
./tools/unix/generate_localizations.sh
|
||||
|
||||
# Adapt \n to incluce a line break like Weblate does
|
||||
sed -i "" -E '/<string /s/\\n/\n\\n/g' $android_strings_xml
|
||||
|
||||
## Prepare iPhone files for Weblate
|
||||
|
||||
# Remove blank lines between translatable strings
|
||||
|
|
Reference in a new issue