mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-26 21:12:59 +02:00
Tools: Display script line in translation files
This commit is contained in:
parent
eabbbba0c7
commit
0f5192bf19
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user