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

oc added to supported languages
This commit is contained in:
rugk 2017-01-07 20:19:32 +01:00 committed by GitHub
commit afbb0a631d

View File

@ -297,7 +297,7 @@ $(function() {
* From: https://github.com/janl/mustache.js/blob/master/mustache.js#L60 * 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 * 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 * @return string escaped HTML
*/ */
htmlEntities: function(str) { htmlEntities: function(str) {
@ -329,7 +329,7 @@ $(function() {
/** /**
* supported languages, minus the built in 'en' * 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() * translate a string, alias for translate()