tooot/src/i18n/en/screens/meSettingsFontsize.ts

11 lines
391 B
TypeScript

export default {
heading: 'Toot Font Size',
content: {
showcase: 'Example toot',
demo:
'<p>This is a demo toot😊. You can choose from several options from below.<br /><br />This setting only affects the main content of toots, but not other font sizes.</p>',
availableSizes: 'Available sizes',
sizes: { S: 'S', M: 'M - Default', L: 'L', XL: 'XL', XXL: 'XXL' }
}
}