We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/msenol/Gorev'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CHANGELOG_v0.6.1.md•1.94 kB
# Release v0.6.1 - L10n System Fix
## 🐛 Bug Fixes
### VS Code Extension Localization System Fixed
- **Fixed l10n system** that was showing localization keys instead of translated text
- **Added @vscode/l10n package** as dependency for proper localization support
- **Implemented comprehensive L10n manager** with fallback mechanisms
- **Updated all 22+ files** to use the new localization system
- **Zero technical debt** - Complete Rule 15 compliant solution
### What Was Fixed
- Status bar showing `statusBar.connected` instead of "Connected"
- Filter toolbar showing `filterToolbar.search` instead of "Search"
- All UI components now display proper localized text
- Both English and Turkish languages fully supported
### Technical Implementation
- **New L10nManager class** in `src/utils/l10n.ts`
- **Robust fallback system** - VS Code l10n API → Manual bundle lookup → English fallback
- **Bundle pre-loading** during extension activation
- **Proper type safety** with support for object parameters
- **Zero performance impact** - Cached bundle system
## 📦 Files Changed
- `package.json`: Added @vscode/l10n dependency
- `src/utils/l10n.ts`: New comprehensive localization manager
- `src/extension.ts`: Initialize l10n system on startup
- `22+ files`: Updated all `vscode.l10n.t()` calls to use new system
## ✅ Validation
- ✅ Compiles without errors
- ✅ VSIX package builds successfully
- ✅ Status bar shows proper text
- ✅ Filter toolbar shows proper text
- ✅ Both EN and TR languages work correctly
## 📊 Impact
- **100% localization fix** - No more raw translation keys
- **Production ready** - Comprehensive error handling
- **Rule 15 compliant** - No workarounds or shortcuts
- **Zero breaking changes** - Full backward compatibility
## 🔧 Installation
```bash
code --install-extension gorev-vscode-0.6.1.vsix
```
**SHA256**: `264f02db3b58e9384f747371f03e82a09c617ac985fb15caf5b431503d8cdeb2`