From f48d1bae20c20f5e255b19d2f5ed53760c37d4c9 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Fri, 8 Nov 2024 22:29:24 +0000 Subject: [PATCH] Fixing English translation for minmass and maxmass --- src/app/i18n/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/i18n/en.json b/src/app/i18n/en.json index eba7f829..1290640c 100644 --- a/src/app/i18n/en.json +++ b/src/app/i18n/en.json @@ -276,8 +276,10 @@ "thermres": "Thermal resistance", "wepcap": "Weapons capacity", "weprate": "Weapons recharge rate", + "minmass": "Minimum mass", "minmass_sg": "Minimum hull mass", "optmass_sg": "Optimal hull mass", + "maxmass": "Maximum mass", "maxmass_sg": "Maximum hull mass", "minmul_sg": "Minimum strength", "optmul_sg": "Optimal strength",