Browse Source

Change back to time reading as ratio numbers don't have zeroes.

master
Karl Eick 7 years ago
parent
commit
afd5528b3c
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      dictsource/de_rules

+ 3
- 3
dictsource/de_rules View File

@@ -23,10 +23,10 @@
.L03 a ä
.L04 o ö

// First number
// Hours
.L05 0 1 2 3 4 5 6 7 8 9 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23

// Second number
// Minutes
.L06 0 1 2 3 4 5


@@ -1492,7 +1492,7 @@ formal) ie =I@
D_) - (_D StrIC
_) - (_D _

_L05_) : (_L06D_ %tsu: // Say ratio
_L05_) : (_L06D_ %tsu: // Say time

// pronounce every word Polish containing Polish diacritics
ą _^_pl

Loading…
Cancel
Save