Fix a I18n problem caused by using i18n and i18np in two places.
ClosedPublic

Authored by xuetianweng on Apr 19 2017, 4:06 PM.

Details

Summary

There are two entries with "Extracting one file". The one is called with
i18n and the other is called with i18np. Thus it confuses the translation
to use "Extracting %1 files" in i18n() version which is a problem for
languages with "Plural-Forms: nplurals=1; plural=0;". The actual result
before this fix will be using the "%1" without arguments.

Test Plan

Manually tested.

Diff Detail

Repository
R36 Ark
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
xuetianweng created this revision.Apr 19 2017, 4:06 PM
Restricted Application added a project: Ark. · View Herald TranscriptApr 19 2017, 4:06 PM
Restricted Application added subscribers: Ark, kde-utils-devel. · View Herald Transcript
elvisangelaccio accepted this revision.Apr 19 2017, 5:59 PM
This revision is now accepted and ready to land.Apr 19 2017, 5:59 PM
This revision was automatically updated to reflect the committed changes.