tooot/src/i18n/en/components/parse.ts

10 lines
143 B
TypeScript

export default {
HTML: {
expanded: {
true: 'Fold {{hint}}',
false: 'Expand {{hint}}'
},
defaultHint: 'article'
}
}