mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 03:40:44 +00:00
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:
parent
6fb21ca0aa
commit
935e499c7f
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue