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
4 changes: 4 additions & 0 deletions src/components/ContentFrameBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ export function ContentFrameBox() {
projectKey="githubUserDashboard"
link={"https://github.com/tomdevtech/GitHub-User-Dashboard"}
/>
<ContentFrame
projectKey="aiAgentForBC"
link={"https://github.com/tomdevtech/AI-Agent-For-BC"}
/>
</div>
<footer className="footer">
<NavLink className="footerElement" to={"/dataSec"}>
Expand Down
10 changes: 9 additions & 1 deletion src/translations/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ export const translations = {
githubUserDashboard: {
title: "GitHub User Dashboard",
description: "Ein modernes, interaktives Dashboard zur Erkundung von GitHub-Profilen mit Stil und Statistiken. Perfekt für Entwickler, Recruiter und alle, die GitHub-Profile erkunden möchten."
},
aiAgentForBC: {
title: "AI-Agent-For-BC",
description: "AL-Implementierung verschiedener KI-Services für Business Central. Das Projekt zeigt, wie KI-Services in AL integriert werden können."
}
},
navigation: {
Expand Down Expand Up @@ -217,6 +221,10 @@ export const translations = {
githubUserDashboard: {
title: "GitHub User Dashboard",
description: "A modern, interactive dashboard for exploring GitHub profiles with style and stats. Perfect for developers, recruiters, and anyone looking to explore GitHub profiles."
},
aiAgentForBC: {
title: "AI-Agent-For-BC",
description: "AL implementation of various AI services for Business Central. The project demonstrates how to integrate AI services into AL."
}
},
navigation: {
Expand All @@ -227,4 +235,4 @@ export const translations = {
toProject: "To Project"
}
}
};
};