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
commit d13b026f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).