]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/international.hh
2003 -> 2004
[lilypond.git] / flower / include / international.hh
index 49a414a3945ac96807570c3678bf73666eac5806..b50bb1f68c9867093f3fcd71de0a27d9901e82f3 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
   
  */
 
 
 #include "string.hh"
 
+/**
+ Internationalisation: _i ("to be translated") gets an entry in the POT file
+ gettext () must be invoked explicitely to do the actual "translation".
+ See flower/getopt-long.cc.
+ */
+#define _i(sz) sz
+
 // don't inline: get warnings only once
 /**
  Internationalisation: _ ("to be translated") gets "translated" by GNU gettext