Files
archived-tauri-docs/.github/labeler.yml
Taeyoon Kim 35015b6f11 i18n(ko): init korean translation (#3528)
Co-authored-by: deepthought <deepthough@postech.ac.kr>
Co-authored-by: FabianLars <github@fabianlars.de>
2025-09-30 13:36:40 +02:00

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/**/*