docs: localize navigation tabs and groups for supported locales (#15811)

This commit is contained in:
Abdul Rahman
2025-11-15 02:33:54 +05:30
committed by GitHub
parent 54f74b2a5a
commit c0bae491e1
92 changed files with 6158 additions and 800 deletions
+13
View File
@@ -28,6 +28,19 @@ jobs:
token: ${{ github.token }}
ref: main
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Generate navigation template for Crowdin
run: yarn docs:generate-navigation-template
- name: Upload docs to Crowdin
uses: crowdin/github-action@v2
with: