* now template tokens can work as functions, you can add params to them after in...
authorWilfried Göesgens <willi@citadel.org>
Sat, 16 Aug 2008 17:45:26 +0000 (17:45 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 16 Aug 2008 17:45:26 +0000 (17:45 +0000)
commitd3865a3e08f6e62ded13210dccb4da0d26eee532
tree7719a5077462ace7b8c7a9b0be4766c8c4d1913a
parent5841c93fa909560c04b747fd23bccb9ffcef403d
* now template tokens can work as functions, you can add params to them after in ("sometext", 1337) so template hooks can be steered from the templates
* added implicit _("foo") function that will look up 'foo' with gettext and print its local representation
webcit/gettext.c
webcit/subst.c
webcit/webcit.h