Add Spanish to supported languages
This commit is contained in:
parent
6f8f4076dc
commit
910c3b3f9d
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ $(function() {
|
|||
/**
|
||||
* supported languages, minus the built in 'en'
|
||||
*/
|
||||
supportedLanguages: ['de', 'fr', 'it', 'pl', 'ru', 'sl', 'zh'],
|
||||
supportedLanguages: ['de', 'es', 'fr', 'it', 'pl', 'ru', 'sl', 'zh'],
|
||||
|
||||
/**
|
||||
* translate a string, alias for translate()
|
||||
|
|
Loading…
Reference in a new issue