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
@@ -2,8 +2,8 @@ import fs from 'fs';
import path from 'path';
import {
DEFAULT_LANGUAGE,
SUPPORTED_LANGUAGES,
DEFAULT_LANGUAGE,
SUPPORTED_LANGUAGES,
} from '../navigation/supported-languages';
type BasePage = string | BaseGroup;
@@ -60,7 +60,7 @@ type GeneratedGroup = {
const baseStructurePath = path.resolve(
__dirname,
'../navigation/navigation-schema.json',
'../navigation/base-structure.json',
);
const docsPath = path.resolve(__dirname, '../docs.json');
const localesRoot = path.resolve(__dirname, '../l');