Changeset 846 for trunk/tools/linguist/shared/qm.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/linguist/shared/qm.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 565 565 QStringList numerusForms; 566 566 bool guessPlurals = true; 567 if (getNumerusInfo(l, c, 0, &numerusForms ))567 if (getNumerusInfo(l, c, 0, &numerusForms, 0)) 568 568 guessPlurals = (numerusForms.count() == 1); 569 569 … … 705 705 Translator::languageAndCountry(translator.languageCode(), &l, &c); 706 706 QByteArray rules; 707 if (getNumerusInfo(l, c, &rules, 0 ))707 if (getNumerusInfo(l, c, &rules, 0, 0)) 708 708 releaser.setNumerusRules(rules); 709 709 releaser.setCodecName(translator.codecName()); … … 774 774 int generatedCount = finished + unfinished; 775 775 cd.appendError(QCoreApplication::translate("LRelease", 776 " Generated %n translation(s) (%1 finished and %2 unfinished) \n", 0,776 " Generated %n translation(s) (%1 finished and %2 unfinished)", 0, 777 777 QCoreApplication::CodecForTr, generatedCount).arg(finished).arg(unfinished)); 778 778 if (untranslated) 779 779 cd.appendError(QCoreApplication::translate("LRelease", 780 " Ignored %n untranslated source text(s) \n", 0,780 " Ignored %n untranslated source text(s)", 0, 781 781 QCoreApplication::CodecForTr, untranslated)); 782 782 }
Note:
See TracChangeset
for help on using the changeset viewer.