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 45e753a55d
commit b0dba67c02
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
12 changed files with 2 additions and 5 deletions

View File

@ -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.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

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