mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Add Vietnamese language switcher to helperbar.
This commit is contained in:
parent
1aa75a27bf
commit
3a74fb345d
1 changed files with 6 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue