Revision e2239a7...

Go back to digest for 11th May 2014

Bug Fixes in Development Tools

Albert Astals Cid committed changes in [lokalize/KDE/4.13] src/catalog/gettextheader.cpp:

Fix number of plural forms in files that don't have the plural forms header

lupdate creates .pot files without the Plural-Forms: line, when opening them lokalize ends up in this "if branch" where it adds the line to the header it will write when saving but it does not update the numberOfPluralForms variable so fields with plurals don't show with multiple options to translate (until you modify the file, save it, and open it again since then lokalize will have added the header and it'll work).

With this fields do properly shown on first open.

Acked by Nick, Luigi and Chusslove

REVIEW: 118006

File Changes

Modified 1 files
  • src/catalog/gettextheader.cpp
1 files changed in total