-
Updated
Jun 13, 2020 - JavaScript
i18next
Here are 195 public repositories matching this topic...
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jun 9, 2020 - TypeScript
The README says that the ajax parameter takes a callback that should be called as follows:
// 'callback' is a function that takes two parameters, 'data' and 'xhr'.
// 'data' should be the key:value translation pairs for the
// requested language and namespace, or null in case of an error.
// 'xhr' should be a status object, e.g. { status: 200 }
This thread is meant for the community to share their feedback regarding how to get started with the boilerplate, and how the documentation should be improved in order to make it easier.
Lots of documentation has been written, both in markdown files (README, etc.) and as in-code comments. About 2h of video tutorial has been recorded as well, so that you don't get stuck when trying out this pr
See https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md#900
react-i18next
https://github.com/i18next/react-i18next/blob/v9.0.0/src/Trans.js#L144-L145
const defaultValue =
defaults || nodesToString('', children, 0) || reactI18nextOptions.transEmptyNodeValue;i18next-scanner
https://github.com/i18next/i18next-scanner/blob/v2.9.1/src/parser.js#L5
I'm trying to use language detection feature of this package but I can't. It seems like I need to implement both wire up i18next to request object and then language detection is that right?
All I want to do is to make i18next-express-middleware read and write language from my cookies.
According to this comment to a ticket, it seems like the language property isn't observable. This leads to some issues with bootstrap-vue. Is there a simple way to fix that issue?
-
Updated
Nov 5, 2018 - JavaScript
-
Updated
Jun 11, 2020 - TypeScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
May 13, 2020 - TypeScript
-
Updated
Jan 28, 2020 - Elm
-
Updated
Mar 4, 2020 - TypeScript
-
Updated
Nov 29, 2018 - JavaScript
-
Updated
Apr 23, 2020 - TypeScript
-
Updated
Apr 7, 2020 - TypeScript
-
Updated
May 4, 2020 - JavaScript
-
Updated
Oct 29, 2019 - TypeScript
-
Updated
Aug 28, 2019 - JavaScript
-
Updated
Apr 4, 2018 - JavaScript
Improve this page
Add a description, image, and links to the i18next topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the i18next topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Right now as far as I could see, there is no documentation about how to integrate with Locize.
Describe the solution you'd like
I'd super helpful describe it or to have a simple Locize code example.
Describe alternatives you've considered
Can't find anything