mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 00:07:14 +03:00
l10n script: TODO: issue with LANG above *for* above, not current
This commit is contained in:
parent
83f3f09882
commit
4f481cc703
@ -100,6 +100,9 @@ def extract_comments(call: ast.Call, lines: list[str], file: pathlib.Path) -> Op
|
||||
out = current_comment
|
||||
|
||||
elif above_comment is not None:
|
||||
# TODO: Is this comment actually for the line it is on, i.e. also
|
||||
# contains a _(...) call ? If so, then the comment is *not*
|
||||
# for **this** line.
|
||||
out = above_comment
|
||||
|
||||
elif bad_comment is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user