summaryrefslogtreecommitdiff
path: root/apps/lang/english-us.lang
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-09-21 19:16:23 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-09-28 17:25:28 -0400
commit70e72e01d24bd6fe1e9ef15bcf3ceeccb69e2d6b (patch)
tree6952891e98ea47b3b7b2a8d621087bf9b7340b5b /apps/lang/english-us.lang
parent3cc7509e815787b6f528282b0c14b4b09fa18a05 (diff)
downloadrockbox-70e72e01d24bd6fe1e9ef15bcf3ceeccb69e2d6b.tar.gz
rockbox-70e72e01d24bd6fe1e9ef15bcf3ceeccb69e2d6b.zip
talk: Add support for languages that swap the tens position in numbers
For example, English would say "231" as "two hundred thirty one" but many other languages would say "two hundred one and thirty" So, if VOICE_NUMERIC_TENS_SWAP_SEPARATOR is not an empty string, swap the tens and ones position and use that string ("and" in the above example) as the voiced separator. Change-Id: I69f8064d44b3995827327cabae6ad352bf257d04
Diffstat (limited to 'apps/lang/english-us.lang')
-rw-r--r--apps/lang/english-us.lang14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/lang/english-us.lang b/apps/lang/english-us.lang
index 14b33569d2..b926b4e37e 100644
--- a/apps/lang/english-us.lang
+++ b/apps/lang/english-us.lang
@@ -16013,3 +16013,17 @@
16013 *: "Bit rate" 16013 *: "Bit rate"
16014 </voice> 16014 </voice>
16015</phrase> 16015</phrase>
16016<phrase>
16017 id: VOICE_NUMERIC_TENS_SWAP_SEPARATOR
16018 desc: voice only, for speaking numbers in languages that swap the tens and ones fields. Leave blank for languages that do not need it, such as English ("231" => "two hundred thirty one") but other languages may speak it as "two hundred one [AND] thirty"
16019 user: core
16020 <source>
16021 *: ""
16022 </source>
16023 <dest>
16024 *: ""
16025 </dest>
16026 <voice>
16027 *: ""
16028 </voice>
16029</phrase>