mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
* feat(website): write english translations * docs(website): delete unnecessary files * feat(website): update term translations * docs(website): add Chinese documents * chore(crowdin): update crowdin config * docs(filename): keep the new document filename consistent with the old filename style * chore: add documentation issue template
33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
project_id: 527906
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
|
|
|
files:
|
|
# Docs
|
|
- source: /website/docs/**/*
|
|
translation: /website/i18n/%locale%/docusaurus-plugin-content-docs/current/**/%original_file_name%
|
|
ignore: [/**/*.json]
|
|
|
|
# Blog
|
|
- source: /website/blog/*
|
|
translation: /website/i18n/%locale%/docusaurus-plugin-content-blog/%original_file_name%
|
|
|
|
# Pages
|
|
- source: /website/src/pages/**/*
|
|
translation: /website/i18n/%locale%/docusaurus-plugin-content-pages/**/%original_file_name%
|
|
ignore: [/**/*.json, /**/*.js, /**/*.jsx, /**/*.ts, /**/*.tsx, /**/*.css]
|
|
|
|
# Configuration files
|
|
# - source: /website/i18n/en/docusaurus-plugin-content-blog/*
|
|
# translation: /website/i18n/%locale%/docusaurus-plugin-content-blog/%original_file_name%
|
|
|
|
# - source: /website/i18n/en/docusaurus-plugin-content-docs/*
|
|
# translation: /website/i18n/%locale%/docusaurus-plugin-content-docs/%original_file_name%
|
|
|
|
# - source: /website/i18n/en/docusaurus-theme-classic/*
|
|
# translation: /website/i18n/%locale%/docusaurus-theme-classic/%original_file_name%
|
|
|
|
# - source: /website/i18n/en/*
|
|
# translation: /website/i18n/%locale%/%original_file_name%
|
|
|
|
- source: /website/i18n/en/**/*.json
|
|
translation: /website/i18n/%locale%/**/%original_file_name%
|