Update xfconf.py: make locale-independent (#744)

* Update xfconf.py

- ensure correct behaviour, even in desktop environments which don't use English as the default language
- add double as content type

* set environ_update for entire module

* set envvar LANGUAGE instead of LANG because of priority order in evaluating them
This commit is contained in:
Adriaan Callaerts
2020-08-11 12:27:33 +02:00
committed by GitHub
parent 0e8cc31799
commit d13b026f47
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
minor_changes:
- xfconf - add support for ``double`` type (https://github.com/ansible-collections/community.general/pull/744).
bugfixes:
- xfconf - make it work in non-english locales (https://github.com/ansible-collections/community.general/pull/744).