Skip to content

Commit

Permalink
Unicode escapes are fun.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason LaPorte committed Jul 3, 2013
1 parent 12cd045 commit 31b2cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ var DarkSkyEnglish = {
"friday": "Friday",
"saturday": "Saturday",
"minutes": "$1 min.",
"fahrenheit": "$1°F",
"celsius": "$1°C",
"fahrenheit": "$1\u00B0F",
"celsius": "$1\u00B0C",
"and": "$1 and $2",
"clauses": function(one, two) {
return one +
Expand Down

0 comments on commit 31b2cf5

Please sign in to comment.