Skip to content

Commit dbe573a

Browse files
author
mdejong
committed
* NEWS: Note french support.
* etc/Makefile.am: Install french.txt. * etc/Makefile.in: Regen. * etc/french.txt: Add French language translation.
1 parent 77a08f3 commit dbe573a

File tree

5 files changed

+1031
-2
lines changed

5 files changed

+1031
-2
lines changed

snavigator/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2004-05-10 Eric Lassauge <[email protected]>
2+
3+
* NEWS: Note french support.
4+
* etc/Makefile.am: Install french.txt.
5+
* etc/Makefile.in: Regen.
6+
* etc/french.txt: Add French language translation.
7+
18
2004-03-19 Mo DeJong <[email protected]>
29

310
Add SN-52B2-2004-03-19 tag.

snavigator/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
5.2b3:
2+
- Add french language support
3+
14
5.2b2:
25
- Fix a bunch of Win32 menu bugs
36
- Add Ctrl-PgUp and Ctrl-PgDn bindings to

snavigator/etc/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = cygnus
2323
SUBDIRS = sn_toolchains
2424

2525
etcdir = $(datadir)/etc
26-
etc_DATA = english.txt german.txt grep.fil sn_prop.cfg \
26+
etc_DATA = english.txt french.txt german.txt grep.fil sn_prop.cfg \
2727
sn.el sn_cmp_g.pat snscenario snavigator snpdbg
2828

2929
#all-local: stamp

snavigator/etc/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ AUTOMAKE_OPTIONS = cygnus
181181
SUBDIRS = sn_toolchains
182182

183183
etcdir = $(datadir)/etc
184-
etc_DATA = english.txt german.txt grep.fil sn_prop.cfg sn.el sn_cmp_g.pat snscenario snavigator snpdbg
184+
etc_DATA = english.txt french.txt german.txt grep.fil sn_prop.cfg sn.el sn_cmp_g.pat snscenario snavigator snpdbg
185185

186186
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
187187
CONFIG_HEADER = ../config.h

0 commit comments

Comments
 (0)