mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
docs: add internationalization guidelines to Copilot instructions
This commit is contained in:
7
.github/copilot-instructions.md
vendored
7
.github/copilot-instructions.md
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user