aboutsummaryrefslogtreecommitdiff
path: root/tools/extract-tr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/extract-tr.sh')
-rwxr-xr-xtools/extract-tr.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/extract-tr.sh b/tools/extract-tr.sh
index 30bfa71df..0375a1f21 100755
--- a/tools/extract-tr.sh
+++ b/tools/extract-tr.sh
@@ -117,7 +117,9 @@ pot_header() ->
"\"Last-Translator: Translator name and contact method\\n\"",
"\"MIME-Version: 1.0\\n\"",
"\"Content-Type: text/plain; charset=UTF-8\\n\"",
- "\"Content-Transfer-Encoding: 8bit\\n\""],
+ "\"Content-Transfer-Encoding: 8bit\\n\"",
+ "\"X-Poedit-Basepath: ../../src\\n\"",
+ "\"X-Poedit-SearchPath-0: .\\n\""],
io_lib:nl()).
err(Format, Args) ->