make script suitable for other languages and ignore static arguments

lektura
max.mehl 2018-06-08 19:14:21 +02:00
parent b77cc0344d
commit 28cbf1fe3a
No known key found for this signature in database
GPG Key ID: 2704E4AB371E2E92
2 changed files with 2 additions and 3 deletions

View File

@ -56,7 +56,6 @@ other= "Fostering innovation"
[arguments_list_description_4]
other= "With transparent processes, others don't have to reinvent the wheel."
# Action section
[action_headline]
other= "Tell Your Representatives!"

View File

@ -1,7 +1,7 @@
#!/bin/bash
# strings to ignore
ignore=("languageCode" "languageName")
ignore=("languageCode" "languageName" "arguments_list" "arguments_list_icon")
while read line; do
@ -30,4 +30,4 @@ while read line; do
newline=y
fi
done < strings.en.toml
done < "$1"