mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-04 11:44:27 +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() {
|
||||
this.fireCommand('locale sl_SI; levels');
|
||||
}.bind(this)
|
||||
}, {
|
||||
text: 'Polski',
|
||||
testID: 'polish',
|
||||
onClick: function() {
|
||||
this.fireCommand('locale pl_PL; levels');
|
||||
}.bind(this)
|
||||
}, {
|
||||
icon: 'signout',
|
||||
onClick: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue