Skip to content

Commit

Permalink
feat: checkbox for generating outlier data
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Nov 9, 2023
1 parent 690d4ba commit 418ffa1
Show file tree
Hide file tree
Showing 4 changed files with 4,804 additions and 4,693 deletions.
7 changes: 5 additions & 2 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2023-03-09T00:41:03.216Z\n"
"PO-Revision-Date: 2023-03-09T00:41:03.216Z\n"
"POT-Creation-Date: 2023-11-09T09:21:45.230Z\n"
"PO-Revision-Date: 2023-11-09T09:21:45.230Z\n"

msgid "Open user guide"
msgstr "Open user guide"
Expand Down Expand Up @@ -210,6 +210,9 @@ msgstr "Skip generation of enrollment data"
msgid "Skip generation of organisation unit ownership data"
msgstr "Skip generation of organisation unit ownership data"

msgid "Skip generation of outlier data"
msgstr "Skip generation of outlier data"

msgid "Data Statistics"
msgstr "Data Statistics"

Expand Down
1 change: 1 addition & 0 deletions src/i18n-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const i18nKeys = {
skipOrgUnitOwnership: i18n.t(
'Skip generation of organisation unit ownership data'
),
executeTei: i18n.t('Generate outlier data'),
},
},
dataStatistics: {
Expand Down
1 change: 1 addition & 0 deletions src/pages/analytics/analytics.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const analyticsCheckboxes = [
'skipEvents',
'skipEnrollment',
'skipOrgUnitOwnership',
'executeTei',
].map((key) => ({
key,
label: i18nKeys.analytics.checkboxes[key],
Expand Down
Loading

0 comments on commit 418ffa1

Please sign in to comment.