Fix ISO-646-SE spelling of Lule\[oa].
This commit is contained in:
parent
8fee4a2c4e
commit
789ad60c12
@ -236,6 +236,9 @@ while(<>) {
|
||||
$msg =~ s/^\"//o;
|
||||
$msg =~ s/\"$//o;
|
||||
|
||||
# Fix ISO-646-SE spelling of Lule\[oa]
|
||||
$msg =~ s/Lule\}/Lulea/g;
|
||||
|
||||
# Collapse multiple spaces between words. There are a
|
||||
# few entries with "by__Name" that affects sorting.
|
||||
$msg =~ s/(\w) +(\w)/$1 $2/g;
|
||||
|
Loading…
Reference in New Issue
Block a user