Skip to content

Commit e5580ea

Browse files
authored
fix: add back bing api key [DHIS2-19780] (#1446)
1 parent 058c268 commit e5580ea

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

i18n/en.pot

Lines changed: 5 additions & 2 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: 2025-05-19T08:23:29.681Z\n"
9-
"PO-Revision-Date: 2025-05-19T08:23:29.682Z\n"
8+
"POT-Creation-Date: 2025-08-08T07:56:02.943Z\n"
9+
"PO-Revision-Date: 2025-08-08T07:56:02.944Z\n"
1010

1111
msgid "Failed to load: {{error}}"
1212
msgstr "Failed to load: {{error}}"
@@ -616,6 +616,9 @@ msgstr "Google Maps API key"
616616
msgid "Bing Maps API key"
617617
msgstr "Bing Maps API key"
618618

619+
msgid "Azure Maps API key"
620+
msgstr "Azure Maps API key"
621+
619622
msgid "Application title"
620623
msgstr "Application title"
621624

src/settingsCategories.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ export const categories = {
169169
{
170170
setting: 'keyGoogleMapsApiKey',
171171
},
172+
{
173+
setting: 'keyBingMapsApiKey',
174+
},
172175
{
173176
setting: 'keyAzureMapsApiKey',
174177
},

src/settingsKeyMapping.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ const settingsKeyMapping = {
344344
label: i18n.t('Google Maps API key'),
345345
type: 'password',
346346
},
347+
keyBingMapsApiKey: {
348+
label: i18n.t('Bing Maps API key'),
349+
type: 'password',
350+
},
347351
keyAzureMapsApiKey: {
348352
label: i18n.t('Azure Maps API key'),
349353
type: 'password',

0 commit comments

Comments
 (0)