summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/dconf.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/dconf.vala b/bin/dconf.vala
index d7840ec..4117d23 100644
--- a/bin/dconf.vala
+++ b/bin/dconf.vala
@@ -283,6 +283,8 @@ int main (string[] args) {
assert (args.length != 0);
Environment.set_prgname (args[0]);
+ Intl.setlocale (LocaleCategory.ALL, "");
+
var map = new CommandMapping[] {
CommandMapping ("help", dconf_help),
CommandMapping ("read", dconf_read),