Explorar o código

Merge pull request #158 from Quent-in/patch-2

oc added to supported languages
rugk %!s(int64=9) %!d(string=hai) anos
pai
achega
afbb0a631d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      js/language

+ 2 - 2
js/privatebin.js → js/language

@@ -297,7 +297,7 @@ $(function() {
          * From: https://github.com/janl/mustache.js/blob/master/mustache.js#L60
          * Also: https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet#RULE_.231_-_HTML_Escape_Before_Inserting_Untrusted_Data_into_HTML_Element_Content
          *
-         * @param string str
+         * @param string str
          * @return string escaped HTML
          */
         htmlEntities: function(str) {
@@ -329,7 +329,7 @@ $(function() {
         /**
          * supported languages, minus the built in 'en'
          */
-        supportedLanguages: ['de', 'es', 'fr', 'it', 'pl', 'ru', 'sl', 'zh'],
+        supportedLanguages: ['de', 'es', 'fr', 'it', 'pl', 'oc', 'ru', 'sl', 'zh'],
 
         /**
          * translate a string, alias for translate()