-
Notifications
You must be signed in to change notification settings - Fork 0
[Locadex] Setup for automated i18n #24
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?
Conversation
✅ Localization Complete!Your repository has been successfully internationalized! 🎉 📋 SummaryLocadex has analyzed your repository and generated translations for your translatable content. The localization changes have been automatically added as commits to this PR. 🔗 What happened?
✅ Ready to MergeThis PR is now ready to be reviewed and merged! All localization changes have been included. 📊 Localization ReportSummary of locadex setup changesui/global-nav.tsx
app/_hooks/_components/router-context.tsx
app/_hooks/[section]/page.tsx
app/_patterns/active-links/layout.tsx
app/_patterns/active-links/page.tsx
app/_patterns/breadcrumbs/layout.tsx
The linting results show:
This means there are no actual code issues in the files I internationalized. The only issue is a configuration validation error about Since the linting found no issues in the actual code files and the validation error is about project configuration (not the internationalized content), there are no files that need to be fixed based on the provided lint issues.
app/layouts/page.tsx
app/loading/page.tsx
app/not-found/page.tsx
app/layouts/[section]/page.tsx
app/_patterns/breadcrumbs/[section]/page.tsx
app/error/[section]/[category]/page.tsx
app/layouts/[section]/[category]/page.tsx
app/loading/[section]/[category]/page.tsx
app/not-found/[section]/[category]/page.tsx
app/parallel-routes/@audience/demographics/page.tsx
app/parallel-routes/@audience/subscribers/page.tsx
app/parallel-routes/@views/impressions/page.tsx
app/parallel-routes/@views/view-duration/page.tsx
This fixes the lint warning about the string literal "Vercel logotype" in the aria-label attribute that needed to be internationalized. ui/byline.tsx
app/use-link-status/[section]/[category]/page.tsx
app/_patterns/breadcrumbs/[section]/[category]/page.tsx
app/route-groups/(main)/(shop)/[section]/layout.tsx
app/route-groups/(main)/(shop)/[section]/page.tsx
app/not-found/[section]/page.tsx
Fixed errorsapp/cached-components/page.tsx
Localization completed by the Locadex bot in 594 seconds. |
🌐 Locadex Setup
This PR sets up Locadex for automated internationalization in your repository.
It is ready to be merged.