X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..5145fc38a6bf044367f4d96197dd3d47e05b6266:/src/editor/utils/wlxml.js?ds=inline diff --git a/src/editor/utils/wlxml.js b/src/editor/utils/wlxml.js deleted file mode 100644 index 5f1b84d..0000000 --- a/src/editor/utils/wlxml.js +++ /dev/null @@ -1,36 +0,0 @@ -define([ - -], function() { - -'use strict'; - - - -return { - wlxmlTagNames: { - '': '', - section: 'sekcja', - header: 'nagłówek', - div: 'blok', - span: 'tekst', - aside: 'poboczny' - }, - wlxmlClassNames: { - '': '', - author: 'autor', - title: 'tytuł', - cite: 'cytat', - 'cite.code': 'cytat.kod', - 'cite.code.xml': 'cytat.kod.xml', - 'list.items': 'lista', - 'list.items.enum': 'lista.numerowana', - item: 'element', - uri: 'uri', - p: 'paragraf', - footnote: 'przypis', - todo: 'todo', - emp: 'wyróżnienie' - } -}; - -}); \ No newline at end of file