Skip to content

Commit

Permalink
Localize
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand38 committed Jun 8, 2020
1 parent 9921106 commit 4b9c790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addons/modules/functions/fnc_moduleUnpackStaticWeapon.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ if (_assistant isEqualTo objNull) exitWith {
[_gunner, {
params ["_successful", "_gunner", "_mousePosASL", "_assistant"];
[QEGVAR(ai,unpackStaticWeapon), [_gunner, _assistant, ASLToAGL _mousePosASL], _gunner] call CBA_fnc_targetEvent;
}, _assistant, "Static Weapon Facing"] call EFUNC(common,selectPosition);
}, _assistant, LSTRING(ModuleUnpackStaticWeapon_Facing)] call EFUNC(common,selectPosition);
3 changes: 3 additions & 0 deletions addons/modules/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,9 @@
<Key ID="STR_ZEN_Modules_ModuleUnpackStaticWeapon_Group">
<English>Unit group must contain two compatible weapon bags</English>
</Key>
<Key ID="STR_ZEN_Modules_ModuleUnpackStaticWeapon_Facing">
<English>Static Weapon Facing</English>
</Key>
<Key ID="STR_ZEN_Modules_GroupSide">
<English>Group Side</English>
<Russian>Сторона группы</Russian>
Expand Down

0 comments on commit 4b9c790

Please sign in to comment.