Add localization to "download" button
This commit is contained in:
@@ -159,8 +159,12 @@
|
|||||||
<div id="file-display-area" class="mt-4 space-y-2"></div>
|
<div id="file-display-area" class="mt-4 space-y-2"></div>
|
||||||
|
|
||||||
<div id="options-panel" class="hidden mt-6">
|
<div id="options-panel" class="hidden mt-6">
|
||||||
<button id="process-btn" class="btn-gradient w-full">
|
<button
|
||||||
Download All
|
id="process-btn"
|
||||||
|
class="btn-gradient w-full"
|
||||||
|
data-i18n="common.convert"
|
||||||
|
>
|
||||||
|
Convert
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -189,8 +189,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="process-btn" class="btn-gradient w-full">
|
<button
|
||||||
Download All
|
id="process-btn"
|
||||||
|
class="btn-gradient w-full"
|
||||||
|
data-i18n="common.convert"
|
||||||
|
>
|
||||||
|
Convert
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -186,8 +186,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="process-btn" class="btn-gradient w-full">
|
<button
|
||||||
Download All
|
id="process-btn"
|
||||||
|
class="btn-gradient w-full"
|
||||||
|
data-i18n="common.convert"
|
||||||
|
>
|
||||||
|
Convert
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -154,8 +154,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="file-display-area" class="mt-4 space-y-2"></div>
|
<div id="file-display-area" class="mt-4 space-y-2"></div>
|
||||||
<div id="options-panel" class="hidden mt-6">
|
<div id="options-panel" class="hidden mt-6">
|
||||||
<button id="process-btn" class="btn-gradient w-full">
|
<button
|
||||||
Download All
|
id="process-btn"
|
||||||
|
class="btn-gradient w-full"
|
||||||
|
data-i18n="common.convert"
|
||||||
|
>
|
||||||
|
Convert
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -186,8 +186,12 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="process-btn" class="btn-gradient w-full">
|
<button
|
||||||
Download All
|
id="process-btn"
|
||||||
|
class="btn-gradient w-full"
|
||||||
|
data-i18n="common.convert"
|
||||||
|
>
|
||||||
|
Convert
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user