Update privatebin.js
Added 'it' supported language.
This commit is contained in:
parent
a714272286
commit
af824bbcd6
@ -328,7 +328,7 @@ $(function() {
|
||||
/**
|
||||
* supported languages, minus the built in 'en'
|
||||
*/
|
||||
supportedLanguages: ['de', 'fr', 'pl', 'sl', 'zh'],
|
||||
supportedLanguages: ['de', 'fr', 'it', 'pl', 'sl', 'zh'],
|
||||
|
||||
/**
|
||||
* translate a string, alias for translate()
|
||||
|
Loading…
Reference in New Issue
Block a user