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() {
this.fireCommand('locale uk; levels');
}.bind(this)
}, {
text: 'Tiếng Việt',
testID: 'vietnamese',
onClick: function() {
this.fireCommand('locale vi; levels');
}.bind(this)
}, {
text: 'Galego',
testID: 'galician',