From 98ed6e67a3d0e453b13d16c609b79bbd97574853 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Sat, 24 Jan 2026 21:14:40 -0500 Subject: [PATCH] feat: Add experience and skills localization for user onboarding --- .../lib/src/l10n/es.i18n.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/apps/mobile/packages/core_localization/lib/src/l10n/es.i18n.json b/apps/mobile/packages/core_localization/lib/src/l10n/es.i18n.json index c3aa03e7..4326451f 100644 --- a/apps/mobile/packages/core_localization/lib/src/l10n/es.i18n.json +++ b/apps/mobile/packages/core_localization/lib/src/l10n/es.i18n.json @@ -523,6 +523,42 @@ "locations_hint": "Centro, Midtown, Brooklyn...", "save_button": "Guardar Cambios", "save_success": "Información personal guardada exitosamente" + }, + "experience": { + "title": "Experience & Skills", + "industries_title": "Industries", + "industries_subtitle": "Select the industries you have experience in", + "skills_title": "Skills", + "skills_subtitle": "Select your skills or add custom ones", + "custom_skills_title": "Custom Skills:", + "custom_skill_hint": "Add custom skill...", + "save_button": "Save & Continue", + "industries": { + "hospitality": "Hospitality", + "food_service": "Food Service", + "warehouse": "Warehouse", + "events": "Events", + "retail": "Retail", + "healthcare": "Healthcare", + "other": "Other" + }, + "skills": { + "food_service": "Food Service", + "bartending": "Bartending", + "event_setup": "Event Setup", + "hospitality": "Hospitality", + "warehouse": "Warehouse", + "customer_service": "Customer Service", + "cleaning": "Cleaning", + "security": "Security", + "retail": "Retail", + "cooking": "Cooking", + "cashier": "Cashier", + "server": "Server", + "barista": "Barista", + "host_hostess": "Host/Hostess", + "busser": "Busser" + } } } }