From aecc3d2273adbb047c8d883481dec24fde9c09bc Mon Sep 17 00:00:00 2001 From: Owen Yamauchi Date: Thu, 25 Jul 2024 16:40:11 -0400 Subject: [PATCH] Remove short label from projects ## Description Short labels were only used with the row-of-pills project selector, which is now gone. ## Test Plan Grep for `shortLabel`, find nothing. --- src/i18n/strings/es.ts | 5 ----- src/projects.tsx | 15 --------------- translations/es.xlf | 19 ------------------- 3 files changed, 39 deletions(-) diff --git a/src/i18n/strings/es.ts b/src/i18n/strings/es.ts index cf1f3f0..0831067 100644 --- a/src/i18n/strings/es.ts +++ b/src/i18n/strings/es.ts @@ -13,7 +13,6 @@ export const templates = { s04c4b18eb3941d37: `California`, s07607bad0f288304: `reemplazo de puertas y ventanas`, s07ecbff17886eb50: `un vehículo eléctrico usado`, - s08fb6007b5965c82: `Vehículo eléctrico`, s0d2b126617a4b9e6: `Ver resultados`, s0ec469a91a15f4a5: `kilovatio hora`, s0f06604c95e47b84: `Wisconsin`, @@ -150,7 +149,6 @@ export const templates = { sb5b955a693af9c2e: `Virginia`, sb661e8297dd681e2: `Incentivo`, sb694f3d582a0dbb9: `Selecciona "Cabeza de familia" si tiene un hijo o pariente que vive con usted y paga más de la mitad de los gastos de su hogar. Selecciona "Conjunta" si declara sus impuestos como pareja casada.`, - sb6975fd8aa3fa26f: `Climatización`, sb842284a98e8aed1: `una bomba de calor sin ductos`, sb932cf0734934406: `Su código postal ayuda a determinar la cantidad de descuentos y créditos fiscales para los que califica.`, sb9e8a9bfc8bcf398: `Rhode Island`, @@ -164,7 +162,6 @@ export const templates = { sc026bbb64721085f: `Casado que presenta una declaración conjunta`, sc0a81e0d1ea51046: `Seleccione proyecto…`, sc2e0d466583b17f8: `aislamiento del entrepiso`, - sc373af4c1a974b57: `Cocina`, sc5b20cb72269bc4f: `Los propietarios y inquilinos califican para diferentes incentivos.`, sc9266b1b6ae1aad4: `Esperado en 2024-2025`, sc991c5ecbb3023ef: `aislamiento térmico`, @@ -188,14 +185,12 @@ export const templates = { se518d56b2bb45670: `cableado`, se581b8fe2e188251: `Crédito de cuenta`, se6845b7d2d664ad8: `Dakota del Sur`, - se94a76041107bbf3: `Eléctrico`, sec13c0ca288e67eb: `aislamiento del desván/techo`, secc3df112f8ab69d: `un vehículo eléctrico`, sf05c1c17e90b0ddd: `Inquilino`, sf12bd6cb13bc154f: `Arizona`, sf1e2063bc64f3539: `Arkansas`, sf3affd5c9f2915e0: `Connecticut`, - sf459faf797f733a9: `Impermeabilización`, sf59668536419404a: `aislamiento del sótano`, sf685070e5a85e7d1: `reemplazo de ductos`, sf844ac31d5fba2c9: `impermeabilización`, diff --git a/src/projects.tsx b/src/projects.tsx index c534e9b..e2a144a 100644 --- a/src/projects.tsx +++ b/src/projects.tsx @@ -12,7 +12,6 @@ import { MsgFn } from './i18n/use-translated'; type ProjectInfo = { label: (msg: MsgFn) => string; - shortLabel?: (msg: MsgFn) => string; getIcon: () => React.ReactElement; items: ItemType[]; }; @@ -30,9 +29,6 @@ export type Project = export const NO_PROJECT = ''; -export const shortLabel = (p: Project, msg: MsgFn) => - (PROJECTS[p].shortLabel ?? PROJECTS[p].label)(msg); - /** * Icons, labels, and API `item` values for the various projects for which we * show incentives. @@ -53,10 +49,6 @@ export const PROJECTS: Record = { 'other_heat_pump', ], label: msg => msg('Heating, ventilation & cooling'), - shortLabel: msg => - msg('HVAC', { - desc: 'short label for "heating, ventilation & cooling"', - }), getIcon: () => , }, ev: { @@ -68,8 +60,6 @@ export const PROJECTS: Record = { 'electric_vehicle_charger', ], label: msg => msg('Electric vehicle'), - shortLabel: msg => - msg('EV', { desc: 'short label for "electric vehicle"' }), getIcon: () => , }, solar: { @@ -90,15 +80,11 @@ export const PROJECTS: Record = { cooking: { items: ['electric_stove'], label: msg => msg('Cooking stove/range'), - shortLabel: msg => - msg('Cooking', { desc: 'short label for stove/range incentives' }), getIcon: () => , }, wiring: { items: ['electric_panel', 'electric_wiring'], label: msg => msg('Electrical panel & wiring'), - shortLabel: msg => - msg('Electrical', { desc: 'short for "electrical panel and wiring"' }), getIcon: () => , }, weatherization_and_efficiency: { @@ -119,7 +105,6 @@ export const PROJECTS: Record = { 'energy_audit', ], label: msg => msg('Weatherization & efficiency'), - shortLabel: msg => msg('Weatherization'), getIcon: () => , }, }; diff --git a/translations/es.xlf b/translations/es.xlf index 9a63a9f..e9c0ac1 100644 --- a/translations/es.xlf +++ b/translations/es.xlf @@ -11,17 +11,9 @@ Heating, ventilation & cooling Sistemas de climatización - - HVAC - - short label for "heating, ventilation & cooling"Climatización Electric vehicle Vehículo eléctrico - - EV - - short label for "electric vehicle"Vehículo eléctrico Solar @@ -38,16 +30,9 @@ Electrical panel & wiring Tablero eléctrico y cableado - - Electrical - - short for "electrical panel and wiring"Eléctrico Weatherization & efficiency Impermeabilización y eficiencia energética - - Weatherization -Impermeabilización Homeowner Propietario @@ -249,10 +234,6 @@ Project label for a selector input Proyecto - - Cooking - short label for stove/range incentives -Cocina Arizona Arizona