+
diff --git a/src/components/ui/badge/index.ts b/src/components/ui/badge/index.ts
index 8505b4cf..a9d2ccfe 100644
--- a/src/components/ui/badge/index.ts
+++ b/src/components/ui/badge/index.ts
@@ -13,12 +13,17 @@ export const badgeVariants = cva(
'border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80',
destructive:
'border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80',
- outline: 'text-foreground',
+ outline: 'text-foreground bg-muted',
plain: 'border-transparent',
},
+ size: {
+ default: '',
+ xs: 'rounded px-1',
+ },
},
defaultVariants: {
variant: 'default',
+ size: 'default',
},
},
)
diff --git a/src/locales/en.json b/src/locales/en.json
index 6766bd3b..b1f114d0 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -29,5 +29,8 @@
"Contact": "Contact",
"API Documentation": "API Documentation",
"External Documentation": "External Documentation",
- "Servers": "Servers"
+ "Servers": "Servers",
+ "Your browser does not support the audio element.": "Your browser does not support the audio element.",
+ "Unrecognized response type. Raw content:": "Unrecognized response type. Raw content:",
+ "Download file": "Download file"
}
diff --git a/src/locales/es.json b/src/locales/es.json
index 2e49e3df..feede6dd 100644
--- a/src/locales/es.json
+++ b/src/locales/es.json
@@ -29,5 +29,8 @@
"Contact": "Contacto",
"API Documentation": "Documentación de la API",
"External Documentation": "Documentación externa",
- "Servers": "Servidores"
+ "Servers": "Servidores",
+ "Your browser does not support the audio element.": "Tu navegador no soporta el elemento de audio.",
+ "Unrecognized response type. Raw content:": "Tipo de respuesta no reconocido. Contenido en crudo:",
+ "Download file": "Descargar archivo"
}