Skip to content

Commit 01d6aa5

Browse files
chore: import fix due to newer nodejs versions + upgrades
1 parent c8cc6da commit 01d6aa5

3 files changed

Lines changed: 2154 additions & 2113 deletions

File tree

.storybook/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const makeBabelConfig = require('@dhis2/cli-app-scripts/config/makeBabelConfig.js')
1+
// Direct path required because the package exports field doesn't expose this subpath
2+
const makeBabelConfig = require('../node_modules/@dhis2/cli-app-scripts/config/makeBabelConfig.js')
23

34
module.exports = {
45
addons: ['@storybook/preset-create-react-app'],

i18n/en.pot

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgstr ""
55
"Content-Type: text/plain; charset=utf-8\n"
66
"Content-Transfer-Encoding: 8bit\n"
77
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
8-
"POT-Creation-Date: 2026-03-04T14:56:39.522Z\n"
9-
"PO-Revision-Date: 2026-03-04T14:56:39.522Z\n"
8+
"POT-Creation-Date: 2026-03-23T09:34:56.311Z\n"
9+
"PO-Revision-Date: 2026-03-23T09:34:56.312Z\n"
1010

1111
msgid "view only"
1212
msgstr "view only"
@@ -38,11 +38,6 @@ msgstr "Created {{time}} by {{author}}"
3838
msgid "Created {{time}}"
3939
msgstr "Created {{time}}"
4040

41-
msgid "Viewed {{count}} times"
42-
msgid_plural "Viewed {{count}} times"
43-
msgstr[0] "Viewed 1 time"
44-
msgstr[1] "Viewed {{count}} times"
45-
4641
msgid "Notifications"
4742
msgstr "Notifications"
4843

@@ -587,11 +582,6 @@ msgstr "Could not load interpretations"
587582
msgid "Reply"
588583
msgstr "Reply"
589584

590-
msgid "{{count}} replies"
591-
msgid_plural "{{count}} replies"
592-
msgstr[0] "{{count}} reply"
593-
msgstr[1] "{{count}} replies"
594-
595585
msgid "View replies"
596586
msgstr "View replies"
597587

@@ -771,21 +761,6 @@ msgstr "New line list"
771761
msgid "Hide"
772762
msgstr "Hide"
773763

774-
msgid "{{count}} org units"
775-
msgid_plural "{{count}} org units"
776-
msgstr[0] "{{count}} org unit"
777-
msgstr[1] "{{count}} org units"
778-
779-
msgid "{{count}} levels"
780-
msgid_plural "{{count}} levels"
781-
msgstr[0] "{{count}} level"
782-
msgstr[1] "{{count}} levels"
783-
784-
msgid "{{count}} groups"
785-
msgid_plural "{{count}} groups"
786-
msgstr[0] "{{count}} group"
787-
msgstr[1] "{{count}} groups"
788-
789764
msgid "Selected: {{commaSeparatedListOfOrganisationUnits}}"
790765
msgstr "Selected: {{commaSeparatedListOfOrganisationUnits}}"
791766

@@ -1492,10 +1467,5 @@ msgstr "Base"
14921467
msgid "Axis {{axisId}}"
14931468
msgstr "Axis {{axisId}}"
14941469

1495-
msgid "{{count}} items"
1496-
msgid_plural "{{count}} items"
1497-
msgstr[0] "{{count}} item"
1498-
msgstr[1] "{{count}} items"
1499-
15001470
msgid "Reset zoom"
15011471
msgstr "Reset zoom"

0 commit comments

Comments
 (0)