12:39:16 I realized only now that the monero-wallet-gui.pro file is gone. What's the best way to update the translation files now? 12:40:03 i used to do `lupdate -pro monero-wallet-gui.pro -ts translations/monero-core.ts -no-obsolete` 14:29:48 what happens if you do it without -pro 14:53:33 It doesn't know where to find the strings. 0 sources of text 14:53:39 selsta ^ 14:54:14 would be possible to have the -pro file back only for translations? 14:54:40 no, we will have to look into how to do this without .pro file 14:57:23 I see. Should i open an issue about it? I cannot push/update translations until we have a solution 15:09:13 ErCiccione[m]: try lupdate -extensions qml 15:09:34 instead of -pro do -extension 15:12:35 same. Doesn't found sources (Found 0 source text(s))