Merge pull request #584 from DevIntent/enableEsEs

feat: make es_ES available from the languages menu
This commit is contained in:
Peter Cottle 2019-06-06 11:43:55 -07:00 committed by GitHub
commit a7f431399d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,12 @@ class IntlHelperBarView extends React.Component{
}, {
text: 'español',
testID: 'spanish',
onClick: function() {
this.fireCommand('locale es_ES; levels');
}.bind(this)
}, {
text: 'argentino',
testID: 'argentinian',
onClick: function() {
this.fireCommand('locale es_AR; levels');
}.bind(this)