mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
64cfedb805
* chore: add api section * chore: fix build * Update website.yml * chore: improve types plugin clean up others stuff * Update crowdin.yaml * clean up
19 lines
783 B
YAML
19 lines
783 B
YAML
project_id: 295539
|
|
api_token_env: CROWDIN_VERDACCIO_API_KEY
|
|
# token local testing
|
|
# api_token: token_secret
|
|
|
|
preserve_hierarchy: true
|
|
|
|
files:
|
|
- source: /packages/plugins/ui-theme/src/i18n/crowdin/*.json
|
|
translation: '/packages/plugins/ui-theme/src/i18n/download_translations/%locale%/%original_file_name%'
|
|
- source: /website/i18n/en/**/*
|
|
translation: '/website/i18n/%locale%/**/%original_file_name%'
|
|
- source: /website/docs/**/*
|
|
translation: '/website/i18n/%locale%/docusaurus-plugin-content-docs/current/**/%original_file_name%'
|
|
ignore: [/website/docs/api/**/*]
|
|
- source: /website/versioned_docs/**/*
|
|
translation: /website/i18n/%locale%/docusaurus-plugin-content-docs/**/%original_file_name%
|
|
ignore: [/website/versioned_docs/version-5.x/api/**/*]
|
|
|