This commit is contained in:
Applevangelist 2023-06-18 12:18:09 +02:00
parent 0d40b36613
commit 09f0c9e069

View File

@ -15078,7 +15078,8 @@ function AIRBOSS:_GetNiceSRSText(text)
text = string.gsub(text,"||","parallel")
text = string.gsub(text,"==","perpendicular")
text = string.gsub(text,"BRC","Base recovery")
text = string.gsub(text,"#","Number")
--text = string.gsub(text,"#","Number")
text = string.gsub(text,"%((%a+)%)","Morse %1")
text = string.gsub(text,"°C","° Celsius")
text = string.gsub(text,"°"," degrees")
text = string.gsub(text," FB "," Final bearing ")
@ -15093,6 +15094,7 @@ function AIRBOSS:_GetNiceSRSText(text)
text = string.gsub(text," NM"," nautical miles")
text = string.gsub(text," ft"," feet")
text = string.gsub(text,"A/C","aircraft")
text = string.gsub(text,"(#[%a%d%p%s]+)\n","")
text = string.gsub(text,"%.000"," dot zero")
text = string.gsub(text,"00"," double zero")
text = string.gsub(text," 0 "," zero " )