infinitered / ignite-i18n

An ignite plugin for react-native-i18n.
4 stars 9 forks source link

FIX - return original message if translation does not exists #13

Closed Fr33maan closed 7 years ago

Fr33maan commented 7 years ago

We was returning an unsexy error message instead of the original message. Better error message if the message to translate is not a string, now we return an empty message instead of returning the object passed in parameters

Fr33maan commented 7 years ago

@GantMan @jamonholmgren Sorry for the double work, this one should work better

GantMan commented 7 years ago

Thanks!!!