-
Notifications
You must be signed in to change notification settings - Fork 668
docs: create a Lingo.dev CLI integration guide for angular #1337 #1348
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
base: main
Are you sure you want to change the base?
docs: create a Lingo.dev CLI integration guide for angular #1337 #1348
Conversation
|
Hi 👋 Thanks for the submission. I've assigned myself to review the PR in more depth and will get to it shortly. At first glance, the scope of the guide may be too big. Ideally, it'd match the structure/scope of existing guides. Thanks. 😄 |
Reduced guide from 1,037 to 234 lines to align with existing framework guides. - Simplified to 6 core steps - Removed extensive demo app code - Focused on essential ngx-translate integration - Kept TypeScript alternative as bonus section Addresses reviewer feedback on PR scope.
|
Hi @davidturnbull , Thanks for the feedback, I have made the changes to condense the content. Please review Thanks 😊 |
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 an integration guide for using Lingo.dev CLI with Angular applications, specifically focusing on ngx-translate integration for runtime internationalization.
Key Changes:
- Complete step-by-step tutorial for integrating Lingo.dev CLI with Angular 17+ (standalone components) and Angular 16 or earlier (NgModule)
- Configuration examples for ngx-translate with both JSON and TypeScript translation files
- Working language switcher implementation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…n files directly. Co-authored-by: Copilot <[email protected]>
Description
This PR adds a comprehensive integration guide for using Lingo.dev CLI with Angular applications, addressing issue #1337.
What's Included
Framework-Specific Features
Testing
The guide has been cross-referenced with:
Ready for live testing by maintainers following the guide steps.
Workflow
Following the documentation contribution workflow from CONTRIBUTING.md:
Closes #1337