intlHelperBarView

This commit is contained in:
shardanasoft 2021-03-16 16:54:10 +01:00
parent 66c15ca6e0
commit 165a976b46
No known key found for this signature in database
GPG key ID: A16C23734C5E0D51

View file

@ -132,6 +132,12 @@ class IntlHelperBarView extends React.Component{
onClick: function() {
this.fireCommand('locale ta_IN; levels');
}.bind(this)
}, {
text: "italiano",
testID: "italian",
onClick: function () {
this.fireCommand("locale it_IT; levels");
}.bind(this),
},{
icon: 'signout',
onClick: function() {