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

9 lines
115 B
TypeScript
Raw Normal View History

2021-01-20 00:39:39 +01:00
export default {
HTML: {
expanded: {
true: 'Fold {{hint}}',
false: 'Expand {{hint}}'
}
}
}