Initial Catalan translation
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@539 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
8119765cbd
commit
82b182986b
|
@ -9,6 +9,7 @@ CVS code -
|
|||
- configure.in:
|
||||
- Autoconf compatibility fixes (Pavel Roskin)
|
||||
- Added separate check for resizeterm().
|
||||
- ALL_LINGUAS: added hu and ca.
|
||||
- cut.c:
|
||||
do_cut_text()
|
||||
- marked text cut fixes (Rocco) (Fixes bug #54).
|
||||
|
@ -36,6 +37,8 @@ CVS code -
|
|||
- Translation updates by Tedi Heriyanto.
|
||||
- es.po:
|
||||
- Translation updates (Jordi).
|
||||
- ca.po:
|
||||
- Catalan translation by Jordi Mallach :)
|
||||
|
||||
nano-0.9.99pre2 - 01/31/2001
|
||||
General
|
||||
|
|
|
@ -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 hu"
|
||||
ALL_LINGUAS="es de fr it id fi hu ca"
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Reference in New Issue