add pt-br as a supported language

This commit is contained in:
Solene Rapenne 2022-12-08 19:52:24 +01:00 committed by Solene Rapenne
parent 76589e8937
commit 74464c6b0d
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ generate-site: clean
-ls | grep issue- | sort -V | xargs -n 1 env LN=it tools/make_issue.sh
-ls | grep issue- | sort -V | xargs -n 1 env LN=se tools/make_issue.sh
-ls | grep issue- | sort -V | xargs -n 1 env LN=ru tools/make_issue.sh
-ls | grep issue- | sort -V | xargs -n 1 env LN=pt-br tools/make_issue.sh
tools/make_issue.sh _index ../public/index.html
cp -fr _static/* ../public/
tools/sitemap.sh webzine.puffy.cafe ../public/ > ../public/sitemap.xml
@ -41,6 +42,7 @@ testsite: clean
-ls | grep issue- | sort -V | xargs -n 1 env LN=it tools/make_issue.sh -t
-ls | grep issue- | sort -V | xargs -n 1 env LN=se tools/make_issue.sh -t
-ls | grep issue- | sort -V | xargs -n 1 env LN=ru tools/make_issue.sh -t
-ls | grep issue- | sort -V | xargs -n 1 env LN=pt-br tools/make_issue.sh -t
tools/make_issue.sh _index ../public/index.html
cp -fr _static/* ../public/
tools/sitemap.sh webzine.puffy.cafe ../public/ > ../public/sitemap.xml