24 lines
512 B
YAML
24 lines
512 B
YAML
#
|
|
# Crowdin CLI configuration for Website translations (twenty-website-new)
|
|
# Project ID: 4
|
|
# See https://crowdin.github.io/crowdin-cli/configuration for more information
|
|
#
|
|
|
|
project_id: 4
|
|
preserve_hierarchy: true
|
|
base_url: 'https://twenty.api.crowdin.com'
|
|
base_path: ..
|
|
languages_mapping:
|
|
locale:
|
|
fr: fr-FR
|
|
|
|
files:
|
|
#
|
|
# Source file - PO file for Lingui
|
|
#
|
|
- source: packages/twenty-website-new/src/locales/en.po
|
|
#
|
|
# Translation files path
|
|
#
|
|
translation: '%original_path%/%locale%.po'
|