Browse Source

updating the banner to point to the new Betas

pull/514/head
benny Vasquez 1 year ago
parent
commit
9af0467a2b
  1. 9
      i18n/en.json
  2. 4
      layouts/partials/common/nav.html

9
i18n/en.json

@ -539,7 +539,6 @@
"Kenneth Tan, PhD": "Kenneth Tan, PhD",
"Alex Iribarren": "Alex Iribarren",
"Hidenori Ishikawa": "Hidenori Ishikawa",
"AlmaLinux Day: Germany @ CloudFest": "AlmaLinux Day: Germany @ CloudFest",
"Learn, build, engage, and connect": "Learn, build, engage, and connect",
"No drama, just linux.": "No drama, just linux.",
"On stage at AlmaLinux Day": "On stage at AlmaLinux Day",
@ -592,10 +591,12 @@
"Verified by:": "Verified by:",
"Expires:": "Expires:",
"AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM": "AlmaLinux OS provides a set of security features: Errata, GPG keys, Mailing Lists, OpenSCAP, OVAL, SBOM",
"Thanks for coming to ": "Thanks for coming to ",
"Get OCI Image from GitHub": "Get OCI Image from GitHub",
"(Tax ID 86-2791864)": "(Tax ID 86-2791864)",
"The AlmaLinux OS Foundation is a registered 501(c)(6) organization under US law": "The AlmaLinux OS Foundation is a registered 501(c)(6) organization under US law",
"Contributions to the foundation are typically not considered charitable contributions, and would not be tax deductible as such. Please contact your financial or tax advisor for specific guidance.": "Contributions to the foundation are typically not considered charitable contributions, and would not be tax deductible as such. Please contact your financial or tax advisor for specific guidance."
"Contributions to the foundation are typically not considered charitable contributions, and would not be tax deductible as such. Please contact your financial or tax advisor for specific guidance.": "Contributions to the foundation are typically not considered charitable contributions, and would not be tax deductible as such. Please contact your financial or tax advisor for specific guidance.",
"The next AlmaLinux betas are ready for testing! Checkout ": "The next AlmaLinux betas are ready for testing! Checkout ",
"AlmaLinux OS 9.4 beta": "AlmaLinux OS 9.4 beta",
" and ": " and ",
"AlmaLinux OS 8.10 beta": "AlmaLinux OS 8.10 beta"
}

4
layouts/partials/common/nav.html

@ -121,7 +121,7 @@
<div id="al-motd" dir="ltr" data-nosnippet="" style="display: block; letter-spacing: 0px;">
<div class="container pl-3">
<i class="bi bi-info-circle"></i>
<div class="text">{{ i18n "Thanks for coming to " }} <a href="{{ "/blog/2024-03-26-almalinux-march-events-roundup/" | relLangURL }}">{{ i18n "AlmaLinux Day: Germany @ CloudFest" }}</a></div>
<i class="bi bi-card-checklist"></i>
<div class="text">{{ i18n "The next AlmaLinux betas are ready for testing! Checkout " }}<a href="{{ "/blog/2024-04-15-announcing-94-beta/" | relLangURL }}">{{ i18n "AlmaLinux OS 9.4 beta" }}</a>{{ i18n " and " }}<a href="{{ "/blog/2024-04-17-announcing-8-10-beta/" | relLangURL }}">{{ i18n "AlmaLinux OS 8.10 beta" }}</a></div>
</div>
</div>

Loading…
Cancel
Save