Skip to content
Merged
Show file tree
Hide file tree
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
51 changes: 51 additions & 0 deletions d2.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/**@type {import('@dhis2/cli-app-scripts').D2Config} */
const config = {
id: '4f6eab1a-29ac-4f7a-b74c-8ba95ea7df49',
type: 'app',
Expand All @@ -9,6 +10,56 @@ const config = {
entryPoints: {
app: './src/App.jsx',
},
shortcuts: [
{
name: 'General',
url: '#/general',
},
{
name: 'Analytics',
url: '#/analytics',
},
{
name: 'Server',
url: '#/server',
},
{
name: 'Appearance',
url: '#/appearance',
},
{
name: 'Email',
url: '#/email',
},
{
name: 'Access',
url: '#/access',
},
{
name: 'Calendar',
url: '#/calendar',
},
{
name: 'Data import settings',
url: '#/import',
},
{
name: 'Synchronization',
url: '#/sync',
},
{
name: 'Scheduled job settings',
url: '#/scheduledJobs',
},
{
name: 'Notification settings',
url: '#/notification',
},
{
name: 'OAuth2 clients',
url: '#/oauth2',
},
],
}

module.exports = config
52 changes: 50 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: 2025-08-08T07:56:02.943Z\n"
"PO-Revision-Date: 2025-08-08T07:56:02.944Z\n"
"POT-Creation-Date: 2025-09-24T08:44:28.347Z\n"
"PO-Revision-Date: 2025-09-24T08:44:28.348Z\n"

msgid "Failed to load: {{error}}"
msgstr "Failed to load: {{error}}"
Expand Down Expand Up @@ -916,3 +916,51 @@ msgstr "System Settings"
msgctxt "Application description"
msgid "__MANIFEST_APP_DESCRIPTION"
msgstr ""

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_General"
msgstr "General"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Analytics"
msgstr "Analytics"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Server"
msgstr "Server"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Appearance"
msgstr "Appearance"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Email"
msgstr "Email"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Access"
msgstr "Access"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Calendar"
msgstr "Calendar"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Data import settings"
msgstr "Data import settings"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Synchronization"
msgstr "Synchronization"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Scheduled job settings"
msgstr "Scheduled job settings"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_Notification settings"
msgstr "Notification settings"

msgctxt "Title for shortcut used by command palette"
msgid "__MANIFEST_SHORTCUT_OAuth2 clients"
msgstr "OAuth2 clients"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"format": "yarn format:js && yarn format:text"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^12.3.0",
"@dhis2/cli-app-scripts": "^12.8.0",
"@dhis2/cli-style": "^10.7.6"
},
"dependencies": {
Expand Down
Loading
Loading