summaryrefslogtreecommitdiff
path: root/apps/lang/dansk.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/dansk.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/dansk.lang')
-rw-r--r--apps/lang/dansk.lang14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/lang/dansk.lang b/apps/lang/dansk.lang
index 536ecb28ec..aff651cc52 100644
--- a/apps/lang/dansk.lang
+++ b/apps/lang/dansk.lang
@@ -12652,3 +12652,17 @@
12652 *: "Start auto-sluk ved opstart" 12652 *: "Start auto-sluk ved opstart"
12653 </voice> 12653 </voice>
12654</phrase> 12654</phrase>
12655<phrase>
12656 id: VOICE_NUMERIC_TENS_SWAP_SEPARATOR
12657 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"
12658 user: core
12659 <source>
12660 *: ""
12661 </source>
12662 <dest>
12663 *: ""
12664 </dest>
12665 <voice>
12666 *: "og"
12667 </voice>
12668</phrase>