jhollingworth / bootstrap-wysihtml5

Simple, beautiful wysiwyg editor
http://jhollingworth.github.com/bootstrap-wysihtml5/
MIT License
4.15k stars 1.01k forks source link

Unable to render an i18n translation #357

Open serser opened 9 years ago

serser commented 9 years ago

Done as doc, but it posts an error:

bootstrap-wysihtml5.zh-CN.js:5 
Uncaught TypeError: Cannot set property 'zh-CN' of undefined

The error lines are:

(function($){
    $.fn.wysihtml5.locale["zh-CN"] = {
        font_styles: {
        normal: "正文",
        h1: "标题 1",
        h2: "标题 2",
        h3: "标题 3"
        },
germanio commented 7 years ago

Hey @serser please take a look at this issue #322 It may help you with the error you get.