forked from wallabag/wallabag
Add reading time translation
This commit is contained in:
committed by
Jeremy Benoist
parent
4cb3ef5125
commit
f3e49264f2
@ -39,12 +39,12 @@ class ConfigType extends AbstractType
|
||||
'label' => 'config.form_settings.items_per_page_label',
|
||||
))
|
||||
->add('reading_speed', ChoiceType::class, array(
|
||||
'label' => 'config.form_settings.reading_speed',
|
||||
'label' => 'config.form_settings.reading_speed.label',
|
||||
'choices' => array(
|
||||
'I read ~100 words per minute' => '0.5',
|
||||
'I read ~200 words per minute' => '1',
|
||||
'I read ~300 words per minute' => '1.5',
|
||||
'I read ~400 words per minute' => '2',
|
||||
'config.form_settings.reading_speed.100_word' => '0.5',
|
||||
'config.form_settings.reading_speed.200_word' => '1',
|
||||
'config.form_settings.reading_speed.300_word' => '1.5',
|
||||
'config.form_settings.reading_speed.400_word' => '2',
|
||||
),
|
||||
))
|
||||
->add('language', ChoiceType::class, array(
|
||||
|
||||
Reference in New Issue
Block a user