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

11 lines
391 B
TypeScript
Raw Normal View History

2021-03-10 10:22:53 +01:00
export default {
2021-03-22 00:04:47 +01:00
heading: 'Toot Font Size',
2021-03-10 10:22:53 +01:00
content: {
showcase: 'Example toot',
2021-03-10 11:49:14 +01:00
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>',
2021-03-10 10:22:53 +01:00
availableSizes: 'Available sizes',
sizes: { S: 'S', M: 'M - Default', L: 'L', XL: 'XL', XXL: 'XXL' }
}
}