added to the "Polish" menu

This commit is contained in:
Olsza 2020-10-23 08:35:04 +02:00
parent cdc0868282
commit 696d5e8fd8

View file

@ -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() {