Overview
========

**localehelper** is a helper tool for generating locales and setting
`internationalization environment variables`_.

.. _internationalization environment variables: https://www.gnu.org/software/gettext/manual/html_node/Setting-the-POSIX-Locale.html

Example
-------

.. code:: console

   $ locale -a | grep -c ^es
   0

   $ localehelper LANG=es_ES.UTF-8 locale mon | xargs -n1 -d ';'
   enero
   febrero
   marzo
   abril
   mayo
   junio
   julio
   agosto
   septiembre
   octubre
   noviembre
   diciembre

Prerequisites
=============

* Perl ≥ 5.10

.. vim:ft=rst ts=3 sts=3 sw=3 et
