Skip to content

Commit e6f374f

Browse files
committed
Merge pull request colmena#120 from Stidro/spanish-translation
Added Spanish language
2 parents d8c9d5a + 6dbca58 commit e6f374f

5 files changed

Lines changed: 935 additions & 24 deletions

File tree

client/app/js/app.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ angular.module('loopbackApp', [
6161
country: 'US',
6262
name: gettextCatalog.getString('English')
6363
},
64+
'es_MX': {
65+
lang: 'es_MX',
66+
country: 'MX',
67+
name: gettextCatalog.getString('Spanish')
68+
},
6469
'fr': {
6570
lang: 'fr',
6671
country: 'FR',

client/app/js/translations.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

po/es_MX.mo

12.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)