-
Looking at the document:
https://www.i18next.com/overview/configuration-options
It implies I can choose to initialize i18next with resources and then use i18next-xhr-backend and fallbackLng to obt…
-
I have middleware for test:
```
module.exports = (req, res, next) => {
const user = req.user;
if (user.type !== 'admin') {
return res.status(403).json({ error: req.t('errors.auth.acces…
-
Hey there,
I am using i18next for my translations. We already have resx files with the translations used throughout our applications, so we would like to use resx in i18next.
On the i18next page, …
-
My app is used by people around the world, and I hope to provide their native familiar calendar UI. I thought it must be a very common use case, but I read the docs about locale and i18n, and didn't f…
-
I'm switching between using `Locize` for my backend when running locally, and then syncing the data back into my local client using `locize-cli` and using the XHR backend to toggle between the `.json`…
-
Hi
I was wondering to what extend the tokenizer of the SqlSearch plugin takes into account locales.
I mean, if bundles are localized (for instance, in Spanish), does it take the content and toke…
-
my page is in german although I selected english from the drop down menu
![2020-04-27_17h16_56](https://user-images.githubusercontent.com/64077786/80389044-e5d54a80-88aa-11ea-9ee5-dca8b57ed496.png)
-
After updating to version 4.4.0, multiple cookies were created as follows. Can you see why?
Middleware has been changed to i18next-http-middleware, but I use fastify, not express. Could this be the…
-
Hey.
I just wanted to let you know that detection of CJK languages doesn't work when there is at least one non-CJK character. For example, this will work:
`languageDetector.detectLanguageOf("기모링…
-
**Describe the bug**
I've tried multiple ways to set this up, I cannot get the application to start, I constantly get the following error:
./src/index.js
Module not found: Can't resolve './i18n' …