Skip to content

Commit

Permalink
Merge pull request #25 from leroyloren/main
Browse files Browse the repository at this point in the history
Fix CZ language typo
  • Loading branch information
xyzroe authored May 24, 2024
2 parents 3ef4654 + e221e8e commit c526dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/websrc/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ let languages = [
{ value: "tr", text: "🇹🇷 Türkçe" },
{ value: "it", text: "🇮🇹 Italiano" },
{ value: "pl", text: "🇵🇱 Polski" },
{ value: "cz", text: "🇨🇿 Český" }
{ value: "cz", text: "🇨🇿 Čeština" }
];

$(document).ready(() => {
Expand Down Expand Up @@ -2593,4 +2593,4 @@ function handleMsg() {
}
document.getElementById("messageTxt").setAttribute("data-i18n", msg_txt);
}
}
}

0 comments on commit c526dce

Please sign in to comment.