Commit 9bc6032
authored
Add Lingo.dev i18n Agent for GitHub Copilot (#432)
* Add Lingo.dev i18n Agent to GitHub Copilot customizations
This commit adds the Lingo.dev internationalization agent to the awesome-copilot collection. The agent provides systematic, checklist-driven i18n implementation for web applications.
Features:
- Expert at implementing internationalization (i18n) in web applications
- Systematic, checklist-driven approach using the i18n_checklist tool
- MCP server integration via SSE (https://mcp.lingo.dev/main)
- Supports comprehensive multi-language setup
The agent is added in alphabetical order to docs/README.agents.md and includes:
- Agent definition file: agents/lingodotdev-i18n.agent.md
- Installation badges for VS Code, VS Code Insiders, and Visual Studio
- MCP server configuration for the Lingo.dev service
More information: https://lingo.dev/mcp/github-copilot-agents
* Fix Lingo.dev branding in agent name
- Changed agent name from 'i18n-setup' to 'Lingo.dev i18n Agent'
- This ensures proper branding is displayed in the README
- Re-ran eng/update-readme.mjs to regenerate documentation
* Update agent name to 'Lingo.dev Localization (i18n) Agent'
- Changed from 'Lingo.dev i18n Agent' to include 'Localization'
- More user-friendly while keeping technical term in parentheses
- Follows pattern of other agents like 'Azure Data Explorer (Kusto)'
- Makes it discoverable for both localization and i18n searches1 parent 86adaa4 commit 9bc6032
2 files changed
+40
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments