Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more categories/genres in Spanish #6

Merged
merged 3 commits into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/data/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,19 @@ const categories: Array<SelectBooksType> = [
{ value: 'Acción', label: 'Acción' },
{ value: 'Autoayuda', label: 'Autoayuda' },
{ value: 'Aventura', label: 'Aventura' },
{ value: 'Arqueología', label: 'Arqueología' },
{ value: 'Arquitectura', label: 'Arquitectura' },
{ value: 'Artes Plásticas', label: 'Artes Plásticas' },
{ value: 'Automotriz', label: 'Automotriz' },
{ value: 'Aventuras gráficas', label: 'Aventuras gráficas' },
{ value: 'Belleza', label: 'Belleza' },
{ value: 'Biología', label: 'Biología' },
{ value: 'Botánica', label: 'Botánica' },
{ value: 'Ciencia Ficción', label: 'Ciencia Ficción' },
{ value: 'Clásicos', label: 'Clásicos' },
{ value: 'Cuidado Del Bebé', label: 'Cuidado Del Bebé' },
{ value: 'Comedia', label: 'Comedia' },
{ value: 'Cine', label: 'Cine' },
{ value: 'Drama', label: 'Drama' },
{ value: 'Terror', label: 'Terror' },
{ value: 'Suspenso', label: 'Suspenso' },
Expand Down Expand Up @@ -137,6 +146,7 @@ const categories: Array<SelectBooksType> = [
{ value: 'Espionaje', label: 'Espionaje' },
{ value: 'Psicológica', label: 'Psicológica' },
{ value: 'Guerra', label: 'Guerra' },
{ value: 'LGBTQ+', label: 'LGBTQ+' },
];

const format: Array<SelectBooksType> = [
Expand Down
Loading