1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add localization stub

This commit is contained in:
Luke Pulverenti 2014-03-30 21:00:47 -04:00
parent 7dd0efdcc2
commit 1f1dcf80c1
14 changed files with 105 additions and 1383 deletions

View file

@ -21,7 +21,7 @@
</div>
<div style="margin: 2em 0;">
<label for="chkSaveLocalMetadata">Save artwork and metadata into media folders</label>
<input id="chkSaveLocalMetadata" name="chkSaveLocalMetadata" type="checkbox" checked="checked" />
<input id="chkSaveLocalMetadata" name="chkSaveLocalMetadata" type="checkbox" />
<div class="fieldDescription">Saving artwork and metadata directly into media folders will put them in a place where they can be easily edited.</div>
</div>