1 | | Replying to [comment:2 peller]: |
2 | | > My guess is that "../../_static/dijit" is not a valid module path. It is a valid filepath (well, only on the livedocs staging server) but the i18n! plugin does a require on that as if it were a module and it comes back as undefined. Perhaps just including "dojo/i18n!dijit/nls/common.js" should work. |
3 | | > |
4 | | > I tried making the change, but got this error from the wiki. UTF-8 ought to be supported. |
5 | | > |
6 | | > {{{ |
7 | | > HTTPError: (400, "The request entity could not be decoded. The following charsets were attempted: ['utf-8']") |
8 | | > }}} |