feat: make es_ES available from the languages menu

rename es_AR to argentino
 but leave it as the default for Spanish
 since es_ES is not fully translated

Fixes #528
This commit is contained in:
Michael Prentice 2019-06-05 18:54:20 -04:00
parent a506d3d907
commit e69c566835
No known key found for this signature in database
GPG key ID: A21110C72E90BFB7

View file

@ -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)