File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
1111msgid "Failed to load: {{error}}"
1212msgstr "Failed to load: {{error}}"
@@ -616,6 +616,9 @@ msgstr "Google Maps API key"
616616msgid "Bing Maps API key"
617617msgstr "Bing Maps API key"
618618
619+ msgid "Azure Maps API key"
620+ msgstr "Azure Maps API key"
621+
619622msgid "Application title"
620623msgstr "Application title"
621624
Original file line number Diff line number Diff line change @@ -169,6 +169,9 @@ export const categories = {
169169 {
170170 setting : 'keyGoogleMapsApiKey' ,
171171 } ,
172+ {
173+ setting : 'keyBingMapsApiKey' ,
174+ } ,
172175 {
173176 setting : 'keyAzureMapsApiKey' ,
174177 } ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments