[00:32:14] Hi everyone :) [00:32:37] I'm trying to make translatable that template (outdated): https://www.wikidata.org/wiki/Template:Outdated [00:33:43] But now say that the page hasn't marked changes to be translated. [08:48:11] Good morning Lydia_WMDE [08:49:03] hey multichill [09:21:10] Does anyone know how to do a sparql query that returns the 1000 most needed translations? Similar to: https://tools.wmflabs.org/wikidata-terminator/?list&lang=de [09:37:02] there is a difference between most needed and most requested. For the first there is something the latter is the most relevant [09:49:58] GerardM, True. But if any of the two can attrat translators it would still be good idea? [09:50:32] You get 100.000 references to Chinese cities and authorities first [09:50:37] And I would also like it to do the same for properties if that is possible. [09:51:32] so far, there has been little interest in how to make Wikidata sing.. It is mostly about how Wikidata can be extende [09:51:34] d [09:51:48] I know about that problem. But if I know how it works I can maybe filter it to be specific to either a language of wikipedia and/or a wikiproject scope [09:53:00] GerardM, for example this one: [09:53:01] https://query.wikidata.org/#%23%20Items%20that%20have%20country%20%3D%20Armenia%2C%20have%20an%20Armenian%20label%20and%20are%20missing%20and%20English%20label%0ASELECT%20%3Fitem%20%3FitemLabel%20%3FarmenianLabel%20WHERE%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP17%20wd%3AQ399%20.%0A%20%20%20%20%3Fitem%20rdfs%3Alabel%20%3FarmenianLabel%20filter%20%28lang%28%3FarmenianLabel%29%20%3D%20%22hy%22%29%20.%0A%09filter%20not%20exists [09:53:01] %20%7B%20%3Fitem%20rdfs%3Alabel%20%3Fmissinglabel%20filter%20%28lang%28%3Fmissinglabel%29%20%3D%20%22en%22%29%20%7D%20.%0A%20%20%09SERVICE%20wikibase%3Alabel%20%7B%0A%09%09bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22%20.%0A%09%7D%0A%7D [20:19:50] Hey, uh... how do I merge two data points? [20:20:04] Q234604 and Q16137756 [20:33:46] AdamCuerden: see https://www.wikidata.org/wiki/Help:Merge - there's a gadget you can enable in the preferences [20:37:11] Thanks! [20:40:47] And done! Cheers, Nikki! [20:41:41] yuvipanda: Hi, got some time to have a look at the uWSGI web service? :) [20:48:59] you're welcome :) [20:54:48] d3r1ck is Sunday night for me just now so probably not. I'm also close to getting uwsgi working on kubernetes which should fix this problem anyway so I'm going to focus on that. You should also not use ten workers for testing :) [20:55:03] Am heading off now I'll ping you when I have something for you to test :) [20:57:50] yuvipanda: Ok, I will be waiting for your ping. Also, I will use 2 workers for testing :) [20:58:39] Thanks.