mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-12 01:46:39 -04:00
23 lines
660 B
YAML
23 lines
660 B
YAML
#
|
|
# Crowdin CLI configuration for App translations (twenty-front, twenty-server, twenty-emails)
|
|
# Project ID: 1
|
|
# See https://crowdin.github.io/crowdin-cli/configuration for more information
|
|
#
|
|
|
|
preserve_hierarchy: true
|
|
base_path: ..
|
|
|
|
files:
|
|
#
|
|
# Source files filter - PO files for Lingui
|
|
#
|
|
- source: packages/twenty-front/src/locales/en.po
|
|
#
|
|
# Translation files path
|
|
#
|
|
translation: '%original_path%/%locale%.po'
|
|
- source: packages/twenty-server/src/engine/core-modules/i18n/locales/en.po
|
|
translation: '%original_path%/%locale%.po'
|
|
- source: packages/twenty-emails/src/locales/en.po
|
|
translation: '%original_path%/%locale%.po'
|