Git Product home page Git Product logo

Comments (13)

dyniper avatar dyniper commented on July 17, 2024 1

Perfect. I'll reopen this if i need more help while using the above. Thanks!

from i18next-icu.

dyniper avatar dyniper commented on July 17, 2024 1

Nevermind, it works, fixed the fiddle. I think i'm good to go. Thanks for your help again.

from i18next-icu.

jamuhl avatar jamuhl commented on July 17, 2024

There are two options...you load that additional script before you call i18next.changeLanguage or you call and add it on the event: https://www.i18next.com/overview/api#onlanguagechanged

from i18next-icu.

dyniper avatar dyniper commented on July 17, 2024

Thanks for the answer @jamuhl . Just to make sure i understand, you would do a xhr call manuallyt on the file (which would be hosted with your application), and on the success of that call add it to the icu instance? Then the it would automatically be reflected in the i18next instance?

from i18next-icu.

jamuhl avatar jamuhl commented on July 17, 2024

Yes...it basically passes that to the IntlMessageFormat: https://github.com/i18next/i18next-icu/blob/master/src/index.js#L30

And on calling t it uses: https://github.com/i18next/i18next-icu/blob/master/src/index.js#L47 the language from i18next (also memoize works with different languages)

from i18next-icu.

dyniper avatar dyniper commented on July 17, 2024

Hello @jamuhl. I started my actual implementation today, and realized that if i load the a new locale-data using an XHR when the locale change, i will basically need to call eval on what i get since its a JS file (and not a json file). Maybe I'm missing something here, but i don't understand how i could load the locate-data dynamically when the user change the language.

Thanks for the help again!

from i18next-icu.

jamuhl avatar jamuhl commented on July 17, 2024

do not load the js file via xhr -> add a script element to the html to load it. Guess for inspiration you can use: https://www.npmjs.com/package/react-async-load-script

from i18next-icu.

dyniper avatar dyniper commented on July 17, 2024

Ok, but then how do i register them with my icu instance? Do those files exports some global that i can use in icu.addLocaleData?

from i18next-icu.

jamuhl avatar jamuhl commented on July 17, 2024

those are taken from reactIntl -> are on global.ReactIntlLocaleData[lng] i guess from looking the code

from i18next-icu.

dyniper avatar dyniper commented on July 17, 2024

Hmmm, that doesn't seem to work. See this fiddle: https://jsfiddle.net/j3o40765/

from i18next-icu.

jamuhl avatar jamuhl commented on July 17, 2024

Awesome...glad you figured out.

from i18next-icu.

jamuhl avatar jamuhl commented on July 17, 2024

Just found another option if you're using webpack https://github.com/locize/locize-react-intl-example/blob/master/src/locize/index.js#L39 (just change path accordingly)

from i18next-icu.

jamuhl avatar jamuhl commented on July 17, 2024

updated link to sample: https://github.com/locize/locize-react-intl-example/blob/master/src/locize/index.js#L53

from i18next-icu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.