Skip to content

Instantly share code, notes, and snippets.

@creadone
Created June 11, 2016 17:46
Show Gist options
  • Save creadone/5e33a92565965a80ddfce056bf65dc32 to your computer and use it in GitHub Desktop.
Save creadone/5e33a92565965a80ddfce056bf65dc32 to your computer and use it in GitHub Desktop.
sudo vi /etc/default/locale
LANGUAGE="ru_RU.UTF-8"
LC_ALL="ru_RU.UTF-8"
LANG="ru_RU.UTF-8"
LC_TYPE="ru_RU.UTF-8"
locale-gen ru_RU.UTF-8
dpkg-reconfigure locales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment