summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-22 18:07:36 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-06-22 18:07:36 +0300
commite788592a88fbf5cc4d3e04e80e06ca4df7fad879 (patch)
tree57cfada07a68b1eb8ed8687632084aab206cf231 /tools
parentUpdate extract-tr.sh script (diff)
Generate paths for poedit
Diffstat (limited to 'tools')
-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 30bfa71d..0375a1f2 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) ->