]> git.wh0rd.org Git - nano.git/commitdiff
hu.po: - Hungarian translation by Horvath Szabolcs
authorChris Allegretta <chrisa@asty.org>
Mon, 5 Feb 2001 13:51:31 +0000 (13:51 +0000)
committerChris Allegretta <chrisa@asty.org>
Mon, 5 Feb 2001 13:51:31 +0000 (13:51 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@519 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
configure
configure.in

index 49d535817a9729a32f9631b3e83689e02bff44f0..a2a178d21e0b7829f59d75f5249e9ac3c96eed8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ CVS code -
 - cut.c:
   do_cut_text()
        - marked text cut fixes (Rocco) (Fixes bug #54).
+- hu.po:
+       - Hungarian translation by Horvath Szabolcs.
 
 nano-0.9.99pre2 - 01/31/2001
 General
index 3b228612b4d62ff57e97f049a18893de58dd5e96..e4c6df5e22b76b57830009cae7a77f463a2c90ce 100755 (executable)
--- a/configure
+++ b/configure
@@ -807,7 +807,7 @@ fi
 
 
 
-ALL_LINGUAS="es de fr it id fi"
+ALL_LINGUAS="es de fr it id fi hu"
 
 # Extract the first word of "gcc", so it can be a program name with args.
 set dummy gcc; ac_word=$2
index 86cfee993a832e76bb229f82481f718b55b59af9..ebe120227b92e2d44071217f269a6c6bedecee73 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT(nano.c)
 AM_INIT_AUTOMAKE(nano, 0.9.99-cvs)
 AM_CONFIG_HEADER(config.h:config.h.in)
-ALL_LINGUAS="es de fr it id fi"
+ALL_LINGUAS="es de fr it id fi hu"
 
 dnl Checks for programs.
 AC_PROG_CC