How to use i18next nesting features with i18next-icu format
Im using i18next-icu for following icu format.
In i18next, is it possible to use a different default locale for formatting – {{val, datetime}} – than for the overall locale?
I would like to respect the user’s language preferences for formatting (for example, mm/dd/yyyy vs dd.mm.yyyy) even if I don’t support their language and fall back to en
.
i18next-parser extract plain html/text nodes without custom componentes
I want to extract plain text nodes from react components, just detect it .. add it to file. without using any custom components or so.
Using ordinals in other languages than english
When using ordinals in react-i18next, I have issues when trying to translate to swedish – it seems like it will always default to key_ordinal_other, instead of using the provided key_ordinal_one and key_ordinal_two
i18.resolvedLanguage is undefined
When i intialise i18 using createInstance()
i18n.resolvedLanguage is coming as undefined