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:
committed by
GitHub
parent
46149cdb14
commit
e02c24bd3a
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user