diff --git a/conf/defaults.ini b/conf/defaults.ini index b071aabd65cc..fb3272e161ca 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1256,6 +1256,8 @@ license_path = # enable = feature1,feature2 enable = +internationalization = true + # feature1 = true # feature2 = false diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 62352cfe6a34..542f9b4a53cf 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -270,8 +270,8 @@ var ( }, { Name: "internationalization", - Description: "Enables work-in-progress internationalization", - State: FeatureStateAlpha, + Description: "Enables internationalization", + State: FeatureStateStable, }, { Name: "topnav", diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index 2441a1ab0feb..2af681298cf8 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -196,7 +196,7 @@ const ( FlagDataConnectionsConsole = "dataConnectionsConsole" // FlagInternationalization - // Enables work-in-progress internationalization + // Enables internationalization FlagInternationalization = "internationalization" // FlagTopnav diff --git a/public/app/core/components/SharedPreferences/SharedPreferences.tsx b/public/app/core/components/SharedPreferences/SharedPreferences.tsx index 529577e14248..ac9a89cf6880 100644 --- a/public/app/core/components/SharedPreferences/SharedPreferences.tsx +++ b/public/app/core/components/SharedPreferences/SharedPreferences.tsx @@ -187,7 +187,7 @@ export class SharedPreferences extends PureComponent { Language - + } data-testid="User preferences language drop down"