fix: don't translate blank string
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-09-05 13:33:51 -04:00
parent a4b47b431b
commit bef92d53a8

View File

@ -222,7 +222,7 @@ Config:
i18n.G("version"), i18n.G("version"),
// FIXME: temporary workaround for #648 // FIXME: temporary workaround for #648
// i18n.G("v"), // i18n.G("v"),
i18n.G(""), "",
false, false,
i18n.G("version for abra"), i18n.G("version for abra"),
) )