mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-29 23:24:44 +02:00
Sync with updated master
This commit is contained in:
commit
b43d6eb1e7
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ var IntlHelperBarView = React.createClass({
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
this.fireCommand('locale de_DE; levels');
|
this.fireCommand('locale de_DE; levels');
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
|
}, {
|
||||||
|
text: 'Русский',
|
||||||
|
testID: 'russian',
|
||||||
|
onClick: function() {
|
||||||
|
this.fireCommand('locale ru_RU; levels');
|
||||||
|
}.bind(this)
|
||||||
}, {
|
}, {
|
||||||
icon: 'signout',
|
icon: 'signout',
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue