Commit e923af51 by Demid Merzlyakov

WeatherType: removed Day / Night from localized strings.

parent 2810cc64
......@@ -36,11 +36,11 @@
"forecast.sunny" = "Sunny";
"forecast.cloudy" = "Cloudy";
"forecast.partlyCloudyDay" = "Partly Cloudy";
"forecast.snowyDay" = "Snowy Day";
"forecast.snowyNight" = "Snowy Night";
"forecast.clearDay" = "Clear Day";
"forecast.clearNight" = "Clear Night";
"forecast.partlyCloudyNight" = "Partly Cloudy Night";
"forecast.snowyDay" = "Snowy";
"forecast.snowyNight" = "Snowy";
"forecast.clearDay" = "Clear";
"forecast.clearNight" = "Clear";
"forecast.partlyCloudyNight" = "Partly Cloudy";
"forecast.thunderstorm" = "Thunderstorm";
"forecast.heavySnow" = "Heavy Snow";
"forecast.lightSnow" = "Light Snow";
......@@ -50,8 +50,8 @@
"forecast.blowingDust" = "Blowing Dust";
"forecast.haze" = "Haze";
"forecast.lightFog" = "Light Fog";
"forecast.mostlyCloudyDay" = "Mostly Cloudy Day";
"forecast.mostlyCloudyNight" = "Mostly Cloudy Night";
"forecast.mostlyCloudyDay" = "Mostly Cloudy";
"forecast.mostlyCloudyNight" = "Mostly Cloudy";
"forecast.lightDrizzle" = "Light Drizzle";
"forecast.heavyRain" = "Heavy Rain";
"forecast.smoke" = "Smoke";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment