mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Localize vehicle names
This commit also removes the displaynameshort. We do not need it any longer.
This commit is contained in:
@@ -20,7 +20,7 @@ class VWGolf : Car {
|
||||
model = "\ca\wheeled2\VWGOLF\vwgolf.p3d";
|
||||
icon = "\ca\wheeled2\data\UI\Icon_VWGolf_CA.paa";
|
||||
picture = "\ca\wheeled2\data\UI\Picture_VWGolf_CA.paa";
|
||||
displayname = "Hatchback";
|
||||
displayname = $STR_VEH_NAME_VWGOLF_RED;
|
||||
class Library {
|
||||
libTextDesc = "The Wolkie is a German-made small family car, sold in US as the Bunny.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user