Skip to content

Commit

Permalink
Merge pull request #144 from VampireChicken12/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
VampireChicken12 authored Dec 5, 2023
2 parents 1f48cdf + 0cda074 commit 28a29f6
Show file tree
Hide file tree
Showing 30 changed files with 586 additions and 232 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.5.1",
"@types/archiver": "^6.0.1",
"@types/chrome": "^0.0.251",
"@types/chrome": "^0.0.253",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
13 changes: 13 additions & 0 deletions public/locales/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@
},
"settings": {
"sections": {
"featureMenu": {
"openType": {
"title": "Feature menu settings",
"select": {
"label": "Menu Activation Type",
"title": "Select the method to activate the feature menu",
"options": {
"click": "Click",
"hover": "Hover"
}
}
}
},
"importExportSettings": {
"importButton": {
"error": {
Expand Down
13 changes: 13 additions & 0 deletions public/locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@
},
"settings": {
"sections": {
"featureMenu": {
"openType": {
"title": "Feature menu settings",
"select": {
"label": "Menu Activation Type",
"title": "Select the method to activate the feature menu",
"options": {
"click": "Click",
"hover": "Hover"
}
}
}
},
"importExportSettings": {
"importButton": {
"error": {
Expand Down
13 changes: 13 additions & 0 deletions public/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@
},
"settings": {
"sections": {
"featureMenu": {
"openType": {
"title": "Feature menu settings",
"select": {
"label": "Menu Activation Type",
"title": "Select the method to activate the feature menu",
"options": {
"click": "Click",
"hover": "Hover"
}
}
}
},
"importExportSettings": {
"importButton": {
"error": {
Expand Down
13 changes: 13 additions & 0 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@
},
"settings": {
"sections": {
"featureMenu": {
"openType": {
"title": "Feature menu settings",
"select": {
"label": "Menu Activation Type",
"title": "Select the method to activate the feature menu",
"options": {
"click": "Click",
"hover": "Hover"
}
}
}
},
"importExportSettings": {
"importButton": {
"error": {
Expand Down
10 changes: 10 additions & 0 deletions public/locales/en-US.json.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ interface EnUS {
value: "Reset";
};
};
featureMenu: {
openType: {
select: {
label: "Menu Activation Type";
options: { click: "Click"; hover: "Hover" };
title: "Select the method to activate the feature menu";
};
title: "Feature menu settings";
};
};
importExportSettings: {
exportButton: {
success: "Settings successfully exported";
Expand Down
Loading

0 comments on commit 28a29f6

Please sign in to comment.