We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed3b03 commit 7538419Copy full SHA for 7538419
tools/locale.lua
@@ -22,7 +22,7 @@ local function loadLocaleFile(filePath)
22
end
23
goto CONTINUE
24
25
- local comment = line:match '%-%- TODO.+$'
+ local comment = line:match '%s*%-%- TODO.+$'
26
if comment then
27
line = line:sub(1, - #comment - 1)
28
0 commit comments