[chore] Allow translating "Font Size" in Dispatcher (#6462)

See https://github.com/koreader/koreader/pull/6428#issuecomment-667687997
This commit is contained in:
Frans de Jonge
2020-08-02 20:31:21 +02:00
committed by GitHub
parent 517c31e3e1
commit 0511cb1d48

View File

@@ -126,7 +126,7 @@ local settingsList = {
block_rendering_mode = {category="string", rolling=true},
render_dpi = {category="string", rolling=true},
line_spacing = {category="absolutenumber", rolling=true},
font_size = {category="absolutenumber", title="Font Size", rolling=true},
font_size = {category="absolutenumber", title=_("Font Size"), rolling=true},
font_weight = {category="string", rolling=true},
--font_gamma = {category="string", rolling=true},
font_hinting = {category="string", rolling=true},