mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
feat(translations): add 7.0 support for most settings and some of marketplace
This commit is contained in:
@@ -82,7 +82,7 @@ export default class DateSettings extends PureComponent {
|
||||
/>
|
||||
<SettingsItem
|
||||
title={getMessage('modals.main.settings.sections.time.type')}
|
||||
subtitle="Whether to display the date in long form or short form"
|
||||
subtitle={getMessage('modals.main.settings.sections.date.type.subtitle')}
|
||||
>
|
||||
<Dropdown
|
||||
name="dateType"
|
||||
@@ -103,7 +103,7 @@ export default class DateSettings extends PureComponent {
|
||||
? getMessage('modals.main.settings.sections.date.type.long')
|
||||
: getMessage('modals.main.settings.sections.date.type.short')
|
||||
}
|
||||
subtitle="Display settings and format for the selected date type"
|
||||
subtitle={getMessage('modals.main.settings.sections.date.type_settings')}
|
||||
final={true}
|
||||
>
|
||||
{this.state.dateType === 'long' ? longSettings : shortSettings}
|
||||
|
||||
Reference in New Issue
Block a user