Adding tamil locale and into page

This commit is contained in:
vinothmdev 2021-01-13 04:04:41 +00:00
parent c46738d4f5
commit 71a1166e83
2 changed files with 38 additions and 0 deletions

View file

@ -126,6 +126,12 @@ class IntlHelperBarView extends React.Component{
onClick: function() {
this.fireCommand('locale pl; levels');
}.bind(this)
}, {
text: 'தமிழ்',
testID: 'tamil',
onClick: function() {
this.fireCommand('locale ta_IN; levels');
}.bind(this)
}, {
icon: 'signout',
onClick: function() {