mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-25 15:55:29 -04:00
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'
|
* 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()
|
* translate a string, alias for translate()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue