[mythtv-commits] mythtv commit: r22681 by stuartm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Nov 1 11:43:47 UTC 2009


      Author: stuartm
        Date: 2009-11-01 11:43:47 +0000 (Sun, 01 Nov 2009)
New Revision: 22681
   Changeset: http://svn.mythtv.org/trac/changeset/22681

Modified:

   trunk/mythtv/libs/libmythui/mythuitext.cpp

Log:

Support templating of all textareas and not just those places where a text map is used, e.g. placing a string in quotes, or including the label as part of the string. (<template>Directed by %1</template>) When the source string is numeric plural translations are supported by using %n instead of %1. (<template>%n item(s)</template>) which would expand to '1 item' or '2 items'.




More information about the mythtv-commits mailing list