This commit is contained in:
Barry Haddow 2019-10-31 16:08:56 +00:00
parent b1d9fb6d75
commit 0fef8ebf4c

View File

@ -53,7 +53,7 @@ if ($prefixfile ne "") {
print STDERR "Loading non-breaking prefixes from $prefixfile\n";
} else {
my $prefixfile = "$mydir/nonbreaking_prefix.$language";
$prefixfile = "$mydir/nonbreaking_prefix.$language";
# Default to English, if we don't have a language-specific prefix file.
if (!(-e $prefixfile)) {