Skip to content

Commit b984228

Browse files
committed
feat: add turkish lang support
1 parent f48b308 commit b984228

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,14 @@ export const NavBar: React.FC<NavBarProps> = ({
470470
>
471471
Deutsch
472472
</MenuItem>
473+
<MenuItem
474+
onClick={() => {
475+
changeLanguage("tr");
476+
handleMenuClose();
477+
}}
478+
>
479+
Türkçe
480+
</MenuItem>
473481
<MenuItem
474482
onClick={() => {
475483
window.open('https://docs.maxun.dev/development/i18n', '_blank');

0 commit comments

Comments
 (0)