Feb 20, 2022, 05:31 by loca...@tutanota.com: > Hi, > > So I wanted to add the RU locale but for some reason that doesn't seem to > work. > > Any ideas? Thanks > > > # cat /etc/debian_version && uname -a > 11.2 > Linux srv07 5.10.0-11-amd64 #1 SMP Debian 5.10.92-1 (2022-01-18) x86_64 > GNU/Linux > > # locale -a > C > C.UTF-8 > en_US.utf8 > POSIX > > # locale-gen ru_RU && locale-gen ru_RU.UTF-8 && update-locale > Generating locales (this might take a while)... > en_US.UTF-8... done > Generation complete. > Generating locales (this might take a while)... > en_US.UTF-8... done > Generation complete. > > # locale -a > C > C.UTF-8 > en_US.utf8 > POSIX >
OK, I solved it with "dpkg-reconfigure locales" Thanks to everyone who responded.