[pacman-dev] [PATCH] Fix compile-time error with de.po, runtime error with db.c
One string in de.po differed pretty strongly with its translated version. It may still be totally wrong as far as translations go, but it compiles now. Get translater to check. Also, ensure the proper dbpath gets set in the db when it's created. Signed-off-by: Travis Willard <travis@archlinux.org> --- lib/libalpm/db.c | 6 +++++- lib/libalpm/po/de.po | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-)
On 9/3/07, Travis Willard <travis@archlinux.org> wrote:
One string in de.po differed pretty strongly with its translated version. It may still be totally wrong as far as translations go, but it compiles now. Get translater to check. Also, ensure the proper dbpath gets set in the db when it's created.
Signed-off-by: Travis Willard <travis@archlinux.org> --- lib/libalpm/db.c | 6 +++++- lib/libalpm/po/de.po | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-)
Not sure what you patched this against, as I can't get it to cleanly apply. Can you try rebasing it against the current master? I made the de.po change by hand (good catch), but I think that dbpath code is already in the current codebase. Let me know if I'm wrong here. -Dan
Am Dienstag 04 September 2007 03:28:17 schrieb Travis Willard:
It may still be totally wrong as far as translations go, but it compiles now. Get translater to check.
As far as translations go, your version is fine - I overlooked that one. As a mistake - let's say it was at least a productive one.
On 9/4/07, Matthias Gorissen <matthias@archlinux.de> wrote:
Am Dienstag 04 September 2007 03:28:17 schrieb Travis Willard:
It may still be totally wrong as far as translations go, but it compiles now. Get translater to check.
As far as translations go, your version is fine - I overlooked that one. As a mistake - let's say it was at least a productive one.
_______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://archlinux.org/mailman/listinfo/pacman-dev
And applied to my working tree. I made the stupid mistake before of trying to apply to an old branch. Thanks! -Dan
participants (3)
-
Dan McGee
-
Matthias Gorissen
-
Travis Willard