From 376d2e84daafc5509e5fcfb19c1a824de837113a Mon Sep 17 00:00:00 2001 From: Uruk Date: Wed, 14 Jan 2026 14:16:53 +0100 Subject: [PATCH] docs: add internationalization guidelines to Copilot instructions --- .github/copilot-instructions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 1037334b..6073df23 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -85,6 +85,13 @@ Exemples: - `fix(auth): handle expired JWT tokens` - `chore(deps): update Jellyfin SDK` +## Internationalization (i18n) + +- **ONLY edit `translations/en.json` for translation changes** +- **NEVER modify other translation files** (ar.json, ca.json, cs.json, de.json, etc.) +- Crowdin automatically handles translations for all other languages +- All translation keys must be added to `en.json` first, then Crowdin syncs them + ## Special Instructions - Prioritize cross-platform compatibility (mobile + TV)