archlinux-common/templates/locale.gen.j2

5 lines
81 B
Plaintext
Raw Normal View History

2022-01-26 00:39:23 +03:00
# {{ ansible_managed }}
2022-02-12 13:59:25 +03:00
{% for item in system_locales %}
2022-01-26 00:39:23 +03:00
{{ item }}
{% endfor %}