Simple forum software for building great communities.
Go to file
Toby Zerner 0544f5cb30 Basic parsing of HTML tags in translations
This allows text to be wrapped with a virtual element:

	key: "This is a <test>Test</test>"

	app.trans('key', {test: <a href="#"/>});

closes #574
2015-10-14 15:24:28 +10:30
framework/core Basic parsing of HTML tags in translations 2015-10-14 15:24:28 +10:30