mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
intlHelperBarView
This commit is contained in:
parent
66c15ca6e0
commit
165a976b46
1 changed files with 6 additions and 0 deletions
|
@ -133,6 +133,12 @@ class IntlHelperBarView extends React.Component{
|
||||||
this.fireCommand('locale ta_IN; levels');
|
this.fireCommand('locale ta_IN; levels');
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
}, {
|
}, {
|
||||||
|
text: "italiano",
|
||||||
|
testID: "italian",
|
||||||
|
onClick: function () {
|
||||||
|
this.fireCommand("locale it_IT; levels");
|
||||||
|
}.bind(this),
|
||||||
|
},{
|
||||||
icon: 'signout',
|
icon: 'signout',
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
this.props.onExit();
|
this.props.onExit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue