Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
2 answers
83 views

I am building a multilanguage platform with the Portuguese, English and Spanish languages using the Javascript translator library i18next. The following image displays a portuguese activated input ...
0 votes
0 answers
31 views

import { defineI18n } from "fumadocs-core/i18n"; export const i18n = defineI18n({ defaultLanguage: "fa", languages: ["en", "fa", "cn"], ...
0 votes
1 answer
81 views

Introduction Hello everyone, I have come across an issue with the nature of how NextJS handles asynchronous functions in client components that prevents me from resolving this matter further: I opted ...
0 votes
1 answer
11 views

In our React SPA, we have 100s t('MY_TOKEN_THING_LABEL')}. We allow tenants, to specify custom translation labels if they don't prefer the stock ones. The experience is really painful; they have to ...
bartonm's user avatar
  • 1,650
1 vote
0 answers
52 views

Here's my code: import i18n, { type InitOptions } from 'i18next'; import { initReactI18next } from 'react-i18next'; import LanguageDetector from 'i18next-browser-languagedetector'; import ...
0 votes
0 answers
76 views

My translations on InertiaJS/React with i18next rerender when page fully loads, which ruins both SEO and animations. when page is initializing, first it loads the en language (even when I change the ...
2 votes
1 answer
387 views

I wanted to implement multilanguage support with next-intl and I changed my file structure like this: app/ favicon.ico globals.css [locale]/ layout.tsx page.tsx (root)/ ...
0 votes
0 answers
60 views

I'm trying to enable translations for a form, but I can't seem to "activate it". I'm following this guide: https://medium.com/@45pallavi.singh/aem-support-multilingual-adaptive-form-...
0 votes
0 answers
76 views

I'm building a Next.js 15.1.2 app using React 18.3.1 and I integrated i18n support with the following packages: [email protected] [email protected] [email protected] i18next-http-...
0 votes
0 answers
71 views

I'm using the following setup: Next.js: 15.1.2 React: 18.3.1 i18next: 25.2.1 next-i18next: 15.4.2 react-i18next: 15.5.3 My translations work fine on the client side, but after refreshing the page (...
0 votes
1 answer
253 views

I am trying to add payloadcms/translations from payload to my cms written with payload cms and next, "@payloadcms/translations": "^3.42.0", "@payloadcms/ui": &...
0 votes
0 answers
145 views

I'm currently migrating a large Next.js project from the old /pages directory to the new /app directory (App Router). This migration will likely take a long time (possibly 1–2 years), so for now, I ...
0 votes
1 answer
233 views

I have recently had an issue incorporating namespaces to my i18n setup while switching from a one-file-per-language model to a more complex structured file model that requires the use of namespaces to ...
3 votes
6 answers
3k views

I've tried making a Next.js app with localization, but I keep getting this error: Error: Couldn't find next-intl config file. Please follow the instructions at https://next-intl.dev/docs/getting-...
Maxim's user avatar
  • 739
1 vote
1 answer
52 views

I'm working on a Next.js app with App Router and I'm implementing localization using i18next with dynamic JSON imports for translations. I'm running into the following error: Error: Only plain objects,...

15 30 50 per page
1
2 3 4 5
...
99

AltStyle によって変換されたページ (->オリジナル) /