Skip to content

region: Explicitly update LC_* even when matching LANG

Benjamin Berg requested to merge benzea/fix-localed-setlocal into master

localed will not update the LC_* variables if they are not given. This means that should the user switch the formats away from LANG and then back, they will not be reset appropriately.

Simply always setting the variables even if the match will fix this.

Edited by Benjamin Berg

Merge request reports