mirror of
https://github.com/iv-org/invidious.git
synced 2026-08-16 21:10:53 -05:00
remove duplicate export option, add i18n keys
This commit is contained in:
parent
9d88bf018d
commit
dcda5260d9
@ -51,8 +51,8 @@
|
||||
"Import NewPipe subscriptions (.json)": "Import NewPipe subscriptions (.json)",
|
||||
"Import NewPipe data (.zip)": "Import NewPipe data (.zip)",
|
||||
"Export": "Export",
|
||||
"Export subscriptions as OPML": "Export subscriptions as OPML",
|
||||
"Export subscriptions as OPML (for NewPipe & FreeTube)": "Export subscriptions as OPML (for NewPipe & FreeTube)",
|
||||
"Export subscriptions as OPML (for FreeTube)": "Export subscriptions as OPML (for FreeTube)",
|
||||
"Export subscriptions as JSON (for NewPipe)": "Export subscriptions as JSON (for NewPipe)",
|
||||
"Export data as JSON": "Export Invidious data as JSON",
|
||||
"Delete account?": "Delete account?",
|
||||
"History": "History",
|
||||
|
||||
@ -53,11 +53,7 @@
|
||||
<legend><%= I18n.translate(locale, "Export") %></legend>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<a href="/subscription_manager?action_takeout=1"><%= I18n.translate(locale, "Export subscriptions as OPML") %></a>
|
||||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<a href="/subscription_manager?action_takeout=1&format=opml_freetube"><%= I18n.translate(locale, "Export subscriptions as OPML (for FreeTube)") %></a>
|
||||
<a href="/subscription_manager?action_takeout=1&format=opml"><%= I18n.translate(locale, "Export subscriptions as OPML (for FreeTube)") %></a>
|
||||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user