]> git.mdlowis.com Git - proto/labwc.git/commit
src/main.c: initialize locale after reading environments file
authortokyo4j <hrak1529@gmail.com>
Sat, 22 Jun 2024 21:51:22 +0000 (06:51 +0900)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 22 Jun 2024 23:02:03 +0000 (01:02 +0200)
commit2e00630d802593f3091a2686223d727190c32abb
treed7d4e540d44f10a88e69ad2d34878cd5b03522a1
parentedd674f96be7fe0684157b867fe0bdf70c5a4ad3
src/main.c: initialize locale after reading environments file

This makes the locale for client-menu items and workspace names follow
the env var `LANG` defined in `~/.config/environments`.
src/main.c