diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2016-11-25 11:25:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-25 11:25:51 -0400 |
| commit | 227c57b9a5f8be83dc74f9ecec84acb766388567 (patch) | |
| tree | ab618719ee8d9bc3fd5f20d9ddddf34c0ba55fc5 /www/js/DataModel.js | |
| parent | c44d3a53535373087f082a48fcd2eef1f34fb572 (diff) | |
| parent | 137aecd7f67717698acb21d8683058518233ac6a (diff) | |
Merge pull request #385 from fxrnando/384-spanish-trans
384 spanish trans
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index f1df7a83..df7d7fdf 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -54,6 +54,10 @@ angular.module('zmApp.controllers') text: 'العربية', value: 'ar' }, + { + text: 'Español', + value: 'es' + }, /* { text: 'Hindi', value: 'hi' |
