ProjectDefinition.st
branchjv
changeset 23108 77cd6e1625e1
parent 22910 58b0fbe6734b
parent 23107 40173e082cbc
child 24334 e82c3f5bc1f1
--- a/ProjectDefinition.st	Fri May 11 12:12:57 2018 +0100
+++ b/ProjectDefinition.st	Wed Jun 13 14:39:23 2018 +0000
@@ -1,5 +1,7 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) 2009-2011 Jan Vrany
+ COPYRIGHT (c) 2015-2018 Jan Vrany
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -68,6 +70,8 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) 2009-2011 Jan Vrany
+ COPYRIGHT (c) 2015-2018 Jan Vrany
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -3438,7 +3442,11 @@
      present in the resource files."
 
     self module = 'stx' ifTrue:[
-        ^ #(en de)
+        "/ I'm sorry, but for Smalltalk/X jv-branch, we require
+        "/ only English. I (JV) can't speak Germang, sadly.
+        (Smalltalk releaseIdentification = 'Smalltalk/X jv') 
+            ifTrue:[ ^  #(en) ]
+            ifFalse:[ ^ #(en de)  ]
     ].    
     ^ #(en)
 
@@ -3446,6 +3454,8 @@
      stx_goodies_rdoit supportedLanguages
      cg_tools supportedLanguages
     "
+
+    "Modified: / 05-03-2018 / 10:42:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 versionNumber