mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 23:20:50 +03:00
localize
This commit is contained in:
@@ -20,7 +20,7 @@ _hasTools = true;
|
|||||||
if (!(_x in _items)) exitWith {
|
if (!(_x in _items)) exitWith {
|
||||||
_hasTools = false;
|
_hasTools = false;
|
||||||
_missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName");
|
_missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName");
|
||||||
cutText [format["Missing tool %1", _missing] , "PLAIN DOWN"];
|
cutText [format[(localize "STR_EPOCH_ACTIONS_13"), _missing] , "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
} forEach _tools;
|
} forEach _tools;
|
||||||
_hasTools
|
_hasTools
|
||||||
|
|||||||
Reference in New Issue
Block a user