mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
Co-authored-by: deepthought <deepthough@postech.ac.kr> Co-authored-by: FabianLars <github@fabianlars.de>
28 lines
483 B
YAML
28 lines
483 B
YAML
# See https://github.com/actions/labeler
|
|
|
|
i18n:
|
|
- src/content/docs/es/**/*
|
|
- src/content/docs/fr/**/*
|
|
- src/content/docs/it/**/*
|
|
- src/content/docs/zh-cn/**/*
|
|
- src/content/docs/ja/**/*
|
|
- src/content/docs/ko/**/*
|
|
|
|
"i18n: es":
|
|
- src/content/docs/es/**/*
|
|
|
|
"i18n: fr":
|
|
- src/content/docs/fr/**/*
|
|
|
|
"i18n: it":
|
|
- src/content/docs/it/**/*
|
|
|
|
"i18n: zh-cn":
|
|
- src/content/docs/zh-cn/**/*
|
|
|
|
"i18n: ja":
|
|
- src/content/docs/ja/**/*
|
|
|
|
"i18n: ko":
|
|
- src/content/docs/ko/**/*
|