ci(pr): improves and clarify translations requirement

This commit is contained in:
Lemmy
2026-07-14 23:05:03 -04:00
parent afe149f6fe
commit dea8de954e
+2 -1
View File
@@ -37,7 +37,8 @@
- [ ] It ships `plugin.toml`, `README.md`, `thumbnail.webp`, and `translations/en.json`. - [ ] 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). - [ ] 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. - [ ] `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. - [ ] I did not edit `catalog.toml`; CI generates it.
- [ ] This PR touches exactly one plugin directory. - [ ] This PR touches exactly one plugin directory.