mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-04 19:54:29 +02:00
added to the "Polish" menu
This commit is contained in:
parent
cdc0868282
commit
696d5e8fd8
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@ class IntlHelperBarView extends React.Component{
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
this.fireCommand('locale sl_SI; levels');
|
this.fireCommand('locale sl_SI; levels');
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
|
}, {
|
||||||
|
text: 'Polski',
|
||||||
|
testID: 'polish',
|
||||||
|
onClick: function() {
|
||||||
|
this.fireCommand('locale pl_PL; levels');
|
||||||
|
}.bind(this)
|
||||||
}, {
|
}, {
|
||||||
icon: 'signout',
|
icon: 'signout',
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue