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