summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-05-17 08:05:29 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-05-17 08:06:22 -0400
commit1530bb4849a9dc828a18985bad0c65d21a70d7d0 (patch)
tree4c89a10bf81029cee644c5e471dc62b446dd4971
parentc615a02ee3127c4cb359983104d5c19f8b0f6590 (diff)
downloadrockbox-1530bb4849.tar.gz
rockbox-1530bb4849.zip
voice-corrections: Correct an error in English and sort languages alphabetically
('ADC' was being converted to 'A C C' for some reason..) Change-Id: I0157813cad963cbfae3f63b00f0c75df01ec8e0c
-rw-r--r--tools/voice-corrections.txt51
1 files changed, 25 insertions, 26 deletions
diff --git a/tools/voice-corrections.txt b/tools/voice-corrections.txt
index 8a105f7415..a1add90172 100644
--- a/tools/voice-corrections.txt
+++ b/tools/voice-corrections.txt
@@ -19,14 +19,6 @@
Empty lines and lines starting with a whitespace are ignored, for all other
lines the first character will become the separator.
-
- Russian
-
-/russian/.*/.*/USB/Ю Эс Би/g
-/russian/.*/.*/VBR/Ви Би Ар/g
-/russian/.*/.*/ПДУ/П Д У/g
-/russian/.*/.*/ЖКД/Ж Ка Д/g
-
General for all engines and languages
/.*/.*/.*/USB/U S B/g
@@ -37,7 +29,7 @@
/.*/.*/.*/WPS/W P S/g
/.*/.*/.*/ID3/I D 3/g
/.*/.*/.*/DAC/D A C/g
-/.*/.*/.*/ADC/A C C/g
+/.*/.*/.*/ADC/A D C/g
/.*/.*/.*/last\.fm/Last F M/ig
English
@@ -68,23 +60,6 @@
/deutsch/sapi/AT&T Labs/\Blauf\b/-lauf/ig;
/deutsch/sapi/AT&T Labs/\bnumerisch\b/numehrisch/ig;
- Swedish (svenska)
- for all swedish engines (e.g. for english words)
-
-/svenska/.*/.*/kilobyte/kilobajt/ig
-/svenska/.*/.*/megabyte/megabajt/ig
-/svenska/.*/.*/gigabyte/gigabajt/ig
-/svenska/.*/.*/\bloudness\b/laudness/ig
-/svenska/espeak/.*/ampere/ampär/ig
-/svenska/espeak/.*/bokmärken/bok-märken/ig
-/svenska/espeak/.*/generella/schenerella/ig
-/svenska/espeak/.*/dithering/diddering/ig
-/svenska/espeak/.*/\bunicode\b/jynikod/ig
-/svenska/espeak/.*/uttoning/utoning/ig
-/svenska/espeak/.*/procent/pro-cent/ig
-/svenska/espeak/.*/spellistor/spelistor/ig
-/svenska/espeak/.*/cuesheet/qjyschiit/ig
-
Italian (italiano)
for all italian engines (e.g. for english words)
@@ -134,3 +109,27 @@
/japanese/sapi/Voiceware/一杯/いっぱい/ig
/japanese/sapi/Voiceware/無い場合レジューム/無い場合、れじゅうむ/ig
/japanese/sapi/Create System Development Co, Ltd./一杯/いっぱい/ig
+
+ Russian
+
+/russian/.*/.*/USB/Ю Эс Би/g
+/russian/.*/.*/VBR/Ви Би Ар/g
+/russian/.*/.*/ПДУ/П Д У/g
+/russian/.*/.*/ЖКД/Ж Ка Д/g
+
+ Swedish (svenska)
+ for all swedish engines (e.g. for english words)
+
+/svenska/.*/.*/kilobyte/kilobajt/ig
+/svenska/.*/.*/megabyte/megabajt/ig
+/svenska/.*/.*/gigabyte/gigabajt/ig
+/svenska/.*/.*/\bloudness\b/laudness/ig
+/svenska/espeak/.*/ampere/ampär/ig
+/svenska/espeak/.*/bokmärken/bok-märken/ig
+/svenska/espeak/.*/generella/schenerella/ig
+/svenska/espeak/.*/dithering/diddering/ig
+/svenska/espeak/.*/\bunicode\b/jynikod/ig
+/svenska/espeak/.*/uttoning/utoning/ig
+/svenska/espeak/.*/procent/pro-cent/ig
+/svenska/espeak/.*/spellistor/spelistor/ig
+/svenska/espeak/.*/cuesheet/qjyschiit/ig