[pacman-dev] Hungarian translation error
Hi guys, I have got the following error: hu.po:7: headerfield `Language-Team' missing in header hu.po:35: `msgid' and `msgstr' entries do not both end with '\n' /usr/bin/msgfmt: found 1 fatal error Please, fix it. -- Giovanni Scafora Arch Linux Trusted User (voidnull) http://www.archlinux.org linuxmania@gmail.com
Hi guys,
I have got the following error:
hu.po:7: headerfield `Language-Team' missing in header hu.po:35: `msgid' and `msgstr' entries do not both end with '\n' /usr/bin/msgfmt: found 1 fatal error
Please, fix it.
Hi! I fixed the bug. Thx. (This appeared after "rejecting" (or enqueing) my patch) And I removed the useless utf8 comments (or I don't know what was that in the end of the file), regenerate .po with update-po... and now it seems to be correct. Nagy Gabor
2007/3/11, Nagy Gabor <ngaba@petra.hos.u-szeged.hu>:
Hi! I fixed the bug. Thx. (This appeared after "rejecting" (or enqueing) my patch) And I removed the useless utf8 comments (or I don't know what was that in the end of the file), regenerate .po with update-po... and now it seems to be correct.
I guess that your patch does not work yet. You have to follow these steps: 1) cd src/pacman/po 2) make pacman.pot-update 3) make hu.po-update 4) Edit your hu.po file. 5) cd ../../../ 6) cvs diff -u src/pacman/po/hu.po >> hu.po.patch Also, I suggest do not remove comment lines at the end of the file, because I have got some problems with the resultant patch for that. -- Giovanni Scafora Arch Linux Trusted User (voidnull) http://www.archlinux.org linuxmania@gmail.com
On 3/11/07, Giovanni Scafora <linuxmania@gmail.com> wrote:
2007/3/11, Nagy Gabor <ngaba@petra.hos.u-szeged.hu>:
Hi! I fixed the bug. Thx. (This appeared after "rejecting" (or enqueing) my patch) And I removed the useless utf8 comments (or I don't know what was that in the end of the file), regenerate .po with update-po... and now it seems to be correct.
I guess that your patch does not work yet. You have to follow these steps:
I didn't have any problems with his patch, you may have an "updated" po file that things had changed in so it was not able to apply the patch. This should fix all outstanding issues. Try removing your local copy of hu.po and running cvs update. It may also help to run ./autoclean.sh and ./autogen.sh to update everything (this seems to need to be done with each addition of a new language; we added ru_RU today). -Dan
participants (3)
-
Dan McGee
-
Giovanni Scafora
-
Nagy Gabor