commit 221f7aa253728c58a5eb544195e120e85d13641f Author: Jenny Liu jliu@giantrabbit.com Date: Mon Sep 23 20:40:25 2019 +0000
Fix command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md index dc21a24e..3bc957b3 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ do the translation. You don't need these to create the messages.pot file or to import translations from Transifex.
```` -sudo locale-gen es es_ES es.UTF-8 +sudo locale-gen es es_ES es_ES.UTF-8 sudo update-locale sudo dpkg-reconfigure locales sudo systemctl restart php5.6-fpm.service