mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-23 02:41:39 +00:00
Added support for self serve telemetry + Localization fixes (#580)
* initial telemetry commit * Added localization changes * moved telemetrymessage types to selfservetypes * fixed compile errors * fixed failing test * changed translation file format * Addressed PR comments * modified test
This commit is contained in:
committed by
GitHub
parent
63e13cdabe
commit
6cdac3c53b
@@ -131,9 +131,9 @@ describe("SelfServeUtils", () => {
|
||||
type: "object",
|
||||
labelTKey: "Regions",
|
||||
choices: [
|
||||
{ label: "South West US", key: "SWUS" },
|
||||
{ label: "North Central US", key: "NCUS" },
|
||||
{ label: "East US 2", key: "EUS2" },
|
||||
{ labelTKey: "South West US", key: "SWUS" },
|
||||
{ labelTKey: "North Central US", key: "NCUS" },
|
||||
{ labelTKey: "East US 2", key: "EUS2" },
|
||||
],
|
||||
},
|
||||
],
|
||||
@@ -238,9 +238,9 @@ describe("SelfServeUtils", () => {
|
||||
type: "object",
|
||||
labelTKey: "Regions",
|
||||
choices: [
|
||||
{ label: "South West US", key: "SWUS" },
|
||||
{ label: "North Central US", key: "NCUS" },
|
||||
{ label: "East US 2", key: "EUS2" },
|
||||
{ labelTKey: "South West US", key: "SWUS" },
|
||||
{ labelTKey: "North Central US", key: "NCUS" },
|
||||
{ labelTKey: "East US 2", key: "EUS2" },
|
||||
],
|
||||
},
|
||||
children: [] as Node[],
|
||||
|
||||
Reference in New Issue
Block a user