On Tue, May 26, 2009 at 3:57 PM, helix84 wrote:
Hello fellow translators,
I was scratching my head how to translate "Dither"
(../src/extension/internal/bitmap/spread.cpp:36) so I looked how it's
translated in other languages. But for a number of languages I can
understand this seems to be a translation of "Other".
It is not :)
Here is the snippet from ru.po:
#: ../src/extension/internal/bitmap/spread.cpp:36
#, fuzzy
msgid "Dither"
msgstr "Другая"
Note the ".fuzzy" bit. When a translation is updated, gettext tools
try to be smart and suggest translation from the closest match by
original.
Alexandre