Skip to content

Commit

Permalink
locale-gen should purge before creating new locales
Browse files Browse the repository at this point in the history
Signed-off-by: Georg Lauterbach <[email protected]>
  • Loading branch information
georglauterbach authored Sep 9, 2024
1 parent 8d3c0b2 commit b558c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/setup_locales.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ done
unset __LOCALE

echo "INFO Generating new locales"
locale-gen
locale-gen --purge

echo "INFO Updating new locales"
update-locale "${NEW_LOCALES[@]}"
Expand Down

0 comments on commit b558c31

Please sign in to comment.