You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, msg_action cannot be translated. I believe this string should be split into multiple strings, one for each action, to make it possible to translate.
Correct localization depends on the first argument. This patch fixes
it by spelling the complete sentence.
Note: libdnf_assert(), libdnf_throw_assertion() cannot be
internationalized because undelying fmt::format() requires a costexpr.
Hence the formatting string cannot be computed at runtime.
Fixesrpm-software-management#1488
Correct localization depends on the first argument. This patch fixes
it by spelling the complete sentence.
Note: libdnf_assert(), libdnf_throw_assertion() cannot be
internationalized because undelying fmt::format() requires a costexpr.
Hence the formatting string cannot be computed at runtime.
Fixes#1488
Currently,
msg_action
cannot be translated. I believe this string should be split into multiple strings, one for each action, to make it possible to translate.dnf5/libdnf5/rpm/transaction.cpp
Line 381 in 74d0f80
The text was updated successfully, but these errors were encountered: