mirror of https://github.com/grafana/grafana.git
				
				
				
			Chore: removes localizationForPlugins feature toggle (#111726)
This commit is contained in:
		
							parent
							
								
									82d6fe5914
								
							
						
					
					
						commit
						975c3b3f58
					
				|  | @ -970,10 +970,6 @@ export interface FeatureToggles { | |||
|   */ | ||||
|   multiTenantTempCredentials?: boolean; | ||||
|   /** | ||||
|   * Enables localization for plugins | ||||
|   */ | ||||
|   localizationForPlugins?: boolean; | ||||
|   /** | ||||
|   * Enables unified navbars | ||||
|   * @default false | ||||
|   */ | ||||
|  |  | |||
|  | @ -1677,13 +1677,6 @@ var ( | |||
| 			HideFromDocs: true, | ||||
| 			Owner:        awsDatasourcesSquad, | ||||
| 		}, | ||||
| 		{ | ||||
| 			Name:         "localizationForPlugins", | ||||
| 			Description:  "Enables localization for plugins", | ||||
| 			Stage:        FeatureStageExperimental, | ||||
| 			Owner:        grafanaPluginsPlatformSquad, | ||||
| 			FrontendOnly: false, | ||||
| 		}, | ||||
| 		{ | ||||
| 			Name:         "unifiedNavbars", | ||||
| 			Description:  "Enables unified navbars", | ||||
|  |  | |||
|  | @ -217,7 +217,6 @@ unifiedStorageGrpcConnectionPool,experimental,@grafana/search-and-storage,false, | |||
| alertingRulePermanentlyDelete,GA,@grafana/alerting-squad,false,false,true | ||||
| alertingRuleRecoverDeleted,GA,@grafana/alerting-squad,false,false,true | ||||
| multiTenantTempCredentials,experimental,@grafana/aws-datasources,false,false,false | ||||
| localizationForPlugins,experimental,@grafana/plugins-platform-backend,false,false,false | ||||
| unifiedNavbars,GA,@grafana/plugins-platform-backend,false,false,true | ||||
| logsPanelControls,preview,@grafana/observability-logs,false,false,true | ||||
| metricsFromProfiles,experimental,@grafana/observability-traces-and-profiling,false,false,true | ||||
|  |  | |||
| 
 | 
|  | @ -878,10 +878,6 @@ const ( | |||
| 	// use multi-tenant path for awsTempCredentials
 | ||||
| 	FlagMultiTenantTempCredentials = "multiTenantTempCredentials" | ||||
| 
 | ||||
| 	// FlagLocalizationForPlugins
 | ||||
| 	// Enables localization for plugins
 | ||||
| 	FlagLocalizationForPlugins = "localizationForPlugins" | ||||
| 
 | ||||
| 	// FlagUnifiedNavbars
 | ||||
| 	// Enables unified navbars
 | ||||
| 	FlagUnifiedNavbars = "unifiedNavbars" | ||||
|  |  | |||
|  | @ -2270,7 +2270,8 @@ | |||
|       "metadata": { | ||||
|         "name": "localizationForPlugins", | ||||
|         "resourceVersion": "1753448760331", | ||||
|         "creationTimestamp": "2025-03-31T04:38:38Z" | ||||
|         "creationTimestamp": "2025-03-31T04:38:38Z", | ||||
|         "deletionTimestamp": "2025-09-29T07:10:59Z" | ||||
|       }, | ||||
|       "spec": { | ||||
|         "description": "Enables localization for plugins", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue