This guide provides step-by-step instructions for adding internationalization (i18n) support to Backstage plugins. Follow these steps in order to implement translations for multiple languages.
 import React from 'react';
 
 import {
+  StatusClassKey,
   StatusError,
   StatusOK,
   StatusPending,
@@ -39,6 +40,33 @@ const DASH = '-';
  * <Status status='Warning' />
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | apiVersion: backstage.io/v1alpha1 | |
| kind: Component | |
| metadata: | |
| annotations: | |
| #'gitlab.com/instance': 'gitlab-gitlab.apps.cluster-7s5b7.sandbox2830.opentlc.com' | |
| #'gitlab.com/project-slug': development/quarkus-app | |
| 'argocd/proxy-url': '/argocd/api' | |
| 'argocd/instance-name': 'main' | |
| 'argocd/app-selector': rht-gitops.com/janus-argocd=quarkus-app-bootstrap | |
| # 'argocd/app-name': test-app | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | --- | |
| apiVersion: tekton.dev/v1 | |
| kind: Task | |
| metadata: | |
| name: invalid-acs-image-check-task | |
| labels: | |
| "backstage.io/kubernetes-id": quarkus-app | |
| annotations: | |
| task.results.format: application/json | |
| task.results.type: roxctl-image-check | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | apiVersion: tekton.dev/v1 | |
| kind: Task | |
| metadata: | |
| name: sbom-task | |
| annotations: | |
| task.output.location: results | |
| task.results.format: application/text | |
| task.results.type: external-link | |
| task.results.key: LINK_TO_SBOM | |
| spec: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | apiVersion: tekton.dev/v1 | |
| kind: Task | |
| metadata: | |
| name: sbom-task | |
| annotations: | |
| task.output.location: results | |
| task.results.format: application/text | |
| task.results.key: LINK_TO_SBOM | |
| spec: | |
| results: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | apiVersion: tekton.dev/v1 | |
| kind: Task | |
| metadata: | |
| name: sbom-task | |
| annotations: | |
| task.output.location: results | |
| task.results.format: application/text | |
| task.results.key: LINK_TO_SBOM | |
| spec: | |
| results: | 
NewerOlder