Skip to content

Commit

Permalink
move string from frag
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Jan 5, 2025
1 parent 626faa5 commit a8b1ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
6 changes: 3 additions & 3 deletions addons/frag/initSettingsDebug.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ private _category = format ["ACE %1", LLSTRING(Module_DisplayName)];
QGVAR(debugOptions),
"CHECKBOX",
[LSTRING(EnableDebugTrace), LSTRING(EnableDebugTrace_Desc)],
[_category, LSTRING(Debug)],
[_category, ELSTRING(common,Debug)],
true
] call CBA_fnc_addSetting;

[
QGVAR(dbgSphere),
"CHECKBOX",
[LSTRING(HitSphereEnable), LSTRING(HitSphereEnable_Desc)],
[_category, LSTRING(Debug)],
[_category, ELSTRING(common,Debug)],
false
] call CBA_fnc_addSetting;

[
QGVAR(drawHitBox),
"CHECKBOX",
[LSTRING(DrawHitBox), LSTRING(DrawHitBox_Desc)],
[_category, LSTRING(Debug)],
[_category, ELSTRING(common,Debug)],
true
] call CBA_fnc_addSetting;
11 changes: 0 additions & 11 deletions addons/frag/stringtable.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="Frag">
<Key ID="STR_ACE_Frag_Debug">
<English>Debug</English>
<French>Debug</French>
<Spanish>Debug</Spanish>
<Italian>Debug</Italian>
<Russian>Отладка</Russian>
<German>Debug</German>
<Korean>디버그</Korean>
<Japanese>デバッグ</Japanese>
<Chinesesimp>开发者模式</Chinesesimp>
</Key>
<Key ID="STR_ACE_Frag_DrawHitBox">
<English>Draw Hitboxes</English>
<French>Afficher les hitboxes</French>
Expand Down

0 comments on commit a8b1ccf

Please sign in to comment.