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

A component for React that utilizes the Counterpart module to provide multi-lingual/localized text content.

Results 9 react-translate-component issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to achieve the following HTML in React: ```html // the value on the next line is the text which needs translation language arrow_drop_down ``` and I'm trying...

Hello, how can I set a default message instead of "missing translation" ?

Support I have string `Explore and get a feel for the game before moving onto micro-level. You can play for 1 hour for just ₹50. And win lot more.` If...

In my code I have some cases where the string is pass to a function. I use Translate within this function to make it easier but some string are not...

Hi, I wanna use this package in combination with https://github.com/nfl/react-helmet to dynamically set localized page titles. The `` component only accepts strings... What do you think of exposing a utility...

Hey. First of all, nice work. I like how simple your solution to this problem is. I have created my app with create-react-app and I am using ES2015 features. Where...

Great job! I have my translation up and running! I suggest making examples available in JSX too. Let me know if you are taking PRs, I could make an example/demo...

Some of our localized strings include markup because the actual translation process results in words (or words that we would like to have marked up) that change position For example:...

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...