Added Slovenian translations

This commit is contained in:
Matic Trebusak 2020-04-24 11:44:27 +02:00
parent 1f496930fc
commit 1ac4ca93a7
42 changed files with 2581 additions and 176 deletions

View file

@ -113,7 +113,14 @@ class IntlHelperBarView extends React.Component{
onClick: function() {
this.props.onExit();
}.bind(this)
}];
}, {
text: 'Slovensko',
testID: 'slovenian',
onClick: function() {
this.fireCommand('locale sl_SI; levels');
}.bind(this)
}
];
}
};