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

9 lines
115 B
TypeScript

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