plichard / ubuntu-locale-en_CH

Custom English locale for Switzerland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locale en_CH

Sources :

Installation

tested on Ubuntu 18.10

wget https://raw.githubusercontent.com/cbaconnier/ubuntu-locale-en_CH/master/en_CH
sudo localedef -i en_CH -f UTF-8 en_CH.UTF-8 -c -v
sudo mv en_CH /usr/share/i18n/locales/
echo 'en_CH UTF-8' | sudo tee --append /var/lib/locales/supported.d/en
sudo locale-gen
  • Change the regional settings with the new locale in Language Support > Regional Formats and search for Switzerland (English)

Next time you log in, the locale should be in use.

About

Custom English locale for Switzerland

License:GNU General Public License v3.0