-
# 1. Translation keys
We need to replace all string constants with translation keys.
For example,
```
```
should become
```
import { CONNECTIONS } from "i18n/namespaces";
...
const { t…
-
https://react.i18next.com/
https://locize.com/blog/react-i18next/#language-switcher
https://react.i18next.com/getting-started
https://www.i18next.com/overview/api#resolvedlanguage
-
## 🐛 Bug Report
Getting the below mentioned warning
```
Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This wi…
-
1. i18next is init async. Is it necessary to ensure that after i18next.init is completed, assign `i18next.t` to `ctx.t`?
2. many koa middleware is never support `koa@1` by default. Should we remove `…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
## 🐛 Bug Report
Hi, I'm a member from LobeHub, we are using `react-i18next` to implement the i18n of [LobeChat](https://github.com/lobehub/lobe-chat) . And some of our users report the slow of inpu…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
## 💥 Regression Report
Related to https://github.com/i18next/i18next/issues/2011.
Since v22.5.0, ESLint started to complain about using an `any` value as the returned result from the `t()` f…
-
**Issue by [MarcelGerber](https://github.com/MarcelGerber)**
_Thursday Jul 31, 2014 at 14:41 GMT_
_Originally opened as https://github.com/adobe/brackets.io/pull/93_
----
#92 causes i18next to thro…
-