-
Hello ! :)
I am importing the types from the module (for typescript), i have all any by default.
And when i am going to the `node_modules/next-export-i18n`, i don't have any types accessible from …
-
hey Guys,
I have enabled offline support by adding the `enableOfflineSupport` prop to the chat component, and I am able to retrieve channels while offline. I have also added a database logger to tra…
-
I'm reposting my question here for people looking for the same answer in the future:
https://stackoverflow.com/questions/69051040/how-to-dynamically-load-moment-locales-with-react-in-a-spa-and-forc…
-
Steps to reproduce:
1. Clone this repo
2. Remove the `Welcome` component from the `layouts/index.js` file
3. Add the `Welcome` component to `pages/index.js` file.
Switch language using the lan…
deanc updated
4 years ago
-
### What happened?
When creating an editor in a different browser language than English, the initial page name is wrong.
### How can we reproduce the bug?
Go to www.tldraw.com and create new …
-
# Issue: Application Translation - Next.js TypeScript Application Translation using next-intl
## Objective
The goal of this issue is to translate specific components in our Next.js application …
-
## 💥 Regression Report
I'm using `next-i18next` in a project with 7 namespaces. In upgrading that from 15.0.0 to 15.2.0 I started to see `Type instantiation is excessively deep and possibly infinit…
-
Title is self explanatory, I receive this error when testing the file.
Relevant code from: Notification.js (component being tested)
```
import React from "react";
import {Box, Button, Card, Ca…
-
Hi,
if i use useTranslation hook on Android, it's working fine but in class components which I use like i18n.t('xx'), in that case translations are not working, regardless of importing i18n from 'i18…
-
I tried to use this plugin in custom `wrapPageElement` in `gatsby-browser` and `gatsby-ssr`
but the `i18n` object in `useTranslation()` in `wrapPageElement` is empty.
When I logged `useI18next()` …