mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add - `laser`: Add Hungarian translation of laser. Fix - `laser`: Fix capitalization of laser. - `laserpointer`: Fix Japanese translation of laser.
10 lines
231 B
Plaintext
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;
|