From 935e499c7f30bd71413d9a9bbde9d3009660b0f3 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 13 Jun 2002 16:11:02 +0000 Subject: [PATCH] Added comment about translating messages git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13862 72102866-910b-0410-8b05-ffd578937521 --- messages.make | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/messages.make b/messages.make index e10b7194..e29cb4fe 100644 --- a/messages.make +++ b/messages.make @@ -46,6 +46,17 @@ ifneq ($(messages),yes) 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 @@ -71,3 +82,4 @@ else END_ECHO = endif +