change /etc/locale.gen after installing pkg_apt:locales

This commit is contained in:
mwiegand 2022-05-05 14:21:57 +02:00
parent 7588741b30
commit 5ed8f08231

View file

@ -10,6 +10,9 @@ files = {
'content': '\n'.join(
f'{locale} {type}' for locale, type in installed_locales
),
'needs': {
'pkg_apt:locales',
},
'triggers': {
'action:locale-gen',
},