mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-23 23:11:04 -04:00
added a forgotten option 'ru' in supportedLanguages section
This commit is contained in:
parent
bbcc53f08e
commit
aacfe8e5fa
7 changed files with 7 additions and 7 deletions
|
@ -328,7 +328,7 @@ $(function() {
|
|||
/**
|
||||
* supported languages, minus the built in 'en'
|
||||
*/
|
||||
supportedLanguages: ['de', 'fr', 'it', 'pl', 'sl', 'zh'],
|
||||
supportedLanguages: ['de', 'fr', 'it', 'pl', 'ru', 'sl', 'zh'],
|
||||
|
||||
/**
|
||||
* translate a string, alias for translate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue