mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
757 B
757 B
Documentation Updates
Update the documentation to reflect the correct localization behavior:
### Localization Support
You can provide metadata in multiple languages by using locale-specific files:
- `metadata.en.yml` - English metadata (required as fallback)
- `metadata.es.yml` - Spanish metadata
- `metadata.fr.yml` - French metadata
**Important Notes on Localization:**
- Only files with the pattern `metadata.{locale}.yml` are supported
- The Package Manager will display metadata in the user's locale if available
- If the user's locale is not available, it will fall back to English
- The English locale (`metadata.en.yml`) is required as a fallback
- Files without a locale code (e.g., just `metadata.yml`) are not supported