[fix, i18n] Add gettext() to info text about UI fallback fonts (#8849)

Fixes #8810.
reviewable/pr8851/r1
Frans de Jonge 2 years ago committed by GitHub
parent eef4dc1c0d
commit 836a886099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,13 +48,13 @@ local genFallbackCandidates = function()
end end
end end
local more_info_text = [[ local more_info_text = _([[
If some book titles, dictionary entries and such are not displayed well but shown as or <EFBFBD><EFBFBD>, it may be necessary to download the required fonts for those languages. They can then be enabled as additional UI fallback fonts. If some book titles, dictionary entries and such are not displayed well but shown as or <EFBFBD><EFBFBD>, it may be necessary to download the required fonts for those languages. They can then be enabled as additional UI fallback fonts.
Fonts for many languages can be downloaded at: Fonts for many languages can be downloaded at:
https://fonts.google.com/noto https://fonts.google.com/noto
Only fonts named "Noto Sans xyz" or "Noto Sans xyz UI" (regular, not bold nor italic, not Serif) will be available in this menu.]] Only fonts named "Noto Sans xyz" or "Noto Sans xyz UI" (regular, not bold nor italic, not Serif) will be available in this menu.]])
local getSubMenuItems = function() local getSubMenuItems = function()
genFallbackCandidates() genFallbackCandidates()

Loading…
Cancel
Save