Removed "Polish (Latin Characters)" from generateTranslationDiffs
This commit is contained in:
parent
db65d11aa1
commit
d189def092
@ -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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user