commit
756905b9cd
56 changed files with 1428 additions and 544 deletions
|
|
@ -16,6 +16,8 @@ forbiddenTerms = {
|
|||
"screen_server_confirmation_message_login_element_dot_io",
|
||||
# "Be in your element", will probably be changed on the forks, so we can ignore.
|
||||
"screen_onboarding_welcome_title",
|
||||
# Contains "Element Call"
|
||||
"screen_incoming_call_subtitle_android",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ fi
|
|||
|
||||
set +e
|
||||
echo "Moving files from values-id to values-in..."
|
||||
find . -type d -name 'values-id' -execdir mv {}/translations.xml {}/../values-in/translations.xml \;
|
||||
find . -type d -name 'values-id' -execdir mv {}/translations.xml {}/../values-in/translations.xml 2> /dev/null \;
|
||||
|
||||
echo "Deleting all the folders values-id..."
|
||||
find . -type d -name 'values-id' -exec rm -rf {} 2> /dev/null \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue