asciidoctor-gettext
Version:
gettext/po string extraction tool for asciidoc documents
75 lines • 1.63 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.nonLocalizableBuiltinAttributeKeys = [
'author',
'authorcount',
'authorinitials',
'authors',
'asciidoctor',
'asciidoctor-version',
'attribute-missing',
'attribute-undefined',
'backend',
'backend-html5',
'backend-html5-doctype-article',
'basebackend',
'basebackend-html',
'basebackend-html-doctype-article',
'docdate',
'docdatetime',
'docdir',
'doctime',
'doctype',
'doctype-article',
'docyear',
'embedded',
'filetype',
'filetype-html',
'firstname',
'htmlsyntax',
'iconfont-remote',
'iconsdir',
'lastname',
'linkcss',
'localdate',
'localdatetime',
'localtime',
'localyear',
'max-attribute-value-size',
'max-include-depth',
'notitle',
'outfilesuffix',
'prewrap',
'safe-mode-level',
'safe-mode-name',
'safe-mode-secure',
'sectids',
'stylesdir',
'stylesheet',
'toc',
'toc-placement',
'toc-position',
'user-home',
'webfonts',
];
exports.allBuiltinsAttributeKeys = [
'appendix-caption',
'appendix-refsig',
'caution-caption',
'chapter-refsig',
'example-caption',
'figure-caption',
'important-caption',
'last-update-label',
'manname-title',
'note-caption',
'part-refsig',
'section-refsig',
'table-caption',
'tip-caption',
'toc-title',
'untitled-label',
'version-label',
'warning-caption'
].concat(exports.nonLocalizableBuiltinAttributeKeys);
//# sourceMappingURL=attributes.js.map