normalize numerus forms upon saving ts files
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Mon, 25 Nov 2013 11:09:20 +0000 (12:09 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 27 Nov 2013 07:44:49 +0000 (08:44 +0100)
commit4b724a1f3437f0daf571a774bde327dc655307dd
tree632550bb355ce57b1c731d9b25f9155156afbc73
parentebf014f8b4faf4cc262d697a2feafc4e4cd05af1
normalize numerus forms upon saving ts files

while linguist itself normalized the display, it would write out the
translation units as-is. this may be a problem for 3rd party tools and
manual editing.

the command line tools already do this normalization.

Task-number: QTBUG-35094
Change-Id: Ia309b07f31051c33adddeef519cff6d9b9a30a69
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/linguist/linguist/messagemodel.cpp