locale: Support configuring formats separately

This commit is contained in:
uumas
2025-02-15 11:42:20 +02:00
parent b983882add
commit 52862ddfdd
2 changed files with 12 additions and 7 deletions

View File

@@ -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 }}