Tools: Display script line in translation files

This commit is contained in:
Laurent Cozic
2019-12-18 10:21:36 +00:00
parent eabbbba0c7
commit 0f5192bf19
+1 -1
View File
@@ -87,7 +87,7 @@ async function createPotFile(potFilePath, sources) {
baseArgs.push('--copyright-holder="Laurent Cozic"');
baseArgs.push('--package-name=Joplin-CLI');
baseArgs.push('--package-version=1.0.0');
baseArgs.push('--no-location');
// baseArgs.push('--no-location');
baseArgs.push('--keyword=_n:1,2');
for (let i = 0; i < sources.length; i++) {