feat: Translating in es_MX

I add the translation for confirmShowSolution, nextLevel, sandbox, IntlHelperBarView, étc. Various of the levels.
This commit is contained in:
AndreyPootMay 2020-10-18 17:50:54 -05:00
parent 46d54b2dc7
commit ce754be8db
12 changed files with 528 additions and 1 deletions

View file

@ -66,6 +66,12 @@ class IntlHelperBarView extends React.Component{
onClick: function() {
this.fireCommand('locale es_AR; levels');
}.bind(this)
}, {
text: 'mexicano',
testID: 'mexican',
onClick: function() {
this.fireCommand('locale es_MX; levels');
}.bind(this)
}, {
text: 'português',
testID: 'portuguese',