Skip to content

Commit

Permalink
calamares-cd: default supporting all locales
Browse files Browse the repository at this point in the history
  • Loading branch information
vlinkz committed Sep 26, 2022
1 parent f2b7653 commit ad2776c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ in
calamares-nixos-extensions
# Needed for calamares QML module packagechooserq
libsForQt5.full
# Get list of locales
glibcLocales
];

# Support choosing from any locale
i18n.supportedLocales = [ "all" ];
}

0 comments on commit ad2776c

Please sign in to comment.