Skip to main content
0 votes
0 answers
27 views

import { defineI18n } from "fumadocs-core/i18n"; export const i18n = defineI18n({ defaultLanguage: "fa", languages: ["en", "fa", "cn"], ...
SaliNa's user avatar
  • 1
0 votes
1 answer
56 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 ...
Tyler Delmas's user avatar
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
50 views

Here's my code: import i18n, { type InitOptions } from 'i18next'; import { initReactI18next } from 'react-i18next'; import LanguageDetector from 'i18next-browser-languagedetector'; import ...
Hyunwoo Lim's user avatar
0 votes
0 answers
71 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 ...
IranMine123's user avatar
2 votes
1 answer
348 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)/ ...
Gritcu Bogdan's user avatar
0 votes
0 answers
59 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-...
Fprogramer's user avatar
0 votes
0 answers
74 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-...
Seda Babir's user avatar
0 votes
0 answers
68 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 (...
Seda Babir's user avatar
0 votes
1 answer
231 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": &...
JGarnie's user avatar
  • 624
0 votes
0 answers
135 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 ...
Baldini's user avatar
  • 95
0 votes
1 answer
223 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 ...
Tyler Delmas's user avatar
3 votes
3 answers
2k 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
  • 719
1 vote
1 answer
47 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,...
J_Max's user avatar
  • 35
1 vote
0 answers
95 views

I'm building a Next.js application using Clerk for authentication and next-intl for internationalization. Everything was working fine until I tried to implement the login functionality. Now I'm ...
Gustavo Oliveira's user avatar

15 30 50 per page
1
2 3 4 5
99