Skip to content

Commit 21dd241

Browse files
committed
i18n(themes): add theme en_us translations
1 parent fd1bbf6 commit 21dd241

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

gui/builtinPreferenceViews/pyfaGeneralPreferences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def langDisplay(langInfo):
106106
self.stThemeLabel.Wrap(-1)
107107
themeSizer.Add(self.stThemeLabel, 0, wx.ALL | wx.ALIGN_CENTER_VERTICAL, 5)
108108

109-
self.themeChoices = [_t("System Default"), _t("Pyfa Dark"), _t("Light")]
109+
self.themeChoices = [_t("System Default"), _t("Pyfa Dark"), _t("Pyfa Light")]
110110
self.chTheme = wx.Choice(panel, wx.ID_ANY, wx.DefaultPosition, wx.DefaultSize, self.themeChoices, 0)
111111
Colors.styleInput(self.chTheme)
112112
self.chTheme.SetSelection(self.themeSettings.get('theme_mode'))

locale/en_US/LC_MESSAGES/lang.po

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,23 @@ msgstr "Triglavian Invasion"
9292
#: gui/builtinContextMenus/envEffectAdd.py:122
9393
msgid "ContextMenu|ProjectedEffectManipulation|Wolf Rayet"
9494
msgstr "Wolf Rayet"
95+
96+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:101
97+
msgid "Theme (requires restart)"
98+
msgstr "Theme (requires restart)"
99+
100+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:105
101+
msgid "Appearance:"
102+
msgstr "Appearance:"
103+
104+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:109
105+
msgid "System Default"
106+
msgstr "System Default"
107+
108+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:109
109+
msgid "Pyfa Dark"
110+
msgstr "Pyfa Dark"
111+
112+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:109
113+
msgid "Pyfa Light"
114+
msgstr "Pyfa Light"

locale/lang.pot

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4450,3 +4450,23 @@ msgstr[1] ""
44504450
#, no-python-format, python-brace-format
44514451
msgid "{}% chance to be jammed"
44524452
msgstr ""
4453+
4454+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:101
4455+
msgid "Theme (requires restart)"
4456+
msgstr ""
4457+
4458+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:105
4459+
msgid "Appearance:"
4460+
msgstr ""
4461+
4462+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:109
4463+
msgid "System Default"
4464+
msgstr ""
4465+
4466+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:109
4467+
msgid "Pyfa Dark"
4468+
msgstr ""
4469+
4470+
#: gui/builtinPreferenceViews/pyfaGeneralPreferences.py:109
4471+
msgid "Pyfa Light"
4472+
msgstr ""

0 commit comments

Comments
 (0)