View Issue Details

IDProjectCategoryView StatusLast Update
0007745Talerotherpublic2023-09-23 15:09
Reportersebasjm Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.3Fixed in Version0.9.3 
Summary0007745: pogen doesnt work with double quotes
Descriptionsomehow it creates invalid format

see commit https://git.taler.net/wallet-core.git/commit/?id=f99e1522d1114eeda6bd7ff3aea91421699c783c

error was

Error: Command failed: msgmerge -o 'src/i18n/de.po' 'src/i18n/de.po' 'src/i18n/taler-merchant-backoffice.pot'
src/i18n/taler-merchant-backoffice.pot:1986: missing 'msgstr' section
src/i18n/taler-merchant-backoffice.pot:1986:29: syntax error
src/i18n/taler-merchant-backoffice.pot:1986: keyword "$s" unknown
src/i18n/taler-merchant-backoffice.pot:2462: missing 'msgstr' section
src/i18n/taler-merchant-backoffice.pot:2462:36: syntax error
src/i18n/taler-merchant-backoffice.pot:2462: keyword "$s" unknown
msgmerge: found 6 fatal errors

    at checkExecSyncError (node:child_process:885:11)
    at Object.execSync (node:child_process:957:15)
    at Object.main (/home/sebasjm/Work/taler/taler-docker/development/base/wallet.git/packages/pogen/lib/pogen.js:35:31)
    at Object.<anonymous> (/home/sebasjm/Work/taler/taler-docker/development/base/wallet.git/packages/pogen/bin/pogen:2:28)
    at Module._compile (node:internal/modules/cjs/loader:1254:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1308:10)
    at Module.load (node:internal/modules/cjs/loader:1117:32)
    at Module._load (node:internal/modules/cjs/loader:958:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
  status: 1,


example of translation

#: src/paths/admin/list/index.tsx:89
#, c-format
msgid "Instance \\"%1$s\\" (ID: %2$s) has been deleted"
msgstr ""
TagsNo tags attached.

Activities

Florian Dold

2023-04-14 16:06

manager   ~0020094

Should be fixed in f18305776167a3838245fd7d, please check!

Issue History

Date Modified Username Field Change
2023-03-06 23:16 sebasjm New Issue
2023-03-06 23:16 sebasjm Status new => assigned
2023-03-06 23:16 sebasjm Assigned To => Florian Dold
2023-04-04 15:51 Florian Dold Target Version git (master) => 0.9.3
2023-04-14 16:06 Florian Dold Assigned To Florian Dold => sebasjm
2023-04-14 16:06 Florian Dold Status assigned => feedback
2023-04-14 16:06 Florian Dold Note Added: 0020094
2023-04-24 19:38 sebasjm Status feedback => resolved
2023-04-24 19:38 sebasjm Resolution open => fixed
2023-09-23 15:07 Christian Grothoff Fixed in Version => 0.9.3
2023-09-23 15:09 Christian Grothoff Status resolved => closed