[10:39:55] Hi need some help in reviewing a patch that I submitted. I have added some error messages and would appreciate if someone could review it for grammatical errors and see if they are sufficiently descriptive... https://gerrit.wikimedia.org/r/#/c/194466/2/languages/i18n/en.json , https://gerrit.wikimedia.org/r/#/c/194466/2/languages/i18n/qqq.json [10:40:16] thanks [17:29:48] hi [17:29:56] are you responsible for mailinglists? [17:30:42] Sure. [17:38:10] Nemo_bis: is there a possibility to get a list? [17:38:18] any requirements? [17:41:18] Juandev: see https://meta.wikimedia.org/wiki/Mailing_lists#Create_a_new_list [17:41:26] okay [18:22:47] Hello, I need help with the common.css. Kann somebody tell me, how I can hide the protect and delete Buttons on definied pages? [18:25:59] I don't think you can accomplish that with CSS only [18:26:19] it's possible [18:26:28] enwiki also does it [18:27:04] (Which usually means it's a bad thing.) [18:27:13] #ca-delete is the id, I think [18:27:59] deleting enwiki's main page is not even possible [18:28:39] So, did you mean this: https://en.wikipedia.org/wiki/MediaWiki:Common.css? [18:29:15] body.page-Main_Page #ca-delete { [18:29:15] display: none !important; [18:29:15] } [18:29:19] I guess [18:29:24] (for delete) [18:29:45] OK, thank you, I will try it [18:32:58] When my main page has an other name than Main Page, how can i change this? Shoud I write body.page-New_Main_Page_Name for example? [18:34:15] likely [18:46:01] Sorry, but I do not work. Is there a problem when im using the Namespacce? [18:49:39] what is your Main Page called? [18:50:29] Its called: Projekt:Hauptseite [18:53:14] Luke081515: use + instead of : for the CSS class [18:53:17] ugh [18:53:18] use _ [18:53:48] there should be no problems with that CSS for this case, apart from that [18:54:59] So, you mean I should use this? body.page-Projekt:Hauptseite #ca-delete { [18:54:59] display: none !important; [18:54:59] } [18:56:05] you want body.page-Project_Hauptseite [18:56:18] OK, I try it, thank you [18:56:32] *Projekt, of course :) [18:57:42] It works, thank you [19:21:53] Hi! Block log in spanish has turned english, for some reason or other [19:21:55] https://es.wikipedia.org/w/index.php?title=Especial%3ARegistro&type=block&user=&page=&year=&month=-1&uselang=es [19:22:27] Savh: https://translatewiki.net/wiki/special:translate/core [19:22:39] Breaking news: the software doesn't translate itself on its own [19:22:56] MediaWiki:Logentry-block-block is the message [19:22:59] But those have existed for years [19:25:56] https://translatewiki.net/wiki/MediaWiki:Logentry-block-block/es < exists, though recently created. Something changed in the core? Why weren't the old translations recycled? [19:26:25] https://www.mediawiki.org/wiki/Localisation#Avoid_message_reuse [19:27:22] Or https://www.mediawiki.org/wiki/Localisation#Changing_existing_messages [19:35:36] But in this case, it wasn't a whole different message, it would have been an outdated message. [19:36:43] Savh: the log entry system in core was recently changed to use different messages which are easier to localize (AIUI) [19:37:42] That's a far more reasonable explanation than [20:22:38] Nemo_bis Breaking news: the software doesn't translate itself on its own [19:38:12] Thank you, legoktm. :)