TodayStream/langs/en/weather.json

10 lines
409 B
JSON
Raw Normal View History

2019-01-30 15:40:15 -07:00
{
"High: {temp}{units}": "High: {temp}{units}",
"Low: {temp}{units}": "Low: {temp}{units}",
"Temperature: {temp}{units}": "Temperature: {temp}{units}",
2019-02-08 21:24:17 -07:00
"{temp}{units}": "{temp}{units}",
"{tempLow} to {tempHigh}{units}": "{tempLow} to {tempHigh}{units}",
"Low: {tempLow}{units} High: {tempHigh}{units}": "Low: {tempLow}{units} | High: {tempHigh}{units}",
"Geolocate": "Geolocate"
2019-01-30 15:40:15 -07:00
}