Add Vietnamese language switcher to helperbar.

This commit is contained in:
edward 2019-12-05 08:26:36 +07:00
parent 1aa75a27bf
commit 3a74fb345d

View file

@ -96,6 +96,12 @@ class IntlHelperBarView extends React.Component{
onClick: function() { onClick: function() {
this.fireCommand('locale uk; levels'); this.fireCommand('locale uk; levels');
}.bind(this) }.bind(this)
}, {
text: 'Tiếng Việt',
testID: 'vietnamese',
onClick: function() {
this.fireCommand('locale vi; levels');
}.bind(this)
}, { }, {
text: 'Galego', text: 'Galego',
testID: 'galician', testID: 'galician',