fixed shortcut to pl

This commit is contained in:
Olsza 2020-10-23 11:22:55 +02:00
parent e74351782a
commit 1b0ddc96d3

View file

@ -124,7 +124,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',