react-native-i18n icon indicating copy to clipboard operation
react-native-i18n copied to clipboard

Not able to add my Own loacle like 'tn' instead of using ' en'

Open Pardeep03315 opened this issue 5 years ago • 0 comments

Hi all , i want to use 'tn' as my own one of the famous country languages . When i do this ...default language 'en' is tranlated . Can i change 'en' to my custom loacale in translation object of react-native-i18n

want to use like this

I18n.translations = { en: { hello_world: 'Hello, World!' }, tn: { hello_world:'எப்படி இருக்கிறீர்கள் !' } };

Pardeep03315 avatar Oct 26 '18 20:10 Pardeep03315