Skip to content

Commit

Permalink
Unicode for weather widget
Browse files Browse the repository at this point in the history
  • Loading branch information
knowthelist committed Apr 7, 2015
1 parent 9b69aae commit 047b04a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/widget_weather.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var widget_weather = {
// OPENWEATHER (Wetter.com) (incomplete)
'leichter Schnee - Schauer' : 'U',
'leichter Schnee-Regen' : 'V',
'mäßiger Schneefall' : 'U',
'm\u00e4\u00dfiger Schneefall' :'U',
'leichter Regen' : 'R',

// others
Expand Down Expand Up @@ -127,7 +127,7 @@ var widget_weather = {
// OPENWEATHER (wetter.com) (incomplete)
'leichter Schnee - Schauer' : '/images/default/weather/chance_of_snow.png',
'leichter Schnee-Regen' : '/images/default/weather/rainsnow.png',
'mäßiger Schneefall' : '/images/default/weather/chance_of_snow.png',
'm\u00e4\u00dfiger Schneefall' :'/images/default/weather/chance_of_snow.png',
'leichter Regen' : '/images/default/weather/drizzle.png',

// others
Expand Down Expand Up @@ -163,13 +163,13 @@ var widget_weather = {
'windig' : ':windy',
'kalt' : ':cold',
'wolkig' : ':cloudy',
'überwiegend wolkig' : ':mostly cloudy',
'\u00fcberwiegend wolkig' : ':mostly cloudy',
'teilweise wolkig' : ':partly cloudy',
'klar' : ':clear',
'sonnig' : ':sunny',
'heiter' : ':fair',
'Regen und Hagel' : ':mixed rain and hail',
'heiß' : ':hot',
'hei\u00df' : ':hot',
'einzelne Gewitter' : ':isolated thunderstorms',
'vereinzelt Gewitter' : ':scattered thunderstorms',
'vereinzelt Schauer' : ':scattered showers',
Expand Down

0 comments on commit 047b04a

Please sign in to comment.