Naman Gupta
Naman Gupta
Hi everyone 👋 I’d like to take up this issue and implement the locale code remapping feature as discussed. The idea is to let users define a mapping between their...
You can run the CLI directly using Node instead of going through the broken shell wrapper: `npx node node_modules/lingo.dev/bin/cli.mjs init` or (if you want to skip npx caching issues): `npx...
Thanks for the clear explanation! I’d like to work on this feature. My plan is to add an omitKeys option in the new 1.9 config schema, as mentioned. When omitKeys...
Happy to help ☺️
Hi, I’ve gone through this issue in detail and would like to work on fixing it. From my investigation, the root cause is that **_extract_clean_markdown()_** only captures the visible DOM...
Hi @siriwatknp 👋 I’d like to work on this issue and open a PR for the fix you outlined. The root cause seems to be that applyStyles is missing from...
Hi! 👋 I’d like to work on this issue. **Plan:** * Locate all references in the docs and codebase pointing to the outdated path `/en/compiler/frameworks/nextjs`. * Update them to the...
Hi 👋 I’d like to work on this issue and create the Sitemap template using Kanvas. I’ll design a clear and well-annotated template that demonstrates how new users can build...