Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion messages/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"threads": "Themen",
"youtube": "YouTube"
},
"disclaimer": "Rocky Linux®️ ist die eingetragene Marke der Rocky Enterprise Software Foundation in den USA. Linux®️ ist die eingetragene Marke von Linus Torvalds in den USA und anderen Ländern. Red Hat Enterprise Linux, RHEL und CentOS sind Warenzeichen oder eingetragene Warenzeichen von Red Hat, Inc. oder Tochtergesellschaften in den USA und anderen Ländern, mit denen wir nicht verbunden sind, unterstützt von Red Hat, Inc.\n<br>\nRocky Linux® is the registered trademark of the Rocky Enterprise Software Foundation in the U.S. and other countries. Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries. Red Hat Enterprise Linux, RHEL and CentOS are trademarks or registered trademarks of Red Hat, Inc. or its subsidiaries in the US and other countries. We are not affiliated with, endorsed by or sponsored by Red Hat, Inc."
"disclaimer": "Rocky Linux®️ ist die eingetragene Marke der Rocky Enterprise Software Foundation in den USA. Linux®️ ist die eingetragene Marke von Linus Torvalds in den USA und anderen Ländern. Red Hat Enterprise Linux, RHEL und CentOS sind Warenzeichen oder eingetragene Warenzeichen von Red Hat, Inc. oder Tochtergesellschaften in den USA und anderen Ländern, mit denen wir nicht verbunden sind, unterstützt von Red Hat, Inc."
},
"home": {
"hero": {
Expand Down
4 changes: 2 additions & 2 deletions messages/hi-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@
"x86_64": {
"r9": {
"versionName": "Rocky Linux 9",
"plannedEol": "May 31 2032"
"plannedEol": "2032-05-31"
},
"r8": {
"versionName": "Rocky Linux 8",
"plannedEol": "May 31 2029"
"plannedEol": "2029-05-31"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"readMe": "自述文件"
},
"visionfive2Images": {
"title": "VisionFive 2 Images (Archived)",
"title": "VisionFive 2 镜像(存档)",
"download": "下载",
"readMe": "自述文件"
},
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"date-fns": "^4.1.0",
"deepmerge": "^4.3.1",
"eslint": "^9",
"eslint-config-next": "^15.5.7",
"eslint-config-next": "^15.5.9",
"gray-matter": "^4.0.3",
"jest-environment-jsdom": "^30.2.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.555.0",
"next": "^15.5.7",
"next": "^15.5.9",
"next-intl": "^4.5.7",
"next-plausible": "^3.12.5",
"next-themes": "^0.4.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.67.0",
"react-icons": "^5.5.0",
"rehype-raw": "^7.0.0",
Expand Down