Fix wrong ATIS for negative temperatures
This commit is contained in:
parent
f68ba39c93
commit
776a6552b5
2 changed files with 4 additions and 2 deletions
|
@ -43,8 +43,7 @@
|
|||
<token>rwy-to</token>
|
||||
</else>
|
||||
</if>
|
||||
<text>. Weather. </text>
|
||||
<text>Wind</text>
|
||||
<text>. Weather. Wind </text>
|
||||
<token>wind-dir</token>
|
||||
<text> degrees at </text>
|
||||
<token>wind-speed-kn</token>
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
<n100>hundret</n100>
|
||||
<n1000>thousand</n1000>
|
||||
|
||||
<minus>minus</minus>
|
||||
<plus>plus</plus>
|
||||
|
||||
<!-- spoken letters -->
|
||||
<a>alpha</a>
|
||||
<b>bravo</b>
|
||||
|
|
Loading…
Add table
Reference in a new issue