diff --git a/.github/translation_needed.description.leaf b/.github/translation_needed.description.leaf new file mode 100644 index 000000000..c06590f60 --- /dev/null +++ b/.github/translation_needed.description.leaf @@ -0,0 +1,14 @@ +The docs have been updated in PR ##(number). The translations should be updated if required. + +Languages: +- [ ] English +- [ ] Chinese +- [ ] German +- [ ] Dutch +- [ ] Italian +- [ ] Spanish +- [ ] Polish +- [ ] Korean + +Assigned to @vapor/translators - please submit a PR with the relevant updates and check the box once merged. +Please ensure you tag your PR with the `translation-update` so it doesn't create a new issue! diff --git a/README.md b/README.md index 7c38bd460..74bfc74b4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You can check it out by running `mkdocs serve` in the terminal. Once you are sat > NOTE: If a file isn't translated, it will just default to the default language file. So you don't have to translate everything all at once. -Finally, you should add the new language to the [issue template](https://github.com/vapor/docs/blob/main/.github/workflows/translation-issue-template.md) to ensure that any future changes are applied to the new translation and to the [search index script](https://github.com/vapor/docs/blob/main/fixSearchIndex.swift) to ensure search works correctly. +Finally, you should add the new language to the [issue template](https://github.com/vapor/docs/blob/main/.github/translation_needed.description.leaf) to ensure that any future changes are applied to the new translation and to the [search index script](https://github.com/vapor/docs/blob/main/fixSearchIndex.swift) to ensure search works correctly.