We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105bee2 commit fbbfdcaCopy full SHA for fbbfdca
im/engine.cpp
@@ -350,8 +350,7 @@ std::vector<InputMethodEntry> M17NEngine::listInputMethods() {
350
auto uniqueName = stringutils::concat("m17n_", lang, "_", name);
351
const std::string i18nname =
352
(item && item->i18nName.size()) ? _(item->i18nName) : name;
353
- auto fxName =
354
- std::vformat(_("{0} (M17N)"), std::make_format_args(i18nname));
+ auto fxName = _("{0} (M17N)", i18nname);
355
356
info = minput_get_title_icon(mlang, mname);
357
// head of info is a MText
0 commit comments