Browse Source

Add Spanish to the list of supported languages for Smart PBX

4.3
Joris Tirado 11 years ago
parent
commit
a01229151c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app.js

+ 2
- 1
app.js View File

@ -11,7 +11,8 @@ define(function(require){
i18n: {
'en-US': { customCss: false },
'fr-FR': { customCss: false },
'ru-RU': { customCss: false }
'ru-RU': { customCss: false },
'es-ES': { customCss: false }
},
requests: {},


Loading…
Cancel
Save