diff --git a/site/i18n/en.toml b/site/i18n/en.toml index 4fb56f4..a71fd5c 100644 --- a/site/i18n/en.toml +++ b/site/i18n/en.toml @@ -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!" diff --git a/site/languages/strings-to-i18n.sh b/site/languages/strings-to-i18n.sh index b099f58..def77da 100755 --- a/site/languages/strings-to-i18n.sh +++ b/site/languages/strings-to-i18n.sh @@ -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"