aboutsummaryrefslogtreecommitdiff
path: root/scripts/assert-content.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-23 13:30:16 -0300
committerEuAndreh <eu@euandre.org>2020-10-23 13:30:16 -0300
commit5f4a9f9000340db4a542d5d0f04788f6a1e06049 (patch)
tree507399c9c2aca2c728f4bbe4d371dff16d4586dc /scripts/assert-content.sh
parentRemove songbooks from software projects section in about pages (diff)
downloadeuandre.org-5f4a9f9000340db4a542d5d0f04788f6a1e06049.tar.gz
euandre.org-5f4a9f9000340db4a542d5d0f04788f6a1e06049.tar.xz
Add minimalistic esperanto translation
Diffstat (limited to '')
-rwxr-xr-xscripts/assert-content.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/assert-content.sh b/scripts/assert-content.sh
index 44aed92..16fa2d6 100755
--- a/scripts/assert-content.sh
+++ b/scripts/assert-content.sh
@@ -11,7 +11,7 @@ red() { echo -e "${red}${1}${end}"; }
jekyll build --future
JSON='_site/site.json'
-LANGS=(en pt fr)
+LANGS=(en pt fr eo) # jp zh es de
IGNORED_PAGES=(site.json sitemap.xml *.atom)
## Helper function definitions