commit e8856554ca4c47d87cb691ef0e65b1713aadb046 parent d9193bf1cd335ddf23cd07836ef7b175d549fff6 Author: Chris Bracken <chris@bracken.jp> Date: Tue, 10 Mar 2020 00:29:56 -0700 Add section on installing language packs on Ubuntu Diffstat:
M | ubuntu_install.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/ubuntu_install.md b/ubuntu_install.md @@ -59,6 +59,15 @@ Next we'll purge any leftover config files from any removed packages: Configure the system -------------------- +### Install language packs + +Install languages we care about. + + sudo apt install language-pack-en + sudo apt install language-pack-fr + sudo apt install language-pack-ja + + ### Generate localisations Edit `/etc/locales.gen` and uncomment locales that we care about.