Remove Config dependency on LocaleManager
This commit is contained in:
parent
5c75dc2bb0
commit
5b0ee7651b
3 changed files with 32 additions and 32 deletions
|
@ -30,6 +30,12 @@
|
|||
<select name="format" id="format" class="formats monospace">
|
||||
<optgroup label="{t}Generic formats{/t}">
|
||||
{foreach $config->genericFormats as $format => $name}
|
||||
{*
|
||||
To make the default generic formats translatable:
|
||||
{t}Best{/t}
|
||||
{t}Remux best video with best audio{/t}
|
||||
{t}Worst{/t}
|
||||
*}
|
||||
<option value="{$format}">{t}{$name}{/t}</option>
|
||||
{/foreach}
|
||||
</optgroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue