diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 13:30:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 13:30:16 -0300 |
commit | 5f4a9f9000340db4a542d5d0f04788f6a1e06049 (patch) | |
tree | 507399c9c2aca2c728f4bbe4d371dff16d4586dc /scripts/assert-content.sh | |
parent | Remove songbooks from software projects section in about pages (diff) | |
download | euandre.org-5f4a9f9000340db4a542d5d0f04788f6a1e06049.tar.gz euandre.org-5f4a9f9000340db4a542d5d0f04788f6a1e06049.tar.xz |
Add minimalistic esperanto translation
Diffstat (limited to '')
-rwxr-xr-x | scripts/assert-content.sh | 2 |
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 |