resources/.dir.info
author Stefan Vogel <sv@exept.de>
Mon, 15 Apr 2019 19:34:25 +0200
changeset 24082 6995fb26bd13
parent 469 388a38561957
permissions -rw-r--r--
#REFACTORING by stefan class: Dictionary changed: #addAll: OrderedDictionaries are no longer #isSequnceable
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
469
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
This directory contains resource files for some language specifics.
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
These files are normally copied or sym-linked to a standard
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
place (like '/usr/local/lib/smalltalk/resources').
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
The only class using resources is (currently) Date, which needs language
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
specific day- and month names.
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
If you change anything here, make sure to do a 'make newResources'
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
in the directory '../smalltalk' and - if appropriate reinstall
388a38561957 Initial revision
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
the resource files into their standard place.