locale: Support configuring formats separately
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
LANG="{{ lang }}"
|
||||
LC_MESSAGES="{{ lc_messages }}"
|
||||
LANGUAGE="{{ language }}"
|
||||
|
||||
LANG={{ locale_lang }}
|
||||
LC_MESSAGES={{ locale_lc_messages }}
|
||||
LC_NUMERIC={{ locale_formats }}
|
||||
LC_TIME={{ locale_formats }}
|
||||
LC_MONETARY={{ locale_formats }}
|
||||
LC_PAPER={{ locale_formats }}
|
||||
LC_MEASUREMENT={{ locale_formats }}
|
||||
|
||||
Reference in New Issue
Block a user