Skip to content

sous-chefs/locales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Build Status

Join the chat at https://gitter.im/redguide/locales

This cookbook configures the available and default locales on a debian-like-system. It also includes a LWRP for easy use in other cookbooks.

Limitation

Right now the cookbook only works with UTF-8 locales.

Requirements

None

Attributes

  • node['locales']['default'] -- the default locale to be installed. Defaults to "en_US.utf8".

Usage

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

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website https://opencollective.com/sous-chefs/sponsor/1/website https://opencollective.com/sous-chefs/sponsor/2/website https://opencollective.com/sous-chefs/sponsor/3/website https://opencollective.com/sous-chefs/sponsor/4/website https://opencollective.com/sous-chefs/sponsor/5/website https://opencollective.com/sous-chefs/sponsor/6/website https://opencollective.com/sous-chefs/sponsor/7/website https://opencollective.com/sous-chefs/sponsor/8/website https://opencollective.com/sous-chefs/sponsor/9/website