00:00:52 hello 00:02:22 because gui code changes often i did a lupdate `find src -name \*.qml` -ts translations/*.ts -no-obsolete 00:03:02 but translations files were almost empy after 00:13:28 lupdate qml.qrc -ts translations/monero-core.ts 00:13:34 paoslo ^ 00:18:45 ok xiphon i'll try. 01:30:08 Updating 'translations/monero-core.ts'... 01:30:09     Found 0 source text(s) (0 new and 0 already existing) 01:30:10     Kept 697 obsolete entries 01:30:17 again same empty file 11:02:25 hello 11:02:41 how to update qml files for translate 11:02:51 lupdate qml.qrc -ts translations/monero-core.ts 11:02:53 dont work 11:24:40 pinging ErCiccione[m] 11:25:02 ok 11:25:45 I have that command somewhere i have to look it up. Why do you want to update the translations btw paoslo? 11:26:36 btw strings need to be updated on the repository on weblate or we would get conflicts. 11:28:10 because source changes so translation remains english on too much text 11:29:32 If it's a new source, yes, otherwise weblate will pick up the string somewhere else. Right now we cannot update the strings because we are still waiting for some strings to be reviewed. 11:29:48 I cannot commit the changes + the refresh of the strings until that is done 11:31:09 how to update with lupdate outside of weblate 11:31:17 there are a lot of lines 11:33:03 You can update your local strings with lupdate, but better to just wait until it's done upstream. The command you used should be good. Make sure to run it from the root of the repo 11:34:11 i run it from root 11:34:15 and failed 11:37:20 works for me: `lupdate qml.qrc -ts translations/monero-core.ts -no-obsolete` 11:40:40 lupdate version 4.8.7 11:40:46 same 11:40:51 output 11:41:11 Found 0 source text(s) (0 new and 0 already existing) 11:41:12     Removed 697 obsolete entries 11:43:49 i'm using version 5.9.5 but that shouldn't make any difference. 11:44:17 regardless, as i was saying lupdating your local repository is not really beneficial 11:44:29 unless you want to test stuff or whatever 11:45:44 if i install 5.9.5 maybe works? 11:47:21 ¯\_(ツ)_/¯ 11:48:03 strange is that the only that remains after running lupdate is http://paste.debian.net/1184253/ 11:55:17 any suggestion? 11:56:46 That's strange indeed. Try using a newest version, if that doesn't work i have no idea 11:58:16 ok 11:58:51 u install from apt or compiled from source 12:00:34 apt 19:01:23 hello 19:02:20 lupdate qml.qrc -ts translations/monero-core.ts -no-obsolete   updates only monero-core.ts 19:02:56 if i do lupdate qml.qrc -ts translations/monero-core_whatever_language.ts -no-obsolete  dont work 19:34:59 anyone hre