D5511: Fix a I18n problem caused by using i18n and i18np in two places.
Xuetian Weng
noreply at phabricator.kde.org
Wed Apr 19 16:06:38 UTC 2017
xuetianweng created this revision.
Restricted Application added subscribers: Ark, kde-utils-devel.
Restricted Application added a project: Ark.
REVISION 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.
REPOSITORY
R36 Ark
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D5511
AFFECTED FILES
kerfuffle/jobs.cpp
To: xuetianweng, rthomsen
Cc: kde-utils-devel, #ark, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20170419/8bde51f8/attachment.html>
More information about the Kde-utils-devel
mailing list