Top "I18next" questions

i18next is a full-featured i18n javascript library for translating your webapplication.

HTML tags in i18next translation

I'm using i18next to power i18n for my weblog. It works great on text-only content, but when I …

javascript internationalization i18next
How to use i18next? Problems with translations

I want to use a internationalization option at my jQuery Mobile and jQuery webside. I tried to generate an example …

javascript html jquery-mobile internationalization i18next
Translate custom attributes with i18next (placeholder, value)

I am investigating what is possible with i18next localization library. Right now I have the following code (full Fiddle …

javascript localization globalization i18next
React i18next and correct way of changing language

I am developing a multilanguage application using React, i18next and i18next-browser-languagedetector. I initialize i18next the following way: …

javascript reactjs translation i18next
How to switch languages with the i18next plugin?

I am using Backbone.js in my application and the i18next plugin for my language switch function on my …

javascript backbone.js i18next language-switching
React i18n break lines in JSON String

I'm working with i18next for react https://github.com/i18next/react-i18next. I'm struggling to break lines within …

html json reactjs i18next
How do I mock react-i18next and i18n.js in jest?

package.json "moduleNameMapper": { "i18next": "<rootDir>/__mocks__/i18nextMock.js" } i18n.js import i18n from 'i18…

reactjs jestjs i18next react-i18next
react-i18next: interpolation of link in HTML tag in the middle of the text

I am using react, i18next and react-i18next. I would like to have some translatable text with HTML link …

javascript reactjs i18next react-i18next
HTML tags in i18next translation files in React

I'm using i18next in a project and can't get around including html tags in translation files and having them …

javascript html reactjs internationalization i18next
i18next is not loading the translation file

I am working on some Backbone based project where i am using i18next for locales. Following is my app.…

backbone.js requirejs i18next