1
0
Fork 0

Fix wrong ATIS for negative temperatures

This commit is contained in:
Torsten Dreyer 2015-01-12 16:45:36 +01:00
parent f68ba39c93
commit 776a6552b5
2 changed files with 4 additions and 2 deletions

View file

@ -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>

View file

@ -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>