mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
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:
parent
a506d3d907
commit
e69c566835
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