Questions tagged [i18next]

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

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

1430 questions
-2
votes
1 answer

Issue with i18n parsing

I am getting JSON fro backend, which I need to parse on UI. For all the keys from the JSON, I have to translate them and show on UI. Eg: i18n.t('key') will give me translated value. But for some keys like 'name',…
aishwarya
  • 89
  • 1
  • 7
-3
votes
1 answer

undefined is not an object (evaluating 'module.type')

I have gone through the other similar type answers but never saw a error like " (evaluating 'module.type')" in my project i am trying to add Arabic language using i18next this is my error log info Starting logkitty [11:29:22] E | ReactNativeJS ▶︎…
Pranav Ashok
  • 581
  • 1
  • 6
  • 18
1 2 3
95
96