1
0
Fork 0
forked from len0rd/rockbox

Attempt to fix pronounciation of "plugins" for all English languages. Hopefully this spells the end of ploogins.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2007-09-19 20:56:07 +00:00
parent a783f44d44
commit b9022cf0eb

View file

@ -130,12 +130,8 @@ sub correct_string {
$string =~ s/ID3/I D 3/g; $string =~ s/ID3/I D 3/g;
case "english" { case "english" {
switch($$tts_object{"name"}) {
case "sapi" { # just for SAPI
$string =~ s/plugin(s?)/plug-in$1/ig; $string =~ s/plugin(s?)/plug-in$1/ig;
} }
}
}
case "deutsch" { case "deutsch" {
# for all german engines (e.g. for english words) # for all german engines (e.g. for english words)
$string =~ s/alkaline/alkalein/ig; $string =~ s/alkaline/alkalein/ig;