Open Issues Need Help
View All on GitHubAI Summary: The task involves troubleshooting a problem with the Lingo.dev compiler within a Next.js application using the Shadcn monorepo and TurboRepo. The provided reproduction repository needs to be investigated to identify and resolve the issue related to Turbo pack functionality.
⚡ Lingo.dev - open-source, AI-powered i18n toolkit for instant localization with LLMs. Bring your own LLM or use Lingo.dev engine. Join discord: https://lingo.dev/go/discord
AI Summary: Update all instances of the deprecated command `lingo.dev auth --login` to the current command `lingo.dev login` across the Lingo.dev project documentation and codebase, ensuring the authentication functionality remains intact.
⚡ Lingo.dev - open-source, AI-powered i18n toolkit for instant localization with LLMs. Bring your own LLM or use Lingo.dev engine. Join discord: https://lingo.dev/go/discord
AI Summary: Enhance the Lingo.dev CLI's `run` command to display a detailed list of errors when localization tasks fail. The error list should be styled consistently with the existing output, using an orange header, red 'x' bullet points, and white text for error messages.
⚡ Lingo.dev - open-source, AI-powered i18n toolkit for instant localization with LLMs. Bring your own LLM or use Lingo.dev engine. Join discord: https://lingo.dev/go/discord
AI Summary: The task is to fix a bug in the Lingo.dev Compiler that removes leading whitespace within HTML elements. The solution needs to preserve necessary whitespace inside elements while still removing extraneous whitespace outside elements. The use of the `dedent` library should be investigated as a potential solution.
⚡ Lingo.dev - open-source, AI-powered i18n toolkit for instant localization with LLMs. Bring your own LLM or use Lingo.dev engine. Join discord: https://lingo.dev/go/discord
AI Summary: Modify the Lingo.dev CLI's `run` and legacy `i18n` commands to prevent lockfile updates when the target locale is explicitly specified using the `--target-locale` or `--locale` flags respectively. This involves checking for the presence of these flags and conditionally skipping the lockfile update process.
⚡ Lingo.dev - open-source, AI-powered i18n toolkit for instant localization with LLMs. Bring your own LLM or use Lingo.dev engine. Join discord: https://lingo.dev/go/discord