feat: add turkish lang support
This commit is contained in:
@@ -470,6 +470,14 @@ export const NavBar: React.FC<NavBarProps> = ({
|
||||
>
|
||||
Deutsch
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
onClick={() => {
|
||||
changeLanguage("tr");
|
||||
handleMenuClose();
|
||||
}}
|
||||
>
|
||||
Türkçe
|
||||
</MenuItem>
|
||||
<MenuItem
|
||||
onClick={() => {
|
||||
window.open('https://docs.maxun.dev/development/i18n', '_blank');
|
||||
|
||||
Reference in New Issue
Block a user