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

Add support for localization (#995)

This commit is contained in:
2022-04-13 19:19:13 -05:00
committed by GitHub
parent 7f71093e33
commit e39f063568
41 changed files with 113 additions and 150 deletions

View File

@@ -29,6 +29,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install 'mkdocs>=1.3.0'
pip install mkdocs-static-i18n
- name: Install mkdocs-material Insiders build
if: github.event.repository.fork == false