Add functionality to download all translations.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-10-27 19:01:53 -06:00
parent 12aaf8c209
commit 4c6ac96dd1
4 changed files with 143 additions and 6 deletions

View File

@@ -72,4 +72,5 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" onclick="hideTranslationDownloader()">@translator.Translate(userLanguage, "Cancel")</button>
<button type="button" class="btn btn-primary" onclick="downloadAllTranslations()">@translator.Translate(userLanguage, "Download All Translations")</button>
</div>