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>
|
<token>rwy-to</token>
|
||||||
</else>
|
</else>
|
||||||
</if>
|
</if>
|
||||||
<text>. Weather. </text>
|
<text>. Weather. Wind </text>
|
||||||
<text>Wind</text>
|
|
||||||
<token>wind-dir</token>
|
<token>wind-dir</token>
|
||||||
<text> degrees at </text>
|
<text> degrees at </text>
|
||||||
<token>wind-speed-kn</token>
|
<token>wind-speed-kn</token>
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
<n100>hundret</n100>
|
<n100>hundret</n100>
|
||||||
<n1000>thousand</n1000>
|
<n1000>thousand</n1000>
|
||||||
|
|
||||||
|
<minus>minus</minus>
|
||||||
|
<plus>plus</plus>
|
||||||
|
|
||||||
<!-- spoken letters -->
|
<!-- spoken letters -->
|
||||||
<a>alpha</a>
|
<a>alpha</a>
|
||||||
<b>bravo</b>
|
<b>bravo</b>
|
||||||
|
|
Loading…
Add table
Reference in a new issue