From 1fb25fd2aa6a73ab9c5bd05608dce5773f18bbf1 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Tue, 18 Mar 2008 03:06:27 +0000 Subject: [PATCH] Add Benno's latest translation fixes for shorcut display, first line message help, and comments to assist translators. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4236 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 13 +++++++++---- src/global.c | 35 ++++++++++++----------------------- src/winio.c | 2 +- 3 files changed, 22 insertions(+), 28 deletions(-) diff --git a/ChangeLog b/ChangeLog index c130f545..58b5963d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,20 @@ +2008-03-17 Benno Schulenberg + * global.c - Fix incorrect first line jump messsage, fix + more comments to assist translators + * winio.c - Fix shortcut labels not being translated. + 2008-03-17 Mike Frysinger - * */.gitignore - Git ignore files for those running a local git + * */.gitignore: Git ignore files for those running a local git against SVN. 2008-03-16 Benno Schulenberg - * src/help.c, src/global. - Fix help strings no longer being + * src/help.c, src/global: Fix help strings no longer being translated properly. - * src/global.c, doc/man/nanorc.5 - Fix typos and poorlly worded lines + * src/global.c, doc/man/nanorc.5: Fix typos and poorlly worded lines in the source and man pages. 2008-03-04 Chris Allegretta keystr, f->desc); #endif - onekey(s->keystr, f->desc, colwidth + (COLS % colwidth)); + onekey(s->keystr, _(f->desc), colwidth + (COLS % colwidth)); i++; } -- 2.39.5