Browse Source

Merge pull request #22892 from abpframework/issue-#22890

localization added
pull/22903/head
oykuermann 1 year ago
committed by GitHub
parent
commit
f2d80b2ece
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      modules/docs/src/Volo.Docs.Admin.Web/Pages/Docs/Admin/Projects/generatePdf.js
  2. 3
      modules/docs/src/Volo.Docs.Domain/Volo/Docs/Localization/Domain/en.json

2
modules/docs/src/Volo.Docs.Admin.Web/Pages/Docs/Admin/Projects/generatePdf.js

@ -37,7 +37,7 @@ $(function () {
abpHandleError : false,
error: function (jqXHR) {
if (jqXHR.status === 200) {
abp.message.success(l('PdfFileDeletedSuccessfully'));
abp.message.success(l('PdfFileGeneratedSuccessfully'));
$btn.buttonBusy(false);
$("#GenerateAndDownloadPdfBtn").buttonBusy(false);
} else {

3
modules/docs/src/Volo.Docs.Domain/Volo/Docs/Localization/Domain/en.json

@ -44,6 +44,7 @@
"Docs_Page_Title": "ABP Documentation",
"Docs_Page_Description": "Access comprehensive guides and API references in the ABP Documentation, aiding in development and troubleshooting.",
"GoogleTranslate": "Google Translate",
"DownloadPDF": "Download PDF"
"DownloadPDF": "Download PDF",
"PdfFileGeneratedSuccessfully": "The PDF file is generated successfully."
}
}

Loading…
Cancel
Save