fixed shortcut to pl

This commit is contained in:
Olsza 2020-10-23 11:22:55 +02:00
parent bf4afd525e
commit 40892023da

View file

@ -118,7 +118,7 @@ class IntlHelperBarView extends React.Component{
text: 'Polski', text: 'Polski',
testID: 'polish', testID: 'polish',
onClick: function() { onClick: function() {
this.fireCommand('locale pl_PL; levels'); this.fireCommand('locale pl; levels');
}.bind(this) }.bind(this)
}, { }, {
icon: 'signout', icon: 'signout',