Localize vehicle names

This commit also removes the displaynameshort. We do not need it any longer.
This commit is contained in:
A Man
2019-11-18 19:02:02 +01:00
parent 5c3f21626b
commit e36e3cc429
35 changed files with 607 additions and 147 deletions

View File

@@ -285,7 +285,7 @@ class ArmoredSUV_PMC_DZ: ArmoredSUV_Base_PMC
scope = public;
side = 2;
faction = "PMC_BAF";
displayName = "SUV (Armored) DZ";
displayName = $STR_VEH_NAME_SUV_ARMORED;
crew = "";
armor = 80;
typicalCargo[] = {};
@@ -355,8 +355,8 @@ class ArmoredSUV_PMC_DZE: ArmoredSUV_Base_PMC
scope = public;
side = 2;
faction = "PMC_BAF";
displayName = $STR_VEH_NAME_SUV_ARMORED;
armor = 80;
displayName = "SUV (Armored) AL";
crew = "";
typicalCargo[] = {};
class TransportMagazines {};