summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-09-14 14:44:40 -0700
committerMicah Lee <micah@micahflee.com>2020-09-14 14:44:40 -0700
commitb0dba67c02522c20b0fbe43fbd5a1957e95aefc5 (patch)
treef7eb2a47223c6e6e67dccdb1df7843e51f8a122e
parent45e753a55d5e6305a06f26e682ba0defda15f3a1 (diff)
downloadonionshare-b0dba67c02522c20b0fbe43fbd5a1957e95aefc5.tar.gz
onionshare-b0dba67c02522c20b0fbe43fbd5a1957e95aefc5.zip
Update docs for just English and Spanish (for now)
-rwxr-xr-xdocs/build.sh2
-rw-r--r--docs/gettext/.doctrees/advanced.doctreebin29050 -> 29050 bytes
-rw-r--r--docs/gettext/.doctrees/develop.doctreebin41566 -> 41566 bytes
-rw-r--r--docs/gettext/.doctrees/environment.picklebin38801 -> 38670 bytes
-rw-r--r--docs/gettext/.doctrees/features.doctreebin43702 -> 43702 bytes
-rw-r--r--docs/gettext/.doctrees/help.doctreebin8171 -> 8171 bytes
-rw-r--r--docs/gettext/.doctrees/index.doctreebin3439 -> 3439 bytes
-rw-r--r--docs/gettext/.doctrees/install.doctreebin20103 -> 20103 bytes
-rw-r--r--docs/gettext/.doctrees/security.doctreebin15257 -> 15257 bytes
-rw-r--r--docs/gettext/.doctrees/tor.doctreebin28673 -> 28673 bytes
-rw-r--r--docs/source/_static/screenshots/tabs.pngbin70875 -> 61545 bytes
-rw-r--r--docs/source/conf.py5
12 files changed, 2 insertions, 5 deletions
diff --git a/docs/build.sh b/docs/build.sh
index da24dc6f..26492fec 100755
--- a/docs/build.sh
+++ b/docs/build.sh
@@ -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
diff --git a/docs/gettext/.doctrees/advanced.doctree b/docs/gettext/.doctrees/advanced.doctree
index 498c0f7c..e45d49a7 100644
--- a/docs/gettext/.doctrees/advanced.doctree
+++ b/docs/gettext/.doctrees/advanced.doctree
Binary files differ
diff --git a/docs/gettext/.doctrees/develop.doctree b/docs/gettext/.doctrees/develop.doctree
index 945a1fe4..6c796274 100644
--- a/docs/gettext/.doctrees/develop.doctree
+++ b/docs/gettext/.doctrees/develop.doctree
Binary files differ
diff --git a/docs/gettext/.doctrees/environment.pickle b/docs/gettext/.doctrees/environment.pickle
index e46b6331..0d828542 100644
--- a/docs/gettext/.doctrees/environment.pickle
+++ b/docs/gettext/.doctrees/environment.pickle
Binary files differ
diff --git a/docs/gettext/.doctrees/features.doctree b/docs/gettext/.doctrees/features.doctree
index 4ac88e50..ec327d02 100644
--- a/docs/gettext/.doctrees/features.doctree
+++ b/docs/gettext/.doctrees/features.doctree
Binary files differ
diff --git a/docs/gettext/.doctrees/help.doctree b/docs/gettext/.doctrees/help.doctree
index 3450c8be..7fe3c6d9 100644
--- a/docs/gettext/.doctrees/help.doctree
+++ b/docs/gettext/.doctrees/help.doctree
Binary files differ
diff --git a/docs/gettext/.doctrees/index.doctree b/docs/gettext/.doctrees/index.doctree
index 9855b80a..06eda7e9 100644
--- a/docs/gettext/.doctrees/index.doctree
+++ b/docs/gettext/.doctrees/index.doctree
Binary files differ
diff --git a/docs/gettext/.doctrees/install.doctree b/docs/gettext/.doctrees/install.doctree
index 2a302045..43677bc4 100644
--- a/docs/gettext/.doctrees/install.doctree
+++ b/docs/gettext/.doctrees/install.doctree
Binary files differ
diff --git a/docs/gettext/.doctrees/security.doctree b/docs/gettext/.doctrees/security.doctree
index 220f8b15..62107b01 100644
--- a/docs/gettext/.doctrees/security.doctree
+++ b/docs/gettext/.doctrees/security.doctree
Binary files differ
diff --git a/docs/gettext/.doctrees/tor.doctree b/docs/gettext/.doctrees/tor.doctree
index 63f63b6a..5280c0eb 100644
--- a/docs/gettext/.doctrees/tor.doctree
+++ b/docs/gettext/.doctrees/tor.doctree
Binary files differ
diff --git a/docs/source/_static/screenshots/tabs.png b/docs/source/_static/screenshots/tabs.png
index 33634960..8b96ace2 100644
--- a/docs/source/_static/screenshots/tabs.png
+++ b/docs/source/_static/screenshots/tabs.png
Binary files differ
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 4c89946e..8d09f93d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -11,10 +11,7 @@ templates_path = ["_templates"]
exclude_patterns = []
languages = [
- ("العربية", "ar"),
- ("Català", "ca"),
- ("Dansk", "da"),
- ("Nederlands", "nl"),
+ ("Español", "es"),
("English", "en"),
]