Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update script.js #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ document.addEventListener("DOMContentLoaded", function () {
const valueToItemMapping = {
0: "aux impôts payés par Starbucks en France",
0.04: "à une impression A4 en couleur",
0.15: "à un pain au chocolat (selon Jean-François Copé)",
0.15: "d'une chocolatine (selon Jean-François Copé)",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mot pas Français

Suggested change
0.15: "d'une chocolatine (selon Jean-François Copé)",
0.15: "à un pain au chocolat (selon Jean-François Copé)",

0.2: "à une bouteille d'eau minérale",
0.49: "à 1cm² d'appartement à Lyon",
0.6: "à un gros croc dans un Big Mac",
0.76: "au prix de l'électricité pour 365 charges de smartphone",
0.9: "à une cannette de Kronenbourg",
1: "à 1 litre d'essence en 2002",
1.2: "à 1km en taxi",
1.4: "à un pain au chocolat (pas selon Jean-François Copé)",
1.4: "d'une chocolatine (pas selon Jean-François Copé)",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem

2: "à 10km parcourus en TGV",
2.1: "à un ticket de métro parisien",
2.48: "à un café en terrasse à Paris",
Expand Down