mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 19:35:07 +00:00
website/i18n: make 'Legacy Release' an i18n keyword
This text appears in the 'sidenav' component on the left side at: https://www.freebsd.org/releases/ Currently it is hard-coded. Add the keyword to the translation templates. Reviewed by: vladlen, ziaee Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56182
This commit is contained in:
@@ -473,6 +473,9 @@ other = "Release Informationen"
|
||||
[productionRelease]
|
||||
other = "Produktiv-Version"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "Testversion"
|
||||
|
||||
|
||||
@@ -485,6 +485,9 @@ other = "Release Information"
|
||||
[productionRelease]
|
||||
other = "Production Release"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "Upcoming Release"
|
||||
|
||||
|
||||
@@ -430,6 +430,9 @@ other = "Información de Versiones"
|
||||
[productionRelease]
|
||||
other = "Versiones de Producción"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "Próxima Versión"
|
||||
|
||||
|
||||
@@ -473,6 +473,9 @@ other = "Information sur les versions"
|
||||
[productionRelease]
|
||||
other = "Version de production"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "Version à venir"
|
||||
|
||||
|
||||
@@ -328,6 +328,9 @@ other = "リリース情報"
|
||||
[productionRelease]
|
||||
other = "プロダクションリリース"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "今後のリリース"
|
||||
|
||||
|
||||
@@ -449,6 +449,9 @@ other = "Release Information"
|
||||
[productionRelease]
|
||||
other = "Production Release"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "Upcoming Release"
|
||||
|
||||
|
||||
@@ -487,6 +487,9 @@ other = "Ин\u00ADфор\u00ADма\u00ADция о ре\u00ADли\u00ADзах"
|
||||
[productionRelease]
|
||||
other = "Про\u00ADдук\u00ADтив\u00ADный ре\u00ADлиз"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "Пред\u00ADсто\u00ADя\u00ADщий ре\u00ADлиз"
|
||||
|
||||
|
||||
@@ -467,6 +467,9 @@ other = "Release Information"
|
||||
[productionRelease]
|
||||
other = "Production Release"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "Upcoming Release"
|
||||
|
||||
|
||||
@@ -470,6 +470,9 @@ other = "Release Information"
|
||||
[productionRelease]
|
||||
other = "Production Release"
|
||||
|
||||
[legacyRelease]
|
||||
other = "Legacy Release"
|
||||
|
||||
[upcomingRelease]
|
||||
other = "Upcoming Release"
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel150-announce" }}>{{ index .data.releases "rel150-current" }}</a></li>
|
||||
<li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel144-announce" }}>{{ index .data.releases "rel144-current" }}</a></li>
|
||||
<li>{{ i18n "productionRelease" }}: <br /><a href={{ index .data.releases "u-rel143-announce" }}>{{ index .data.releases "rel143-current" }}</a></li>
|
||||
<li>Legacy Release: <br /><a href={{ index .data.releases "u-rel135-announce" }}>{{ index .data.releases "rel135-current" }}</a></li>
|
||||
<li>{{ i18n "legacyRelease" }}: <br /><a href={{ index .data.releases "u-rel135-announce" }}>{{ index .data.releases "rel135-current" }}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user