This cookbook configures the available and default locales on a debian-like-system. It also includes a LWRP for easy use in other cookbooks.
Right now the cookbook only works with UTF-8 locales.
None
node['locales']['default']
-- the default locale to be installed. Defaults to "en_US.utf8".
Either use the node-attributes or the included LWRP "locales".
locales "de_AT.utf8" do
action :add
end
locales "Add locales" do
locales ["fr_FR.utf8", "fr_BE.utf8", "fr_CA.utf8"]
end
locales "ru_RU.utf8" do
action :set
end
This project exists thanks to all the people who contribute.
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.