mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-09-15 17:23:45 +00:00
feat: add i18n to subscriptions import page
This commit is contained in:
@@ -5,13 +5,15 @@
|
||||
<input ref="fileSelector" type="file" @change="fileChange" />
|
||||
</div>
|
||||
<div>
|
||||
<strong v-text="`Selected Subscriptions: ${selectedSubscriptions}`" />
|
||||
<strong v-text="`${$t('info.selected_subscriptions')}: ${selectedSubscriptions}`" />
|
||||
</div>
|
||||
<div>
|
||||
<strong>Override: <input v-model="override" class="checkbox" type="checkbox" /></strong>
|
||||
<strong
|
||||
><span v-t="'actions.override'" />: <input v-model="override" class="checkbox" type="checkbox"
|
||||
/></strong>
|
||||
</div>
|
||||
<div>
|
||||
<a class="btn w-auto" @click="handleImport">Import</a>
|
||||
<a v-t="'actions.import'" class="btn w-auto" @click="handleImport" />
|
||||
</div>
|
||||
</form>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user