ソースを参照

fix: add missing string for Earth

pull/275/head
コミット
7f6df4adc3
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      kosmorro/i18n/strings.py

+ 1
- 0
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"),


読み込み中…
キャンセル
保存