mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +02:00
Merge pull request #584 from DevIntent/enableEsEs
feat: make es_ES available from the languages menu
This commit is contained in:
commit
a7f431399d
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,12 @@ class IntlHelperBarView extends React.Component{
|
||||||
}, {
|
}, {
|
||||||
text: 'español',
|
text: 'español',
|
||||||
testID: 'spanish',
|
testID: 'spanish',
|
||||||
|
onClick: function() {
|
||||||
|
this.fireCommand('locale es_ES; levels');
|
||||||
|
}.bind(this)
|
||||||
|
}, {
|
||||||
|
text: 'argentino',
|
||||||
|
testID: 'argentinian',
|
||||||
onClick: function() {
|
onClick: function() {
|
||||||
this.fireCommand('locale es_AR; levels');
|
this.fireCommand('locale es_AR; levels');
|
||||||
}.bind(this)
|
}.bind(this)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue