Commit e923af51 by Demid Merzlyakov

WeatherType: removed Day / Night from localized strings.

parent 2810cc64
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
"forecast.sunny" = "Sunny"; "forecast.sunny" = "Sunny";
"forecast.cloudy" = "Cloudy"; "forecast.cloudy" = "Cloudy";
"forecast.partlyCloudyDay" = "Partly Cloudy"; "forecast.partlyCloudyDay" = "Partly Cloudy";
"forecast.snowyDay" = "Snowy Day"; "forecast.snowyDay" = "Snowy";
"forecast.snowyNight" = "Snowy Night"; "forecast.snowyNight" = "Snowy";
"forecast.clearDay" = "Clear Day"; "forecast.clearDay" = "Clear";
"forecast.clearNight" = "Clear Night"; "forecast.clearNight" = "Clear";
"forecast.partlyCloudyNight" = "Partly Cloudy Night"; "forecast.partlyCloudyNight" = "Partly Cloudy";
"forecast.thunderstorm" = "Thunderstorm"; "forecast.thunderstorm" = "Thunderstorm";
"forecast.heavySnow" = "Heavy Snow"; "forecast.heavySnow" = "Heavy Snow";
"forecast.lightSnow" = "Light Snow"; "forecast.lightSnow" = "Light Snow";
...@@ -50,8 +50,8 @@ ...@@ -50,8 +50,8 @@
"forecast.blowingDust" = "Blowing Dust"; "forecast.blowingDust" = "Blowing Dust";
"forecast.haze" = "Haze"; "forecast.haze" = "Haze";
"forecast.lightFog" = "Light Fog"; "forecast.lightFog" = "Light Fog";
"forecast.mostlyCloudyDay" = "Mostly Cloudy Day"; "forecast.mostlyCloudyDay" = "Mostly Cloudy";
"forecast.mostlyCloudyNight" = "Mostly Cloudy Night"; "forecast.mostlyCloudyNight" = "Mostly Cloudy";
"forecast.lightDrizzle" = "Light Drizzle"; "forecast.lightDrizzle" = "Light Drizzle";
"forecast.heavyRain" = "Heavy Rain"; "forecast.heavyRain" = "Heavy Rain";
"forecast.smoke" = "Smoke"; "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