From 7f6df4adc3a93dd48d93b6cf94e22836eb93749f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Thu, 7 Jul 2022 13:02:05 +0200 Subject: [PATCH] fix: add missing string for Earth --- kosmorro/i18n/strings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kosmorro/i18n/strings.py b/kosmorro/i18n/strings.py index 09899fd..cb37ede 100644 --- a/kosmorro/i18n/strings.py +++ b/kosmorro/i18n/strings.py @@ -54,6 +54,7 @@ def from_object(identifier: ObjectIdentifier) -> str: ObjectIdentifier.MOON: _("Moon"), ObjectIdentifier.MERCURY: _("Mercury"), ObjectIdentifier.VENUS: _("Venus"), + ObjectIdentifier.EARTH: _("Earth"), ObjectIdentifier.MARS: _("Mars"), ObjectIdentifier.JUPITER: _("Jupiter"), ObjectIdentifier.SATURN: _("Saturn"),