From ba66bf88d302acaf8f2efa9ac721590336eece49 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Tue, 3 Sep 2019 16:51:46 -0400 Subject: [PATCH] Add exceptional in weather to translations (#3599) --- src/translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/translations/en.json b/src/translations/en.json index 44581447d5..aa3f678043 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -281,6 +281,7 @@ "weather": { "clear-night": "Clear, night", "cloudy": "Cloudy", + "exceptional": "Exceptional", "fog": "Fog", "hail": "Hail", "lightning": "Lightning",