From dea8de954eefd00ac30f72cb885b655072257e8f Mon Sep 17 00:00:00 2001 From: Lemmy Date: Tue, 14 Jul 2026 23:04:51 -0400 Subject: [PATCH] ci(pr): improves and clarify translations requirement --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c9bab2b..98a6043 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -37,7 +37,8 @@ - [ ] It ships `plugin.toml`, `README.md`, `thumbnail.webp`, and `translations/en.json`. - [ ] I created `thumbnail.webp` with the [thumbnail generator](https://assets.noctalia.dev/plugins/thumbnail-generator.html). - [ ] `version` follows semver and is bumped in this PR; `min_noctalia` is the version I tested against. -- [ ] I only added or edited `translations/en.json` (no machine-translated locales). +- [ ] Every non-English translation in this PR uses a locale supported by Noctalia core, and I can read, write, and + understand that language well enough to review and maintain it (no unreviewed machine/LLM translations). - [ ] I did not edit `catalog.toml`; CI generates it. - [ ] This PR touches exactly one plugin directory.