We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48b308 commit b984228Copy full SHA for b984228
src/components/dashboard/NavBar.tsx
@@ -470,6 +470,14 @@ export const NavBar: React.FC<NavBarProps> = ({
470
>
471
Deutsch
472
</MenuItem>
473
+ <MenuItem
474
+ onClick={() => {
475
+ changeLanguage("tr");
476
+ handleMenuClose();
477
+ }}
478
+ >
479
+ Türkçe
480
+ </MenuItem>
481
<MenuItem
482
onClick={() => {
483
window.open('https://docs.maxun.dev/development/i18n', '_blank');
0 commit comments