Commit graph

111 commits

Author SHA1 Message Date
Translation updater bot 9bedc05481 Localisation updates from https://translatewiki.net.
Change-Id: I791a870a3f6311582a79dee7add0e6288ce5ec67
2019-11-26 11:43:35 +01:00
Translation updater bot f095fa4d2b Localisation updates from https://translatewiki.net.
Change-Id: I8bbf124ed562a547987a3fb3a00625725bc1e416
2019-11-08 09:48:40 +01:00
Translation updater bot 048712015b Localisation updates from https://translatewiki.net.
Change-Id: I1c0def7a098ced42ba743e15be58f5824c555224
2019-10-02 09:23:09 +02:00
Translation updater bot c4d6f25122 Localisation updates from https://translatewiki.net.
Change-Id: I4074ad8cd5f36afd615ac8ff24a920090b69d36c
2019-09-24 09:59:05 +02:00
Translation updater bot db00023c3f Localisation updates from https://translatewiki.net.
Change-Id: I1d5f315d76997d41fd1ec3e5d480b02fd1d08eb3
2019-09-19 10:00:18 +02:00
Translation updater bot 74a030f57b Localisation updates from https://translatewiki.net.
Change-Id: I17720664843e8152c33ec7b52e80b56cdf74162c
2019-09-16 09:57:20 +02:00
Translation updater bot 63823c13a7 Localisation updates from https://translatewiki.net.
Change-Id: I10fafaa8762dc84ad269b089d8ad0a57ffc135a5
2019-08-28 10:53:48 +02:00
Translation updater bot bd067129d6 Localisation updates from https://translatewiki.net.
Change-Id: I930aa7dd8d089404143d7baa8a89ab97a37cdb19
2019-07-15 08:35:25 +02:00
Translation updater bot 858967e560 Localisation updates from https://translatewiki.net.
Change-Id: I5cd6830f512d01b43da746a6caad2926a16c9352
2019-06-30 22:39:39 +02:00
Translation updater bot a2702e4510 Localisation updates from https://translatewiki.net.
Change-Id: I49b87798f936434d13c5e149804586b18ea9990e
2019-06-02 22:30:55 +02:00
Translation updater bot 0ed9b07e94 Localisation updates from https://translatewiki.net.
Change-Id: I41aca1d80f84c720c501f42def35911c2a71d588
2019-05-15 09:14:45 +02:00
Translation updater bot 8a80bf8d8a Localisation updates from https://translatewiki.net.
Change-Id: I3e411695d15f3b7f059bace3680d2058f6664750
2019-04-19 09:54:15 +02:00
Translation updater bot c76fd84441 Localisation updates from https://translatewiki.net.
Change-Id: I3ccab496e921a172bc4bd301634bf45b52cc2abd
2019-03-23 10:23:46 +01:00
Translation updater bot 614a07e2e4 Localisation updates from https://translatewiki.net.
Change-Id: Ic301179080b25bb275242fa99b757b19b5cc90ec
2019-03-12 22:29:32 +01:00
Translation updater bot 836765e115 Localisation updates from https://translatewiki.net.
Change-Id: I951d9a27a083e5398e1e9749683fb62aa88b5ce8
2019-03-05 22:42:59 +01:00
Translation updater bot b82837c08d Localisation updates from https://translatewiki.net.
Change-Id: I57d31ecf451496f6559a7379e012ec383dddda9d
2019-03-04 22:16:21 +01:00
Translation updater bot 9e9bacac0f Localisation updates from https://translatewiki.net.
Change-Id: I43a024fd2d365822f695440c4a40c54474eeeb49
2019-02-10 22:19:00 +01:00
Translation updater bot 02160df4e4 Localisation updates from https://translatewiki.net.
Change-Id: I5c2d6fcdee67ec1b4ba0efd3df3ecc0be1b47ddf
2019-01-28 22:27:20 +01:00
Translation updater bot 2d7fed5d01 Localisation updates from https://translatewiki.net.
Change-Id: I1128357e589e0237b5ee4c740948253802c39688
2019-01-17 09:12:59 +01:00
Translation updater bot b283c420a1 Localisation updates from https://translatewiki.net.
Change-Id: Ie0d76b355cab57c02f664d53103c27e78468a542
2019-01-13 22:13:47 +01:00
Translation updater bot c3b4da5cd1 Localisation updates from https://translatewiki.net.
Change-Id: If0eb09909666c2f8f4d0c36757f33037f024918b
2019-01-09 22:18:58 +01:00
Translation updater bot 04fbe5e60c Localisation updates from https://translatewiki.net.
Change-Id: I99397389dfa8b1fccca6a34390d529b0b403d46b
2019-01-08 22:30:12 +01:00
jenkins-bot cc9b178414 Merge "Add "wrapper" attribute to <templatestyles/>" 2019-01-06 22:31:14 +00:00
Translation updater bot 64078391b9 Localisation updates from https://translatewiki.net.
Change-Id: Iee85f645626b6a5e148bfc5c1c8df21161af71c4
2018-12-18 22:48:33 +01:00
Translation updater bot b564ed4ab2 Localisation updates from https://translatewiki.net.
Change-Id: I074cb49e50670eae8741c59b3f3e86713ab2dd5c
2018-12-03 22:35:33 +01:00
Translation updater bot d0e3624422 Localisation updates from https://translatewiki.net.
Change-Id: I336e7e58f2efd573a11944f9dc5d38cd49bdd07a
2018-11-04 22:42:43 +01:00
Brad Jorsch f7bf5a4e23 Add "wrapper" attribute to <templatestyles/>
The wrapper attribute may contain an extra CSS simple selector to
include when prefixing. For example, including a template as
<templatestyles src="..." wrapper="div.my-template"/> would transform

 .foo .bar { color:red; }

into

 .mw-parser-output div.my-template .foo .bar{color:red}

This can allow particular templates to opt in to the "styles are scoped
to the template itself" model that was desired by some when
TemplateStyles was being designed; the driving use case in the linked
task is doing so for the benefit of side-by-side comparisons of the
current and sandboxed versions of a template.

Bug: T200441
Change-Id: If49d4c5be31feca95abd21452238fd10ab1916b1
2018-10-17 14:17:59 -04:00
Translation updater bot 3283f8d26e Localisation updates from https://translatewiki.net.
Change-Id: Ic95b4fa042c896fa5cb77001752af811948ac742
2018-10-11 22:37:30 +02:00
Translation updater bot e8676a2bdd Localisation updates from https://translatewiki.net.
Change-Id: I08dd176576ee0bfb2b75c4c2a7a4472866e593df
2018-10-03 18:53:52 +02:00
Translation updater bot d403871c10 Localisation updates from https://translatewiki.net.
Change-Id: Ica3de34f53b45e5bb4bb8694f7adce1766051bfa
2018-09-26 13:46:19 +02:00
Translation updater bot 517bf8d5b9 Localisation updates from https://translatewiki.net.
Change-Id: Iad220b26f86ec4017c644c8f52af7ccb794b8aba
2018-09-08 10:40:06 +02:00
Translation updater bot 1db9f9a2e3 Localisation updates from https://translatewiki.net.
Change-Id: I564a2a65e69649078bad6f3710ccf580bb07f966
2018-09-03 22:15:37 +02:00
Translation updater bot 2f68d9337d Localisation updates from https://translatewiki.net.
Change-Id: I26589d3fb4f725aaae4156720a8a57ef85e7374d
2018-08-26 22:32:55 +02:00
Translation updater bot 45f43303cf Localisation updates from https://translatewiki.net.
Change-Id: I7a1cf25c1c937ee53a84726516da998e802f2b4e
2018-08-21 23:38:54 +02:00
Translation updater bot 53e1a6b361 Localisation updates from https://translatewiki.net.
Change-Id: I0d6f42b3e038f69b4aca28e1b67d1a3b4a8253fa
2018-08-16 22:28:54 +02:00
Translation updater bot 5745d8c85d Localisation updates from https://translatewiki.net.
Change-Id: I8f51f677bf8c4b9acdc5a1bd979a5dc40405ccb2
2018-08-15 22:18:50 +02:00
Translation updater bot f261a6b22e Localisation updates from https://translatewiki.net.
Change-Id: Ia8701d41a75b8f237e6568647560415efe5769a4
2018-08-12 22:17:59 +02:00
Translation updater bot 576f794b41 Localisation updates from https://translatewiki.net.
Change-Id: I38812ae94861c39799999efe16fd0f470a89e63a
2018-08-11 22:18:29 +02:00
Translation updater bot 23378fbb50 Localisation updates from https://translatewiki.net.
Change-Id: I1316d1bb67c8210f01c82cfdea131534a54a47c5
2018-08-10 22:19:04 +02:00
Translation updater bot ef8dc9b5d2 Localisation updates from https://translatewiki.net.
Change-Id: Ib452f72c4f5bc4ee1cee9976ef12cf0834d6ae02
2018-08-09 22:24:13 +02:00
Translation updater bot af18a27e2a Localisation updates from https://translatewiki.net.
Change-Id: Ib44176708cc8f516ed2bf2c3e6e0de7dc105471b
2018-08-07 22:32:10 +02:00
Translation updater bot b929604657 Localisation updates from https://translatewiki.net.
Change-Id: Icf1e102da7b46a2644b1eb4ea8f2d7b910da96a3
2018-08-02 22:19:34 +02:00
Translation updater bot 7ea6d665d0 Localisation updates from https://translatewiki.net.
Change-Id: I6baf43c4a64b5f8e59520285207b9a28fe839f70
2018-07-24 22:10:07 +02:00
Translation updater bot 86571e95ca Localisation updates from https://translatewiki.net.
Change-Id: Ib4ba8d1148ef8c7f311e6f1b128aab4905298e0d
2018-07-21 22:12:04 +02:00
Translation updater bot df29ffa093 Localisation updates from https://translatewiki.net.
Change-Id: I7eac73a455ac7dca7fca50e076718d3c5d4b76c9
2018-07-19 22:31:06 +02:00
Translation updater bot 5c147f2709 Localisation updates from https://translatewiki.net.
Change-Id: I5fdb366fa2fcd78be57991e875317d9e32d89639
2018-07-09 22:11:21 +02:00
Translation updater bot 47af24dac1 Localisation updates from https://translatewiki.net.
Change-Id: I03307a8189bf3feb56234ea0912a1e91cdc3e8ad
2018-06-27 22:20:29 +02:00
Translation updater bot 3c7846be7a Localisation updates from https://translatewiki.net.
Change-Id: I5fafbae348a23f0110bc72b15078a44be8a1f134
2018-06-24 22:26:01 +02:00
Translation updater bot af8c08bf02 Localisation updates from https://translatewiki.net.
Change-Id: I49815364a3180f61fbb8b62dabe42570e662092f
2018-06-20 23:11:50 +02:00
Translation updater bot f4e03b5426 Localisation updates from https://translatewiki.net.
Change-Id: I36015ebfac8c190e1317d7d2fdfd8c0a8a272260
2018-06-14 22:44:45 +02:00