Skip to content

Commit

Permalink
Weather fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ack committed Feb 3, 2018
1 parent f648166 commit dcb9408
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/translation/chinese.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"weather_snow": "",
"weather_hsnow": "大雪",
"weather_hrain": "大雨",
"weather_blizzard": "暴雪",
"weather_bdust": "扬尘",
"weather_snowandrain": "雨夹雪",
"weather_fog": "",
"weather_haze": "雾霾",
Expand Down
2 changes: 1 addition & 1 deletion assets/translation/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"weather_snow": "Snow",
"weather_hsnow": "Heavy snow",
"weather_hrain": "Heavy rain",
"weather_blizzard": "Blizzard",
"weather_bdust": "Blowing dust",
"weather_snowandrain": "Snow and rain",
"weather_fog": "Fog",
"weather_haze": "Haze",
Expand Down
2 changes: 1 addition & 1 deletion assets/translation/russian.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"weather_snow": "Снег",
"weather_hsnow": "Сильный снег",
"weather_hrain": "Сильный дождь",
"weather_blizzard": "Метель",
"Blowing dust": "Пыльная буря",
"weather_snowandrain": "Снег с дождем",
"weather_fog": "Туман",
"weather_haze": "Мгла",
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ <h3 data-translate-id="weathericons">Weather icons</h3>
</tr>
<tr>
<td><img src="defaultimages/279.png"></td>
<td data-translate-id="weather_blizzard">Windy</td>
<td data-translate-id="weather_sandstorm">Sandstorm</td>//
</tr>
<tr>
<td><img src="defaultimages/280.png"></td>
Expand All @@ -635,7 +635,7 @@ <h3 data-translate-id="weathericons">Weather icons</h3>
</tr>
<tr>
<td><img src="defaultimages/285.png"></td>
<td data-translate-id="weather_dust">Dust</td>
<td data-translate-id="weather_dust">Floating dust</td>//
</tr>
<tr>
<td><img src="defaultimages/286.png"></td>
Expand All @@ -655,7 +655,7 @@ <h3 data-translate-id="weathericons">Weather icons</h3>
</tr>
<tr>
<td><img src="defaultimages/290.png"></td>
<td data-translate-id="weather_sandstorm">Sandstorm</td>
<td data-translate-id="weather_bdust">Blowing dust</td>//
</tr>
<tr>
<td><img src="defaultimages/291.png"></td>
Expand Down

0 comments on commit dcb9408

Please sign in to comment.