Skip to content

Commit

Permalink
added translation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 26, 2024
1 parent e83fe23 commit b631d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/bootloader/generic_widgets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ def localized_names(name)
names = {
"grub2" => _("GRUB2"),
"grub2-efi" => _("GRUB2 for EFI"),
# Translators: Using Boot Loader Specification (BLS) snippets.
"grub2-bls" => _("GRUB2 with BLS"),
# Translators: option in combo box when bootloader is not managed by yast2
"systemd-boot" => _("Systemd Boot"),
# Translators: option in combo box when bootloader is not managed by yast2
"none" => _("Not Managed"),
"default" => _("Default")
}
Expand Down

0 comments on commit b631d24

Please sign in to comment.