Skip to content

fix: Fr-FR translation update and fix #354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
4 changes: 4 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
env:
DOC_LANG: en-US
run: yarn build
- name: Build fr-FR
env:
DOC_LANG: fr-FR
run: yarn build
- name: Build zh-CN
env:
DOC_LANG: zh-CN
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/manual-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
env:
DOC_LANG: en-US
run: yarn build
- name: Build fr-FR
env:
DOC_LANG: fr-FR
run: yarn build
- name: Build zh-CN
env:
DOC_LANG: zh-CN
Expand Down
Loading
Loading