[feature/bbcode-icon-name] Switch to twig syntax for l10n

PHPBB3-17326
This commit is contained in:
Daniel James 2024-06-09 15:50:53 +01:00
parent c3b65fd81a
commit 3b48879092

View file

@ -48,9 +48,9 @@
</fieldset> </fieldset>
<fieldset> <fieldset>
<legend>{L_APPEARANCE}</legend> <legend>{{ lang('APPEARANCE') }}</legend>
<dl> <dl>
<dt><label for="bbcode_font_icon">{L_BBCODE_FONT_ICON}</label><br /><span>{L_BBCODE_FONT_ICON_EXPLAIN}</span></dt> <dt><label for="bbcode_font_icon">{{ lang('BBCODE_FONT_ICON') }}</label><br /><span>{{ lang('BBCODE_FONT_EXPLAIN') }}</span></dt>
<dd><input type="text" name="bbcode_font_icon" id="bbcode_font_icon" value="{{ BBCODE_FONT_ICON }}" /></dd> <dd><input type="text" name="bbcode_font_icon" id="bbcode_font_icon" value="{{ BBCODE_FONT_ICON }}" /></dd>
</dl> </dl>
</fieldset> </fieldset>