Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaliaGuide authored Sep 20, 2024
1 parent 2e47880 commit 290e992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
const delimiterMatch = firstParam.match(/[-~/=._+]/); // Finds '=' in this case
const delimiter = delimiterMatch[0]; // '='
const languageMap = {
'=': 'pt',
'=': 'en',
'-': 'it',
'~': 'nl',
'.': 'en',
Expand Down

0 comments on commit 290e992

Please sign in to comment.