react-translate-component icon indicating copy to clipboard operation
react-translate-component copied to clipboard

How many languages can this support?

Open carcinocron opened this issue 8 years ago • 3 comments

This component looks good for the 1-10 languages range, but is it intended to work/scale with 20-50 languages?

When some one does choose a new language, is that an http call or is the second language simply part of the minified javascript app?

carcinocron avatar Oct 20 '15 15:10 carcinocron

I'm running it in production with 3 languages, each having approx. 1000 keys. I can't say whether it scales beyond 10 languages. All languages' translations are currently sent to the client at once.

martinandert avatar Oct 20 '15 16:10 martinandert

Does it support date formats or digit grouping symbols by default? Or are these rules are something I have to declare on my language file? Thanks

ghost avatar Oct 22 '15 20:10 ghost

Does it support date formats or digit grouping symbols by default? Or are these rules are something I have to declare on my language file?

Counterpart (used by this component) supports localizing dates (see https://github.com/martinandert/counterpart#localization). PR's welcome!

martinandert avatar Oct 30 '15 13:10 martinandert