1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 09:12:39 +00:00

Enable Italian Translation (#2184)

Signed-off-by: Jonah Aragon <github@aragon.science>
This commit is contained in:
Daniel Gray
2023-06-10 07:27:39 +00:00
parent ef7bd365cc
commit e356ae9212
8 changed files with 174 additions and 27 deletions

View File

@ -20,7 +20,7 @@
[build]
publish = "site/"
command = "crowdin download && mkdocs build --config-file config/mkdocs.en.yml && mkdocs build --config-file config/mkdocs.es.yml && mkdocs build --config-file config/mkdocs.he.yml && mkdocs build --config-file config/mkdocs.fr.yml && mkdocs build --config-file config/mkdocs.nl.yml && mv static/* site/"
command = "crowdin download && mkdocs build --config-file config/mkdocs.en.yml && mkdocs build --config-file config/mkdocs.es.yml && mkdocs build --config-file config/mkdocs.fr.yml && mkdocs build --config-file config/mkdocs.he.yml && mkdocs build --config-file config/mkdocs.it.yml && mkdocs build --config-file config/mkdocs.nl.yml && mv static/* site/"
[context.deploy-preview]
command = "mkdocs build --config-file config/mkdocs.en.yml && mv static/* site/"
@ -59,6 +59,11 @@
to = "/he/404/index.html"
status = 404
[[redirects]]
from = "/it/*"
to = "/it/404/index.html"
status = 404
[[redirects]]
from = "/nl/*"
to = "/nl/404/index.html"