Added comment about translating messages

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13862 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-06-13 16:11:02 +00:00
parent 6fb21ca0aa
commit 935e499c7f

View file

@ -46,6 +46,17 @@ ifneq ($(messages),yes)
END_ECHO = ) END_ECHO = )
#
# Translation of messages:
#
# In case a translation is appropriate (FIXME - decide how to
# determine if this is the case), here we will determine which
# translated messages.make file to use, and include it here; this file
# can override any of the ECHO_XXX variables providing new definitions
# which print out the translated messages. (if it fails to provide a
# translation of any variable, the original untranslated message would
# then be automatically print out).
#
else else
@ -71,3 +82,4 @@ else
END_ECHO = END_ECHO =
endif endif