[bug] Don't translate empty strings (#8464)

Introduced in https://github.com/koreader/koreader/pull/8419

Unfortunately it's not just useless, but it causes some edge case issue.
This commit is contained in:
Frans de Jonge
2021-11-21 21:00:19 +01:00
committed by GitHub
parent 8207bdc3e3
commit 59d09f54f8

View File

@@ -72,7 +72,7 @@ local symbol_prefix = {
-- @translators This is the footer letter prefix for Wi-Fi status.
wifi_status = C_("FooterLetterPrefix", "W:"),
-- no prefix for custom text
custom_text = C_("FooterLetterPrefix", ""),
custom_text = "",
},
icons = {
time = "",