File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
packages/i18n/src/locales Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,13 @@ const EOLTable: FC = async () => {
2121 < table id = "tbVulnerabilities" className = "download-table full-width" >
2222 < thead >
2323 < tr >
24- { /* TODO @bmuenzenmeyer change these to new i18n keys */ }
2524 < th >
26- { t ( 'components.downloadReleasesTable .version' ) } (
27- { t ( 'components.downloadReleasesTable .codename' ) } )
25+ { t ( 'components.eolTable .version' ) } (
26+ { t ( 'components.eolTable .codename' ) } )
2827 </ th >
29- < th > { t ( 'components.downloadReleasesTable .lastUpdated' ) } </ th >
30- < th > Vulnerabilities </ th >
31- < th > Details </ th >
28+ < th > { t ( 'components.eolTable .lastUpdated' ) } </ th >
29+ < th > { t ( 'components.eolTable.vulnerabilities' ) } </ th >
30+ < th > { t ( 'components.eolTable.details' ) } </ th >
3231 </ tr >
3332 </ thead >
3433 < tbody >
Original file line number Diff line number Diff line change 190190 "details" : " Details"
191191 }
192192 },
193+ "eolTable" : {
194+ "version" : " Version" ,
195+ "codename" : " Codename" ,
196+ "releaseDate" : " Released at" ,
197+ "lastUpdated" : " Last updated" ,
198+ "vulnerabilities" : " Vulnerabilities" ,
199+ "details" : " Details"
200+ },
193201 "minorReleasesTable" : {
194202 "version" : " Version" ,
195203 "links" : " Links" ,
You can’t perform that action at this time.
0 commit comments