Claws Mail Bugzilla – Bug 105
po/hu.po mismatch with src/quote_fmt.c
Last modified: 2003-05-24 06:25:57
You need to log in before you can comment on or make changes to this bug.
Appears that line 8122 and 8129 in po/hu.po mistmatch starting around line 58/59 in src/quote_fmt.c - causes make to fail. Lame fix on my part was to remove references to hu.po and hu.gmo in po/Makefile. Originally installed gettext 0.11.5 as I saw references to this make issue and claims that upgrading gettext had helped.
I think the hungarian translation is unmaintained (at least I didn't see one for 0.8.11claws).
There is a Hungarian translator, but there was no update supplied for 0.8.11claws. Hopefully this issue will be resolved by the Hungarian translator by the next release.
FWIW, borrowing the layout (but not text) of fr.po, the affected lines of hu.po can be changed to read: #: src/quote_fmt.c:59 msgid "" "Insert expr if x is set\n" "x is one of the characters above after %" msgstr "" "Kifejezés beszúrása, ha x be van állítva\n" "x a fenti karakterek közüli lehet a % jel után" #: src/quote_fmt.c:61 msgid "Literal %" msgstr "% jel" after which it appears to work OK.