Update docs for just English and Spanish (for now)

This commit is contained in:
Micah Lee 2020-09-14 14:44:40 -07:00
parent 3f1d88bc7f
commit 1543c38205
12 changed files with 2 additions and 5 deletions

@ -4,7 +4,7 @@ VERSION=`cat ../share/version.txt`
# Supported locales
#LOCALES="ar ca zh_CN zh_TW da nl en fr de el is ga it ja nb fa pl pt_BR pt_PT ro ru sr@latin es sv te tr uk"
LOCALES="ar ca da nl en"
LOCALES="en es"
# Generate English .po files
make gettext

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

(image error) Size: 69 KiB

After

(image error) Size: 60 KiB

@ -11,10 +11,7 @@ templates_path = ["_templates"]
exclude_patterns = []
languages = [
("العربية", "ar"),
("Català", "ca"),
("Dansk", "da"),
("Nederlands", "nl"),
("Español", "es"),
("English", "en"),
]