summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index f8b50f2..d51bf7c 100644
--- a/index.js
+++ b/index.js
@@ -120,10 +120,10 @@ const displayWeather = (data) => {
781: "tornado",
800: "clear",
- 801: "light clouds",
+ 801: furigana("薄雲", "うすぐも"), // light clouds
802: "scattered clouds",
803: "broken clouds",
- 804: "overcast",
+ 804: furigana("雨曇り", "あまぐもり"), // overcast
};
const currentWeather = `${data.current.temp.toFixed(0)}${furigana(
"度",