Skip to content

Commit

Permalink
Merge branch 'master' into fix/reported-sites-20
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 25, 2023
2 parents 464128c + 8fbb099 commit ab0f96a
Show file tree
Hide file tree
Showing 24 changed files with 472 additions and 21 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Prettier

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
prettier:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
run: npm ci

- name: Run Prettier
run: npm run prettier

- name: Check for changes
id: changes
run: |
echo "::set-output name=has_changes::$(git status --porcelain)"
git diff --exit-code
- name: Fail if changes found
if: steps.changes.outputs.has_changes != ''
run: |
echo "There are changes after running Prettier. Please run Prettier locally and commit the changes."
exit 1
20 changes: 20 additions & 0 deletions src/_locales/bg/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Зареждане...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/cs/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Načítání...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/da/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Indlæser...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Laden…",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Cargando...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/fr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Chargement...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/hr/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Loading...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/hu/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Betöltés...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Caricamento...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/nl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Laden...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/nn/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Loading...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/no/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Laster...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/pl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "Ładowanie...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
20 changes: 20 additions & 0 deletions src/_locales/pt/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,25 @@
"menuLoadingText": {
"message": "A carregar...",
"description": "Loading messsage"
},
"generalIssueOption": {
"message": "General issue (requires notes)",
"description": "The option text for a general issue"
},
"scrollbarIssueOption": {
"message": "Scrollbar related",
"description": "The option text for a scrollbar issue"
},
"modalIssueOption": {
"message": "Modal related",
"description": "The option text for a modal issue"
},
"scrollbarIssueDescription": {
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
"description": "Explanation of what a scrollbar issue is"
},
"modalIssueDescription": {
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
"description": "Explanation of what a modal issue is"
}
}
Loading

0 comments on commit ab0f96a

Please sign in to comment.