1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 16:21:18 +02:00
Files
php-flarum/framework/core
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
..
2015-10-08 14:28:02 +10:30
2015-10-02 17:23:08 +09:30
2015-10-14 12:26:48 +10:30
2015-10-14 11:14:36 +10:30
2015-10-11 23:37:51 +10:30
2015-07-05 21:25:09 +09:30
2015-08-30 15:02:48 +02:00
2015-10-11 11:18:30 +10:30
2015-10-08 14:28:02 +10:30
2015-08-29 18:29:19 +09:30

Flarum Core

This repository contains the core code of Flarum. If you want to install Flarum, visit the main Flarum repository.

Contributing

Interested in contributing to Flarum? Please read the Contributing docs to learn how you can help.