Browse Source

Updating header for releases

pull/571/head
benny Vasquez 11 months ago
parent
commit
19c6bd7b0c
  1. 7
      i18n/en.json
  2. 2
      layouts/partials/common/nav.html

7
i18n/en.json

@ -597,9 +597,7 @@
"Thank you, CloudFest!": "Thank you, CloudFest!",
"AlmaLinux Day: Germany was one of the best events I've ever had. With nearly 300 attendees adjacent to one of my favorite annual events, we got to connect with people all week who were excited about AlmaLinux. I can't wait to do this again!": "AlmaLinux Day: Germany was one of the best events I've ever had. With nearly 300 attendees adjacent to one of my favorite annual events, we got to connect with people all week who were excited about AlmaLinux. I can't wait to do this again!",
"Each supported architecture has various installation images available:": "Each supported architecture has various installation images available:",
"General Availability of AlmaLinux 9.4 Stable and AlmaLinux 8.10 Beta ready for testing! Checkout ": "General Availability of AlmaLinux 9.4 Stable and AlmaLinux 8.10 Beta ready for testing! Checkout ",
"AlmaLinux OS 9.4 Stable": "AlmaLinux OS 9.4 Stable",
"AlmaLinux OS 8.10 beta": "AlmaLinux OS 8.10 beta",
" and ": " and ",
"The AlmaLinux Engineering Steering Committee": "The AlmaLinux Engineering Steering Committee",
"Join the conversation": "Join the conversation",
@ -619,5 +617,8 @@
"SIG support": "SIG support",
"Follow us, join us, or find more information at the links below": "Follow us, join us, or find more information at the links below",
"ALESCo": "ALESCo",
"AlmaLinux Lead Architect": "AlmaLinux Lead Architect"
"AlmaLinux Lead Architect": "AlmaLinux Lead Architect",
"AlmaLinux 9.4 and AlmaLinux 8.10 are both stable! Checkout ": "AlmaLinux 9.4 and AlmaLinux 8.10 are both stable! Checkout ",
"AlmaLinux OS 8.10 Stable": "AlmaLinux OS 8.10 Stable",
" for more information!": " for more information!"
}

2
layouts/partials/common/nav.html

@ -125,6 +125,6 @@
<div id="al-motd" dir="ltr" data-nosnippet="" style="display: block; letter-spacing: 0px;">
<div class="container pl-3">
<i class="bi bi-card-checklist"></i>
<div class="text">{{ i18n "General Availability of AlmaLinux 9.4 Stable and AlmaLinux 8.10 Beta ready for testing! Checkout " }}<a href="{{ "/blog/2024-05-06-announcing-94-stable/" | relLangURL }}">{{ i18n "AlmaLinux OS 9.4 Stable" }}</a>{{ i18n " and " }}<a href="{{ "/blog/2024-04-17-announcing-8-10-beta/" | relLangURL }}">{{ i18n "AlmaLinux OS 8.10 beta" }}</a></div>
<div class="text">{{ i18n "AlmaLinux 9.4 and AlmaLinux 8.10 are both stable! Checkout " }}<a href="{{ "/blog/2024-05-06-announcing-94-stable/" | relLangURL }}">{{ i18n "AlmaLinux OS 9.4 Stable" }}</a>{{ i18n " and " }}<a href="{{ "/blog/2024-05-28-announcing-810-stable/" | relLangURL }}">{{ i18n "AlmaLinux OS 8.10 Stable" }}</a>{{ i18n " for more information!" }}</div>
</div>
</div>

Loading…
Cancel
Save