i18n - docs translations (#15904)

Created by Github action

---------

Co-authored-by: Abdul Rahman <ar5438376@gmail.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: github-actions <github-actions@twenty.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
github-actions[bot]
2025-11-18 17:21:48 +01:00
committed by GitHub
parent 46149cdb14
commit e02c24bd3a
335 changed files with 2538 additions and 1231 deletions
+15 -2
View File
@@ -7,7 +7,7 @@ on:
workflow_dispatch:
workflow_call:
push:
branches: ['main']
branches: ['main', 'docs-localized-navigation']
paths:
- 'packages/twenty-docs/**/*.mdx'
- '!packages/twenty-docs/fr/**'
@@ -26,7 +26,20 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ github.token }}
ref: main
ref: ${{ github.ref }}
- 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: Setup Node.js
uses: actions/setup-node@v4