Skip to content

Move conditional out of i18nc

Saurabh Kumar requested to merge confifu/krita:confifu/fix_c89b2c4a into master

Conditionals inside i18nc may result in faulty translations or no translation. So I moved the conditional out of the i18nc and used if-else block else. This commit can replace commit c89b2c4a.

Merge request reports