1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/laser/initSettings.sqf
Wakbub 70641c39a1
Laser/Laserpointer - Fix localization of laser ()
Add
- `laser`: Add Hungarian translation of laser.

Fix
- `laser`: Fix capitalization of laser.
- `laserpointer`: Fix Japanese translation of laser.
2022-05-02 18:53:18 -05:00

10 lines
231 B
Plaintext

private _category = [LELSTRING(common,categoryUncategorized), LLSTRING(laser)];
[
QGVAR(dispersionCount), "SLIDER",
LSTRING(dispersionCount_displayName),
_category,
[0, 5, 2, -1],
1
] call CBA_fnc_addSetting;