Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion archinstall/lib/bootloader/bootloader_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ async def select_bootloader(
async def select_plymouth_theme(preset: PlymouthTheme | None = None) -> PlymouthTheme | None:
items = [MenuItem(t.value, value=t) for t in PlymouthTheme]
group = MenuItemGroup(items, sort_items=False)
group.set_selected_by_value(preset.value if preset else None)
group.set_focus_by_value(preset)

result = await Selection[PlymouthTheme](
group,
Expand Down
10 changes: 10 additions & 0 deletions archinstall/locales/base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ msgstr ""
msgid "Install to removable location"
msgstr ""

msgid "Plymouth"
msgstr ""

msgid "Will install to /EFI/BOOT/ (removable location, safe default)"
msgstr ""

Expand Down Expand Up @@ -248,6 +251,9 @@ msgstr ""
msgid "UEFI is not detected and some options are disabled"
msgstr ""

msgid "Select Plymouth theme"
msgstr ""

msgid "The specified configuration will be applied"
msgstr ""

Expand Down Expand Up @@ -882,6 +888,10 @@ msgstr ""
msgid "Removable"
msgstr ""

#, python-brace-format
msgid "Plymouth \"{}\""
msgstr ""

msgid "Use a best-effort default partition layout"
msgstr ""

Expand Down