File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464
6565 "changelog.title" : " Changelog" ,
6666
67+ "changelog.title" : " Changelog" ,
68+ "changelog.description" : " Version history and release notes" ,
69+
6770 "footer.license" : " BSD-3-Clause"
6871}
Original file line number Diff line number Diff line change 6464
6565 "changelog.title" : " 変更履歴" ,
6666
67+ "changelog.title" : " 変更履歴" ,
68+ "changelog.description" : " バージョン履歴とリリースノート" ,
69+
6770 "footer.license" : " BSD-3-Clause"
6871}
Original file line number Diff line number Diff line change 6464
6565 "changelog.title" : " 변경 로그" ,
6666
67+ "changelog.title" : " 변경 로그" ,
68+ "changelog.description" : " 버전 기록 및 릴리스 노트" ,
69+
6770 "footer.license" : " BSD-3-Clause"
6871}
Original file line number Diff line number Diff line change 6464
6565 "changelog.title" : " 更新日志" ,
6666
67+ "changelog.title" : " 更新日志" ,
68+ "changelog.description" : " 版本历史与发布说明" ,
69+
6770 "footer.license" : " BSD-3-Clause"
6871}
Original file line number Diff line number Diff line change 22import Layout from ' ../../layouts/Layout.astro' ;
33import { getLangFromUrl , useTranslations } from ' ../../i18n/utils' ;
44import { ui } from ' ../../i18n/ui' ;
5- import fs from ' node: fs' ;
5+ import * as fs from ' fs' ;
66
77export function getStaticPaths() {
88 return Object .keys (ui ).map ((lang ) => ({ params: { lang } }));
You can’t perform that action at this time.
0 commit comments