Removed "Polish (Latin Characters)" from generateTranslationDiffs

This commit is contained in:
Morgan Hardwood 2019-03-31 23:34:51 +02:00
parent db65d11aa1
commit d189def092
1 changed files with 0 additions and 4 deletions

View File

@ -43,7 +43,6 @@ if [[ $# = 0 ]]; then
-not -iname ".*" \
-not -iname "$tmp" \
-not -iname "English (UK)" \
-not -iname "Polish (Latin Characters)" \
| sort)
else
langFiles=("$@")
@ -120,9 +119,6 @@ case "${langFiles[@]}" in
-e 'h;s/^[^;]*;//; s/Center/Centre/g; x;s/;.*//;G;s/\n/;/' >> English\ \(UK\)
grep -Evi ".+;.*(color|behavior|center).*" "English (US)" | grep -Ev "^#" >> "English (UK)"
;;&
*"./Polish"*) printf "%s\n" "Creating Polish (Latin Characters) file"
sed 'y/ĄĆĘŁŃÓŚŹŻąćęłńóśźż/ACELNOSZZacelnoszz/' < Polish > "Polish (Latin Characters)"
;;&
esac
ttot2="$(date +%s)"