Skip to content

sous-chefs/locales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

164 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Description

Build Status

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

This cookbook provides a custom resource for configuring available and default locales on Debian-like systems.

Limitation

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

See LIMITATIONS.md for supported platforms and package constraints.

Requirements

None

Migration

This cookbook no longer ships recipes or node attributes. See migration.md for the breaking changes and resource-based replacements.

Usage

Use the locales custom resource.

locales 'de_AT' do
  action :add
end
locales 'add locales' do
  locales %w(fr_FR fr_BE fr_CA)
end
locales 'ru_RU' do
  action :set
end

Resources

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

Sponsor this project

Packages

 
 
 

Contributors