From 01d3d3657f4c67cb197b36b25e552994fff4b1b7 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 17 Mar 2026 22:48:17 +0100 Subject: [PATCH] hotfix(locales): added usage text for 411V car wagons --- src/locales/en.json | 1 + src/locales/pl.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index 9ff4438..078a214 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -314,6 +314,7 @@ "426Z": "solid cargo, vehicles", "426S": "loose cargo", "429W": "weatherproof cargo (coal, ore)", + "411V": "loose cargo (track ballast)", "441V": "hard coal, gravel", "627Z": "containers", "WB117": "gas, gas mixtures", diff --git a/src/locales/pl.json b/src/locales/pl.json index 2bf97a1..f186d86 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -313,6 +313,7 @@ "426S": "drobnica", "426Z": "ładunki skupione, pojazdy", "429W": "towary masowe odporne na warunki atmosferyczne (węgiel, ruda)", + "411V": "drobnica, ładunki sypkie (podsypka do torów)", "441V": "węgiel kamienny, żwir", "627Z": "kontenery", "WB117": "gaz, mieszaniny gazów",