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

View File

@ -43,7 +43,6 @@ if [[ $# = 0 ]]; then
-not -iname ".*" \ -not -iname ".*" \
-not -iname "$tmp" \ -not -iname "$tmp" \
-not -iname "English (UK)" \ -not -iname "English (UK)" \
-not -iname "Polish (Latin Characters)" \
| sort) | sort)
else else
langFiles=("$@") langFiles=("$@")
@ -120,9 +119,6 @@ case "${langFiles[@]}" in
-e 'h;s/^[^;]*;//; s/Center/Centre/g; x;s/;.*//;G;s/\n/;/' >> English\ \(UK\) -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)" 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 esac
ttot2="$(date +%s)" ttot2="$(date +%s)"