Provide source code filename in *.po, so editors can show the source code

This commit is contained in:
Badlop 2019-02-22 11:57:47 +01:00
parent 17a59b795f
commit 4947e97ccd
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ format_location_list(L) ->
"#: " ++ string:join(
lists:map(
fun({File, Pos}) ->
io_lib:format("~s:~B", [File, Pos])
io_lib:format("~s.erl:~B", [File, Pos])
end, L),
" ") ++ io_lib:nl().