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

9 lines
204 B
TypeScript
Raw Normal View History

2021-03-10 10:22:53 +01:00
export default {
heading: 'Toot font size',
content: {
showcase: 'Example toot',
availableSizes: 'Available sizes',
sizes: { S: 'S', M: 'M - Default', L: 'L', XL: 'XL', XXL: 'XXL' }
}
}