tag
intl▌
2 indexed skills · max 10 per page
skills (2)
next-intl-app-router
liuchiawei/agent-skills · Frontend
Setup and usage of next-intl with prefix-based locale routing (e.g. /en/about, /ja/about). Use this skill in any Next.js App Router project.
next-intl-add-language
github/awesome-copilot · Frontend
Add a new language to a Next.js application using next-intl internationalization. \n \n Requires translating all entries from en.json in the ./messages directory to the new language \n Update routing configuration in src/i18n/routing.ts and middleware in src/middleware.ts to recognize the new language \n Register the language in the language toggle component at src/components/language-toggle.tsx \n