-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add Lingo.dev i18n Agent for GitHub Copilot #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new i18n (internationalization) implementation agent from Lingo.dev to the awesome-copilot collection. The agent provides a systematic, checklist-driven approach to implementing internationalization in web applications using the Lingo.dev MCP server via Server-Sent Events (SSE).
Key Changes:
- New agent definition file with tool-guided workflow centered on the
i18n_checklisttool - SSE-based MCP server configuration pointing to
https://mcp.lingo.dev/main - Documentation update maintaining alphabetical ordering in the agents README
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
agents/lingodotdev-i18n.agent.md |
Defines the new i18n agent with frontmatter configuration, MCP server setup, and workflow instructions emphasizing checklist-driven implementation |
docs/README.agents.md |
Adds the Lingo.dev i18n Agent entry in alphabetical order with installation badges and MCP server configuration links |
|
Looks like we have a merge conflict - can you update with |
Resolved merge conflict in docs/README.agents.md by: - Keeping the Lingo.dev i18n Agent entry in alphabetical order - Including all new entries from upstream (Mentor, Meta Agentic, Microsoft entries) - Re-running eng/update-readme.mjs to regenerate the documentation The Lingo.dev i18n Agent is now properly positioned between Launchdarkly Flag Cleanup and Mentor mode in alphabetical order.
- 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
- 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 searches
|
done @aaronpowell! |
Summary
This PR adds the Lingo.dev i18n Agent to the awesome-copilot collection, enabling systematic internationalization implementation in web applications through GitHub Copilot.
What's Added
Agent Features
i18n_checklisttool to guide developers through the entire processFiles Changed
agents/lingodotdev-i18n.agent.md- Complete agent definition with workflow instructionsdocs/README.agents.md- Added agent entry in alphabetical orderMCP Configuration
Documentation
Official documentation: https://lingo.dev/mcp/github-copilot-agents
Checklist
Test Plan
Users can:
i18n_checklisttool for step-by-step guidance