Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Aug 30, 2024
1 parent d9c697c commit 71798e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
files:
[
{
"source": "/html/i18n/en.json",
"source": "/html/i18n/en_US.json",
"translation": "/html/i18n/%locale_with_underscore%.json",
},
]
2 changes: 0 additions & 2 deletions html/alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ let blockedSite = {
};
let preferedLanguage = navigator.language;

console.log(preferedLanguage);

fetch(`./i18n/${preferedLanguage}.json`)
.then((response) => response.json())
.then((data) => {
Expand Down

0 comments on commit 71798e0

Please sign in to comment.