diff options
author | EuAndreh <eu@euandre.org> | 2020-08-16 09:26:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-16 10:16:26 -0300 |
commit | 7c4bddbcc3a0d576fea6390dacc0d56285824210 (patch) | |
tree | bcde65e667611c46c7e5e5f96acc8f3f0381631c /scripts | |
parent | TIL on searching in git: Make quoting of '<regexp>' consistent (diff) | |
download | euandre.org-7c4bddbcc3a0d576fea6390dacc0d56285824210.tar.gz euandre.org-7c4bddbcc3a0d576fea6390dacc0d56285824210.tar.xz |
i18n: Ajouter le support pour la version française
Diffstat (limited to 'scripts')
-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 87670ab..eeca684 100755 --- a/scripts/assert-content.sh +++ b/scripts/assert-content.sh @@ -46,7 +46,7 @@ get-title() { echo "${1}" | base64 --decode | jq -r .title } -LANGS=(en pt) +LANGS=(en pt fr) IGNORED_PAGES=(site.json sitemap.xml *.atom) assert-frontmatter() { |