Skip to content

deepak/chef-locale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Sets default system locale

You can see which languages are available by $ locale -a

On debian based systems you can set the locale by running update-locale LANG={lang} LANGUAGE={lang} e.g. update-locale LANG=en_AU.utf8 LANGUAGE=en_AU.utf8

It updates the file /etc/default/locale

LANG variable sets the locale and LANGUAGE variable sets the fallback language in case a program does not have translations available for the default locale. It is also used by the gettext program.

For docs see:

On rhel based systems you can set default locale updating /etc/sysconfig/i18n There doesn't seem to be a command line tool to update this file?!?

Requirements

Tested on Ubuntu, CentOS

Attributes

  • node[:locale][:lang] -- defaults to "en_US.utf8"
  • node[:locale][:language] -- defaults to "en_US:"
  • node[:locale][:lc_all] -- defaults to "en_US.utf8"

Usage

Include the default recipe in your run list.

About

"Installs/Configures locale"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%