Paul Mackerras <paulus@xxxxxxxxx> writes: > In any case, your patch has problems: I applied it and then ran > make to update the message catalogs, and I got these errors: > > Generating catalog po/hu.msg > msgfmt --statistics --tcl po/hu.po -l hu -d po/ > po/hu.po:41: end-of-line within string > po/hu.po:41:4: syntax error > po/hu.po:42: end-of-line within string > po/hu.po:666: end-of-line within string > po/hu.po:666:10: syntax error > po/hu.po:667: end-of-line within string > msgfmt: found 6 fatal errors > make: *** [po/hu.msg] Error 1 > > so I reverted it. Syntactically there seem to be only two line-wrapping caused by MUA on the originating side that caused this. Munging the problematic lines seems to fix the above. Now, I don't read _any_ Hungarian, so it could very well be that my fix-up is wrong and there shouldn't be any SP between two words in 'fájlon belül' and 'még nincsenek'; if we hear from some Hungarian capable readers that the fix-up below makes sense, perhaps squashing it in would be the easiest way to move forward? diff --git b/gitk-git/po/hu.po a/gitk-git/po/hu.po index d281e3c..cbaa93d 100755 --- b/gitk-git/po/hu.po +++ a/gitk-git/po/hu.po @@ -37,8 +37,7 @@ msgid "" "No files selected: --merge specified but no unmerged files are within file " "limit." msgstr "" -"Nincsen fájl kiválasztva: --merge megadva, de nincsenek unmerged fájlok a fájlon -belül " +"Nincsen fájl kiválasztva: --merge megadva, de nincsenek unmerged fájlok a fájlon belül " "limit." #: gitk:361 gitk:508 @@ -662,8 +661,7 @@ msgstr "Nem előd" #: gitk:4842 msgid "Local changes checked in to index but not committed" -msgstr "Lokális változtatások, melyek be vannak téve az indexbe, de még -nincsenek commitolva" +msgstr "Lokális változtatások, melyek be vannak téve az indexbe, de még nincsenek commitolva" #: gitk:4878 msgid "Local uncommitted changes, not checked in to index" -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html