36 lines
910 B
YAML
36 lines
910 B
YAML
# 2023-09-25
|
|
# Settings: locales
|
|
---
|
|
|
|
locales_selections:
|
|
- "en_US.UTF-8"
|
|
- "fr_FR.UTF-8"
|
|
|
|
# locale template
|
|
locale_template: locale.j2
|
|
|
|
# locale path
|
|
locale_template_distribution: /etc/default/locale
|
|
|
|
# Global default locale definition
|
|
default_locale: "fr_FR.UTF-8"
|
|
|
|
# Setup all system default locales
|
|
locales_default:
|
|
lang: "{{ default_locale }}"
|
|
language: "{{ default_locale }}"
|
|
lc_address: "{{ default_locale }}"
|
|
lc_all: "{{ default_locale }}"
|
|
lc_collate: "{{ default_locale }}"
|
|
lc_ctype: "{{ default_locale }}"
|
|
lc_identification: "{{ default_locale }}"
|
|
lc_measurement: "{{ default_locale }}"
|
|
lc_messages: "{{ default_locale }}"
|
|
lc_monetary: "{{ default_locale }}"
|
|
lc_name: "{{ default_locale }}"
|
|
lc_numeric: "{{ default_locale }}"
|
|
lc_paper: "{{ default_locale }}"
|
|
lc_response: "{{ default_locale }}"
|
|
lc_telephone: "{{ default_locale }}"
|
|
lc_time: "{{ default_locale }}"
|