Skip to content

Commit

Permalink
fixed turkish
Browse files Browse the repository at this point in the history
  • Loading branch information
sinne10 committed Apr 29, 2024
1 parent 982ffb5 commit b1af1dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/fragments/NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function Navbar() {
>
<MenuItem onClick={() => changeLanguage("en")}> {t("navBar.en")}</MenuItem>
<MenuItem onClick={() => changeLanguage("es")}> {t("navBar.es")}</MenuItem>
<MenuItem onClick={() => changeLanguage("tk")}> {t("navBar.tk")}</MenuItem>
<MenuItem onClick={() => changeLanguage("tr")}> {t("navBar.tk")}</MenuItem>
</Menu>
<Help />

Expand Down
File renamed without changes.

0 comments on commit b1af1dd

Please sign in to comment.