bundles/basic: support setting a different default locale
This commit is contained in:
parent
18572d56e6
commit
f4a644795e
5 changed files with 30 additions and 9 deletions
|
@ -1 +1 @@
|
|||
LANG=en_US.UTF-8
|
||||
LANG=${node.metadata['locale']['default']}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
en_US.UTF-8 UTF-8
|
||||
|
||||
% for locale in sorted(node.metadata.get('locales', set())):
|
||||
% for locale in sorted(node.metadata['locale']['installed']):
|
||||
${locale} ${locale.split('.')[-1]}
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue