From c432e745e3e78f001e8a943a57b0adef39bf969e Mon Sep 17 00:00:00 2001 From: Dmitriy Abragamov Date: Fri, 14 Aug 2026 16:42:41 -0400 Subject: [PATCH] fix: remove duplicate compensationRateFormats key in en/common.json JSON object literals silently collapse duplicate keys to the last occurrence, so the first three copies were dead weight. Co-Authored-By: Claude Sonnet 5 --- src/i18n/en/common.json | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/i18n/en/common.json b/src/i18n/en/common.json index 7bed6f5216..998fe7eb82 100644 --- a/src/i18n/en/common.json +++ b/src/i18n/en/common.json @@ -85,27 +85,6 @@ "yearly": "{{amount}} per year", "paycheck": "{{amount}} per paycheck" }, - "compensationRateFormats": { - "hourly": "{{amount}} per hour", - "weekly": "{{amount}} per week", - "monthly": "{{amount}} per month", - "yearly": "{{amount}} per year", - "paycheck": "{{amount}} per paycheck" - }, - "compensationRateFormats": { - "hourly": "{{amount}} per hour", - "weekly": "{{amount}} per week", - "monthly": "{{amount}} per month", - "yearly": "{{amount}} per year", - "paycheck": "{{amount}} per paycheck" - }, - "compensationRateFormats": { - "hourly": "{{amount}} per hour", - "weekly": "{{amount}} per week", - "monthly": "{{amount}} per month", - "yearly": "{{amount}} per year", - "paycheck": "{{amount}} per paycheck" - }, "validations": { "accountName": "Account name is required", "routingNumber": "Routing number should be a number (9 digits)",