Code Monkey home page Code Monkey logo

Comments (2)

caridy avatar caridy commented on May 4, 2024

I'm looking for an example that shows the conditional loading of Intl.js both in the browser and in node.js. This, in the context of creating a distribution.js for my application with gulp. I want to avoid including Intl.js there in the distribution when during packaging Intl.js will obviously not be there.

we don't have such example, we are waiting for polyfill.io to include intl.js to do so (we are working with them to get that in soon)

Can I specify a normal properties style text file as a source for messages?

I work w global message files (as opposed to component level message files). What's the best way to only load the correct one? I can load based on the applied locale, but if that's not available it should revert back to the default and load only that.

getIntlMessage() is optional, you can replace it with window.Foo, or you can implement your own method to resolve a message. This library only provides a simple mechanism to render the top level component by passing all messages available in the app thru props, and it will try to use that information to resolve messages by path, but this is completely optional.

The library seems to use either props or context to reference a message bundle. How do I work with a globally available language file in order not to have to pass this through each and every time.

same as above, ultimate a message is just a reference to a string value, do what you have to provide the right string value, that's all.

is it possible to set the library up so that any message that is not found will just return the provided message key? In a dev scenario, you may not want to have to supply all the correct messages up front. and imho a non-available messages file should not result follow this scenario and provide a warning in stead of throwing an exception.

you can implement a resolver method, maybe thru a mixin that you add to all components with intl requirements, and that method can simply try to resolve the global message, or apply the fallback mechanism.

from formatjs.

ericf avatar ericf commented on May 4, 2024

Instead documenting all the possible ways to use this package, I think the better thing to do is for us to create an example app that embodies all our recommendations and docs from the website.

from formatjs.

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.