Browse Source

+ Added spanish language

michael 26 years ago
parent
commit
026e71bc40
1 changed files with 12 additions and 2 deletions
  1. 12 2
      fcl/inc/classes.inc

+ 12 - 2
fcl/inc/classes.inc

@@ -26,8 +26,12 @@
 {$IFDEF LANG_GERMAN}
 {$IFDEF LANG_GERMAN}
 {$i constsg.inc}
 {$i constsg.inc}
 {$ELSE}
 {$ELSE}
+{$IFDEF LANG_SPANISH}
+{$i constss.inc}
+{$ELSE}
 {$i constse.inc}
 {$i constse.inc}
 {$ENDIF}
 {$ENDIF}
+{$ENDIF}
 
 
 { Utility routines }
 { Utility routines }
 {$i util.inc}
 {$i util.inc}
@@ -362,7 +366,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  1998-10-30 14:52:48  michael
+  Revision 1.8  1999-02-10 13:45:19  michael
+  + Added spanish language
+
+  Revision 1.7  1998/10/30 14:52:48  michael
   + Added format in interface
   + Added format in interface
   + Some errors in parser fixed, it uses exceptions now
   + Some errors in parser fixed, it uses exceptions now
   + Strings now has no more syntax errors.
   + Strings now has no more syntax errors.
@@ -412,7 +419,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.7  1998-10-30 14:52:48  michael
+  Revision 1.8  1999-02-10 13:45:19  michael
+  + Added spanish language
+
+  Revision 1.7  1998/10/30 14:52:48  michael
   + Added format in interface
   + Added format in interface
   + Some errors in parser fixed, it uses exceptions now
   + Some errors in parser fixed, it uses exceptions now
   + Strings now has no more syntax errors.
   + Strings now has no more syntax errors.