Translation updater bot
157130b75a
Localisation updates from https://translatewiki.net .
...
Change-Id: I75ed92076fad74276c9ed0c176aed183bc7c0a23
2020-03-02 09:09:02 +01:00
Translation updater bot
1fc962e1fa
Localisation updates from https://translatewiki.net .
...
Change-Id: I79fcb110c036c2533e9123b9faad4bea3c60a95d
2020-02-27 08:36:09 +01:00
Translation updater bot
fd79d68049
Localisation updates from https://translatewiki.net .
...
Change-Id: Ife3c127de785f3d436f676c4d6f4370b220358a1
2020-02-24 09:02:03 +01:00
Translation updater bot
5684c8823e
Localisation updates from https://translatewiki.net .
...
Change-Id: I59d1cfeae8f911fab2b95af322aedec0d1d66b0d
2020-02-19 08:23:11 +01:00
Translation updater bot
247e80d781
Localisation updates from https://translatewiki.net .
...
Change-Id: I5c9efab6cce150f6c58f2dc8dc9fba39c2f0cf7e
2020-02-17 08:45:44 +01:00
Translation updater bot
e1423ecaf4
Localisation updates from https://translatewiki.net .
...
Change-Id: I6e0628876b7b6bc397924d4e9b1b62d7c8516f03
2020-02-14 08:25:22 +01:00
Translation updater bot
ac2edf5f57
Localisation updates from https://translatewiki.net .
...
Change-Id: I125e052175b48a2cb2a44865a682b6cb88a6d676
2020-02-13 08:54:21 +01:00
Translation updater bot
cb30637732
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia93d4b3cf054b9c24a8b9eadd954c624354104dd
2020-02-11 08:18:57 +01:00
Translation updater bot
efaba3aef0
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia7bafb7deb9353cdd95e598d924ef4e08e517116
2020-02-10 08:32:57 +01:00
Translation updater bot
36285bb9f7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifaebba26a97fb0737d623da5834121a97c9a76dd
2020-02-07 09:57:04 +01:00
Translation updater bot
fe43bbbc8a
Localisation updates from https://translatewiki.net .
...
Change-Id: Icb2ddad2fd37bffff96c13e5434016d0fa2913d3
2020-02-06 08:19:00 +01:00
Adam Wight
f2bd6b6dcc
Revert "Standardize "follow" validation"
...
This reverts commit a3d312c8f4
.
Bug: T240858
Change-Id: I3bee35f27797a04c41c265f7e598d8383414b67a
2020-02-05 11:42:28 +01:00
Adam Wight
b15f1b81a0
Revert "Remove "follow" special case from ReferencesFormatter"
...
This reverts commit 38122d91cd
.
Bug: T240858
Change-Id: I7198d5534acded94bc83962262c4cdfed9782454
2020-02-05 11:42:27 +01:00
Translation updater bot
f9dc478a46
Localisation updates from https://translatewiki.net .
...
Change-Id: I9131c0d08d28ae4ed040bb7709a5a0b87b7c2562
2020-02-05 08:18:41 +01:00
Adam Wight
38122d91cd
Remove "follow" special case from ReferencesFormatter
...
This is unreachable, now that broken follow refs fail validation.
Bug: T240858
Change-Id: I77faeaac4bc53632ab8b82bff7e335ee8c99dfa5
2020-02-03 12:27:57 +01:00
Translation updater bot
402eadfbec
Localisation updates from https://translatewiki.net .
...
Change-Id: I6a0114644b710e58aaa5ddc5d1c4565d86fe728d
2020-02-03 08:26:22 +01:00
jenkins-bot
a8d94a19a2
Merge "Standardize "follow" validation"
2020-01-31 12:36:34 +00:00
Translation updater bot
ab6ee3f38d
Localisation updates from https://translatewiki.net .
...
Change-Id: I2c51d0f775cf4f1fe0141caaf15eca08ed1c5239
2020-01-31 09:52:39 +01:00
Adam Wight
a3d312c8f4
Standardize "follow" validation
...
Perform the validation in validateRef, and display a new error message for
broken "follow" refs. This changes existing behavior, where broken folow
ref content is arbitrarily displayed at the top of the references list and
no error is rendered.
Thanks to weasely wording, the new error can later be reused for "extends"
errors.
Bug: T240858
Change-Id: I506e4dcd1151671f5302ecd99581145d979d8124
2020-01-30 17:25:42 +00:00
Translation updater bot
ac7ca48ba1
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifc2f8be9798a7145bc59a50af15e460f4c0e7c12
2020-01-29 08:18:10 +01:00
Translation updater bot
ebf2558f90
Localisation updates from https://translatewiki.net .
...
Change-Id: If803b51ecc244650221dfa0f1af2019d3d09356d
2020-01-28 08:24:50 +01:00
Raymond
cb85569d1f
Remove unneeded nowiki
...
[[MediaWiki:...]] are rendered as normal wikilinks. I see no need to
wrap them by <nowiki>.
Change-Id: I5688ad18bfeffad68de88e85947343c74c9150b3
2020-01-25 17:16:51 +01:00
Thiemo Kreuz
816b1b0add
Remove newline characters from all error messages
...
These create bogus output, depending on the surrounding wikitext the
<ref> tag is used in. For example, this example wikitext:
* Example.<ref name="1">a</ref> More text.
… will be rendered with the "More text" sentence wrapped on the next
line, outside of the list. However, this does *not* happen in many of
the localizations, e.g. German, because many Tanslatewiki translators
did not copied the bogus \n. Why should they.
TL;DR: These newline characters either do nothing, or destroy the output.
In both cases the proper fix is to replace them with spaces.
Some of the test cases touched in this patch demonstrate the issue.
Change-Id: I395a40637a5293eda1f477963d252ce1a215f8b2
2020-01-24 12:29:14 +01:00
Thiemo Kreuz
51d55bb8de
Introduce dedicated error message for nested <ref extends=…>
...
This resolves another TODO. Since this is an intentional limitation in
the design of the feature, I find it pretty signigicant to give it it's
own error message.
Note that the text does not need to be perfect, just good enough for now.
We will review all error messages later via T238188.
Bug: T242141
Change-Id: Id9c863061e855350320131e81f6702c8810736f4
2020-01-23 15:00:26 +01:00
Translation updater bot
832a7ff9b8
Localisation updates from https://translatewiki.net .
...
Change-Id: I4ef7e3bcb801761d4aa9d840d683d24452d93d7b
2020-01-22 08:29:41 +01:00
Translation updater bot
b62d6e6fd4
Localisation updates from https://translatewiki.net .
...
Change-Id: If4269f4cc52b21fd7d315c1c0d5de3ad7c82332a
2020-01-21 08:15:50 +01:00
Translation updater bot
e555485825
Localisation updates from https://translatewiki.net .
...
Change-Id: I60e6144fe1fc1a080e453245f968324422c10e1b
2020-01-20 08:48:30 +01:00
jenkins-bot
385eb42bab
Merge "Fix for nested #tag:references"
2020-01-17 08:43:51 +00:00
Adam Wight
1c947a808d
Fix for nested #tag:references
...
It's possible to nest <references> by using tricky constructs like the
{{#tag function, and this breaks our rollback logic. Try to show normal
output, otherwise show an error.
Includes regression tests.
Bug: T242437
Change-Id: I33e497cdf8508ce7ccb7f0f315c00af5eee47d0e
2020-01-15 12:44:29 +01:00
Translation updater bot
2691237121
Localisation updates from https://translatewiki.net .
...
Change-Id: I5b4f429de277f3f629a497527a043b0b64e591ad
2020-01-15 09:53:22 +01:00
Translation updater bot
25a13e0e69
Localisation updates from https://translatewiki.net .
...
Change-Id: I1c6364e9d38f8b1ed0e1d0767b8175319bc3d83d
2020-01-13 09:09:49 +01:00
Translation updater bot
81f676e35f
Localisation updates from https://translatewiki.net .
...
Change-Id: I338684fcfcd5827a957ce40dc340ad51e56c5ed6
2020-01-10 08:34:04 +01:00
Translation updater bot
5aff516ccb
Localisation updates from https://translatewiki.net .
...
Change-Id: I0b59e4d7f12ce70b88fbbf46d76f2ec7c6baf4f8
2020-01-09 08:28:37 +01:00
Translation updater bot
612be4396b
Localisation updates from https://translatewiki.net .
...
Change-Id: Iabc33a6d75ed662ed928cb83ad54c47b97e39807
2020-01-08 08:41:55 +01:00
Translation updater bot
c8ed9fe18e
Localisation updates from https://translatewiki.net .
...
Change-Id: I0aabcffb2a955650c0e34c5dc51dab0cb546f773
2020-01-07 08:47:49 +01:00
jenkins-bot
ce5dc41597
Merge "Correction to error message"
2020-01-06 12:48:29 +00:00
Translation updater bot
40d3cb1e8c
Localisation updates from https://translatewiki.net .
...
Change-Id: I62aafceebc2aa593c9d163fc9966e675dec9de79
2020-01-06 08:48:26 +01:00
Translation updater bot
15fc463994
Localisation updates from https://translatewiki.net .
...
Change-Id: I0486c53563c6bf1aacd51e48b51f0395d30794c3
2020-01-03 08:44:57 +01:00
Translation updater bot
94e47e5908
Localisation updates from https://translatewiki.net .
...
Change-Id: I689527e190c21c11c5efa605a4c8680f6ebb9a8c
2020-01-02 08:57:51 +01:00
jenkins-bot
5c09f8de16
Merge "Clean up i18n messages"
2019-12-29 21:30:05 +00:00
Translation updater bot
78f7e4e276
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib464e48e4d818a76e8c5ca66b54fdaa600f66e22
2019-12-29 20:40:09 +01:00
Translation updater bot
f888533855
Localisation updates from https://translatewiki.net .
...
Change-Id: I9f15597897901de8c682f335fc33bcdd04ac168b
2019-12-26 16:18:56 +01:00
Translation updater bot
d5dccb0e1b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib064b4e168f8c15abbaaa3f3e48a75f243ef2d8b
2019-12-24 10:01:27 +01:00
Translation updater bot
001c3563e4
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifc0189e07a7ecce26de1d50904dfeedf6d01c2d0
2019-12-22 17:40:12 +01:00
Adam Wight
7bde21d49a
Correction to error message
...
In historical versions of the Cite extension, unclosed <ref> tags were
sometimes caught and rendered as another, unrelated validation error.
This is no longer the case thanks to a more accurate check for
unclosed <ref> tags.
Remove user-facing text explaining the edge condition.
Change-Id: Ic27e120213e39e3774ad7c8ee76eabd2faa74234
2019-12-20 13:33:21 +01:00
Adam Wight
475d2aeb75
Clean up i18n messages
...
* Standardize "Parameters" sections.
* Drop "Cite extension" because it's redundant with the
translatewiki.net interface.
* Add missing documentation.
Change-Id: If35a80fe6d47d87fa640b3cc454ccbe65f36ba60
2019-12-20 10:58:29 +01:00
Translation updater bot
50c559c7d8
Localisation updates from https://translatewiki.net .
...
Change-Id: I1fbcf34a10685b30b142fd4d08fd5f22ae3e43d5
2019-12-17 10:06:57 +01:00
Translation updater bot
aae8297f0f
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic8c6bd20bda69a653ee66c91b73119b8be13da68
2019-12-13 09:27:39 +01:00
Translation updater bot
ef98c9826d
Localisation updates from https://translatewiki.net .
...
Change-Id: Id2e702414c89a42bc04f6f080fd08443da15ff94
2019-12-12 09:56:19 +01:00
Translation updater bot
647640f1a4
Localisation updates from https://translatewiki.net .
...
Change-Id: I917901bc6de019082c5567b6296d603481d6f679
2019-12-10 09:29:05 +01:00
Translation updater bot
f0d964260d
Localisation updates from https://translatewiki.net .
...
Change-Id: I288c44b26a18d3fa46e9f71b6b5f7509bcd1fc1b
2019-12-09 09:33:57 +01:00
Adam Wight
484205c7b5
Shorten description for Special:Version
...
Naming the tag is consistent with other extensions. Going into detail
about specific attributes or closing the XML tag is unnecessary.
Change-Id: I0c81707222fcf18d12a313d4d3973bf77848eddd
2019-12-06 14:12:20 +01:00
Translation updater bot
a3c589ac42
Localisation updates from https://translatewiki.net .
...
Change-Id: I55a4fa4edb32bd6b7df74083bd278aea5573f760
2019-12-06 09:29:33 +01:00
Translation updater bot
350bba502a
Localisation updates from https://translatewiki.net .
...
Change-Id: I1fc295815f12480d430893e78e4d6d28d8261afd
2019-12-04 09:22:40 +01:00
Translation updater bot
596592abbb
Localisation updates from https://translatewiki.net .
...
Change-Id: I13cc58db3676d5019f4c14cc9d9f5dab0412e1b6
2019-12-02 09:19:54 +01:00
jenkins-bot
3beb5c3634
Merge "Remove ApiQueryReferences support"
2019-11-29 11:30:38 +00:00
Translation updater bot
6d2e0f5c3e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia59b97230d611c72acb73391397b3c4c82557280
2019-11-29 09:26:47 +01:00
Adam Wight
a176e22097
Remove ApiQueryReferences support
...
This API was never used in Wikimedia production, and would have caused
performance problems. Removing the dead code will simplify our refactoring.
Bug: T238195
Change-Id: I7088f257ec034c0d089e0abdaa5a739910598300
2019-11-28 11:08:46 +01:00
Translation updater bot
ff47bc8092
Localisation updates from https://translatewiki.net .
...
Change-Id: I3c2f63822114c5dd77b730c19abf7dbca218ba1e
2019-11-27 09:36:29 +01:00
Translation updater bot
7b92fe355a
Localisation updates from https://translatewiki.net .
...
Change-Id: I71d3b80d66e9ed3a3f38d24b00064fe4aa472818
2019-11-26 11:42:18 +01:00
Translation updater bot
1d2885cd3e
Localisation updates from https://translatewiki.net .
...
Change-Id: I9c658c7036b90e4d67b434ff98dedc396617dbee
2019-11-26 09:16:52 +01:00
Translation updater bot
683b4e3e6b
Localisation updates from https://translatewiki.net .
...
Change-Id: I238c18b40b4d12376b6055efa0bc5b6eca278a59
2019-11-25 09:09:29 +01:00
jenkins-bot
7f4cff9523
Merge "Move bad dir="…" error reporting down to the renderer"
2019-11-22 13:46:44 +00:00
Thiemo Kreuz
ea6cea93ed
Move bad dir="…" error reporting down to the renderer
...
… and make the error message for bad dir="…" shorter and more to the
point.
Now I understand why the error reporting was not done when $text was
empty: the error was actually appended to $text, which messes with
everything else that also works with the $text variable! This even
includes the API. This error message was exposed via the API. That was
certainly a bug.
With this patch, all error checking for the dir="…" attribute is now
done way down, when rendering the <references> section.
Note this also fixes a bug where the dir="…" was *not* rendered when
previewing a section.
Change-Id: I4ab0cb510973ed879c606bfaa394aacc91129854
2019-11-22 10:07:28 +01:00
Translation updater bot
b01f9f67a4
Localisation updates from https://translatewiki.net .
...
Change-Id: Icf0e48075c50d682d4bdc4330be1816b65939de9
2019-11-22 09:13:52 +01:00
Translation updater bot
7df32512b2
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie174f7904ac7f9c88d5b73369ac0e4f6563129e9
2019-11-13 09:25:57 +01:00
Translation updater bot
d2cc18d38a
Localisation updates from https://translatewiki.net .
...
Change-Id: I6288c824496adde97027640db0c192e07b169bb0
2019-11-11 14:47:10 +01:00
Translation updater bot
16b757b88d
Localisation updates from https://translatewiki.net .
...
Change-Id: I8999b6b407545de2f28394322bb7798e27146632
2019-11-07 09:40:56 +01:00
Translation updater bot
3a1a89c364
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie7c9f4a14ec0f6a6f1f7d6f71d5530a98f3ff916
2019-11-05 09:45:00 +01:00
Translation updater bot
85ce680bcb
Localisation updates from https://translatewiki.net .
...
Change-Id: I6bf381a41aac07931c13cfed633c581141d7941b
2019-11-04 09:29:35 +01:00
Translation updater bot
c5fe31f806
Localisation updates from https://translatewiki.net .
...
Change-Id: I87a0e2f2a758bcce1ec2d3bd2bfb45e18531a794
2019-10-31 09:27:15 +01:00
Translation updater bot
8305228ecd
Localisation updates from https://translatewiki.net .
...
Change-Id: I1de9b607e7fd9a4656e4fa388461a4946ea89f2d
2019-10-28 16:33:03 +01:00
Translation updater bot
08f1f80802
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia842aab67c90f4bb055da8d3a3862324fd7aebbe
2019-10-24 10:41:28 +02:00
Translation updater bot
f6e1e2026e
Localisation updates from https://translatewiki.net .
...
Change-Id: I65f12f0e05a95c30ee86486487e8e707a7907c11
2019-10-21 09:58:20 +02:00
Translation updater bot
ce4b86f7d8
Localisation updates from https://translatewiki.net .
...
Change-Id: I9508d5db2faa105a58df395629f62c380103d2d3
2019-10-16 20:38:18 +02:00
Translation updater bot
b1eace5657
Localisation updates from https://translatewiki.net .
...
Change-Id: I06aee621c974e1e503442615f69aa2a7414d6807
2019-10-09 09:17:54 +02:00
Translation updater bot
959b57ac71
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie14794768f1c3c6d680a96a41b0552fa10ebdc57
2019-10-08 09:31:59 +02:00
Translation updater bot
a5ac0762bc
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib52cc84a1afd41200f5728e03cc98da62d33e59e
2019-09-30 09:18:16 +02:00
Translation updater bot
4a20cebbb9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibb878fce4b272b47920392b1dcd4d6478d189300
2019-09-26 09:13:05 +02:00
Translation updater bot
2b97f19305
Localisation updates from https://translatewiki.net .
...
Change-Id: Id30b05c0a33fb9d8b3cc01d9f3582ffa11ba031d
2019-09-23 09:24:33 +02:00
Translation updater bot
a2c03ddb7e
Localisation updates from https://translatewiki.net .
...
Change-Id: I1c9e8e5720b706acdabdc86f79bc07be654da668
2019-09-16 09:54:38 +02:00
Translation updater bot
b221b10a6a
Localisation updates from https://translatewiki.net .
...
Change-Id: I175c43ad86df7cee71d63cb523bd951f166f3349
2019-09-13 10:17:35 +02:00
Translation updater bot
d43b6ce7f9
Localisation updates from https://translatewiki.net .
...
Change-Id: I3f5ecbde5fc36813d0ef6b262d4298fd3d9a63a0
2019-09-10 09:35:52 +02:00
Translation updater bot
cea5741563
Localisation updates from https://translatewiki.net .
...
Change-Id: I0bec1135345d59e39304a01ea1d64885110aefbb
2019-09-09 09:24:57 +02:00
Translation updater bot
7ed71a36b7
Localisation updates from https://translatewiki.net .
...
Change-Id: I00c4e7cdbc8dc1a2af15b975a775ef62356e8031
2019-08-30 10:02:39 +02:00
Translation updater bot
3defa1dfd4
Localisation updates from https://translatewiki.net .
...
Change-Id: Iadf29120f99a46a18f136f3fc5aa752ca09e3e3e
2019-08-22 10:08:43 +02:00
Translation updater bot
616c19d16c
Localisation updates from https://translatewiki.net .
...
Change-Id: I0b5a68b8343f7e4c2754c577c2b73960a7b6d720
2019-08-17 10:02:58 +02:00
Translation updater bot
6635317198
Localisation updates from https://translatewiki.net .
...
Change-Id: I603b5506449a7c7f11bc8f7198c6dbdace6c83d1
2019-08-15 09:15:31 +02:00
Translation updater bot
b83cf32383
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie631a35d3ffd0fb605d6b4437c4a0e78c60f81f5
2019-08-14 09:12:29 +02:00
Translation updater bot
001753ec5f
Localisation updates from https://translatewiki.net .
...
Change-Id: If10c751c1a378bd971f0eb9aacf794594953e3cf
2019-08-10 22:48:09 +02:00
Translation updater bot
1267e39ff1
Localisation updates from https://translatewiki.net .
...
Change-Id: Ide154bef58da09cc2f508b258d9a48e8423df257
2019-08-08 09:31:50 +02:00
Translation updater bot
b3d8bef264
Localisation updates from https://translatewiki.net .
...
Change-Id: I95ea07e506adbed0ab20a472ba360cddc17595ba
2019-08-01 09:15:56 +02:00
Translation updater bot
9430c6f82a
Localisation updates from https://translatewiki.net .
...
Change-Id: I58b2b8276b9841aea0c97368aabd2836709d8a93
2019-07-26 08:54:58 +02:00
Translation updater bot
8604f48ea4
Localisation updates from https://translatewiki.net .
...
Change-Id: If723a7d49df24ced6fa830d88b3a7db09da14b61
2019-07-22 22:40:29 +02:00
Translation updater bot
52a404cc35
Localisation updates from https://translatewiki.net .
...
Change-Id: I55156b2b1ac53124a612d9b1be9f0423f34865e4
2019-07-18 08:52:52 +02:00
Translation updater bot
797b80748d
Localisation updates from https://translatewiki.net .
...
Change-Id: I66224e4fb1755da5d8e012a56f04610e0906de50
2019-07-15 08:33:46 +02:00
Amir Aharoni
00c31ffc7e
Split apihelp messages to a separate file
...
Bug: T189982
Change-Id: I7808076245d39fa10d75d67c9a9180dccd708f40
2019-07-11 18:03:42 +03:00
Translation updater bot
e3e502e935
Localisation updates from https://translatewiki.net .
...
Change-Id: I47c46b7c78ed84b9246ed5e2f473473b1705a897
2019-07-07 22:38:08 +02:00
Translation updater bot
4f1b491783
Localisation updates from https://translatewiki.net .
...
Change-Id: I6fc58232ed2364c85bb2ccc96ca54c0da04454e3
2019-06-30 22:37:03 +02:00
Translation updater bot
ced3252ea5
Localisation updates from https://translatewiki.net .
...
Change-Id: I4d3a616b4bd545cce10b060a116a1dc7a70a02b7
2019-06-10 22:53:57 +02:00
Translation updater bot
44f1d91e2f
Localisation updates from https://translatewiki.net .
...
Change-Id: I5758a4a40329d591ce6c5e788233659ac023d39a
2019-06-02 22:29:05 +02:00
Translation updater bot
23276790ae
Localisation updates from https://translatewiki.net .
...
Change-Id: I259607c53cbe2d093de3c60100bc95fd109306b3
2019-05-20 22:28:31 +02:00
Translation updater bot
ccc25d094b
Localisation updates from https://translatewiki.net .
...
Change-Id: Id6d87011739efc1e4742f68d1e8ebd74fa1bf894
2019-05-10 09:18:38 +02:00
Translation updater bot
7c8b492030
Localisation updates from https://translatewiki.net .
...
Change-Id: I05157c46b13124f87cc1b159057bb8d4cdce65a9
2019-05-06 09:03:29 +02:00
Translation updater bot
264cfd0a4a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib11f1ffc6728a9a14dba6f174e3627ce6ebb7b39
2019-05-01 22:29:39 +02:00
Translation updater bot
8e6ede04c6
Localisation updates from https://translatewiki.net .
...
Change-Id: I3c32b72f46babbc390badeda90d09c1cdb10f733
2019-04-29 22:15:25 +02:00
Translation updater bot
55012c4690
Localisation updates from https://translatewiki.net .
...
Change-Id: I1219bcbdf86e6e83c353e38f1f27ba8f74e12e1d
2019-04-22 09:22:54 +02:00
Translation updater bot
714d03ec0d
Localisation updates from https://translatewiki.net .
...
Change-Id: I4008d7bb38482026dcdd719f0d12ae0a1b09ab18
2019-04-12 08:31:29 +02:00
Translation updater bot
1a96874463
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibd92dd862050b6255cfc894e240e6507ecd8cda7
2019-03-31 22:16:10 +02:00
Translation updater bot
427f8c6a3b
Localisation updates from https://translatewiki.net .
...
Change-Id: I82e7d1e21f99cb2b9507717dda5eb62293c08140
2019-03-18 23:07:07 +01:00
Translation updater bot
5f4ca81695
Localisation updates from https://translatewiki.net .
...
Change-Id: I35fa5588cbce6a4f437211627b408e8cf195d153
2019-03-17 22:13:54 +01:00
Translation updater bot
26f1b3e1b3
Localisation updates from https://translatewiki.net .
...
Change-Id: Idffd8eb12797e744eb8cc1f6f8f26eb1e15b4577
2019-03-10 22:27:32 +01:00
Translation updater bot
400a8b09cc
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibf43d82f43095d262d0b61df69b2a3e662d8dfe7
2019-03-08 22:29:00 +01:00
Translation updater bot
12076d6937
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaa63b15963234a6fbd6af72eb0f5a67dea96f6f7
2019-02-25 22:57:35 +01:00
Translation updater bot
f7f3dee67a
Localisation updates from https://translatewiki.net .
...
Change-Id: I3559431d1f69946efe71337889b8cd72ee723242
2019-02-19 22:19:45 +01:00
Translation updater bot
49f8b93540
Localisation updates from https://translatewiki.net .
...
Change-Id: Iedc39605bea43d1d09de827faaa53b14045be95b
2019-02-18 22:22:49 +01:00
Translation updater bot
adae685cbe
Localisation updates from https://translatewiki.net .
...
Change-Id: I3f65ae836527ec61287faef23aeff07e43ea3fcc
2019-02-17 22:14:03 +01:00
Translation updater bot
9d476d73a7
Localisation updates from https://translatewiki.net .
...
Change-Id: I5efb1661329708a8602b2f76125d89596048c2ea
2019-02-14 22:28:57 +01:00
Translation updater bot
fd89012b96
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie11733aa2fcb7ef6b1de74b23ddda0c4ec90da58
2019-02-03 22:38:08 +01:00
Translation updater bot
957fbe23df
Localisation updates from https://translatewiki.net .
...
Change-Id: I9bb5fa57df059fa4a6e2bd7a74e3fb036ec6989f
2019-01-31 22:25:43 +01:00
Translation updater bot
a778b6496f
Localisation updates from https://translatewiki.net .
...
Change-Id: I0fd47d21150a54a5a55b99a411c2baf7783e82a6
2019-01-30 22:13:45 +01:00
Translation updater bot
b56ca815bf
Localisation updates from https://translatewiki.net .
...
Change-Id: I1217c6951dd149bf9fcae1cf4c516c145baa7274
2019-01-28 22:26:39 +01:00
Translation updater bot
3605284967
Localisation updates from https://translatewiki.net .
...
Change-Id: Id5c2057e17d79810afcf6ba601726182c4f0378f
2019-01-26 22:17:26 +01:00
Translation updater bot
1fbff19c91
Localisation updates from https://translatewiki.net .
...
Change-Id: I1975c4deb3fa6f6a4f97ca906cb1b76bf7af14fd
2019-01-18 22:18:47 +01:00
Translation updater bot
8702b61b60
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie5269d976f6cc4f7f32699fe06524e3de175cd29
2019-01-17 09:12:19 +01:00
Translation updater bot
2526765ecd
Localisation updates from https://translatewiki.net .
...
Change-Id: Iab8e9dcd4348605b61be0e0d5af7f9733078bec5
2019-01-13 22:12:45 +01:00
Translation updater bot
23c29ed403
Localisation updates from https://translatewiki.net .
...
Change-Id: I3ab972919da543b1ac67aa776fdf6411c75e00c9
2019-01-12 22:39:38 +01:00
Translation updater bot
32b9b2207d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe4c662abf8932bf252eff6f75baebb7f50991c0
2019-01-10 22:49:01 +01:00
Translation updater bot
ed76b1439b
Localisation updates from https://translatewiki.net .
...
Change-Id: I0c5b0506a3f465c9254b3291436c517e2b519a3e
2019-01-09 22:18:39 +01:00
Translation updater bot
9113267ab0
Localisation updates from https://translatewiki.net .
...
Change-Id: I82c56e9d26ce32015efaebf803cb31b93e1f3fa2
2019-01-08 22:29:29 +01:00
Translation updater bot
686006e44f
Localisation updates from https://translatewiki.net .
...
Change-Id: I05fd70901a5783c8bf3bef7f0f319128cdbd0a1d
2019-01-05 22:33:37 +01:00
Translation updater bot
9b59a7d155
Localisation updates from https://translatewiki.net .
...
Change-Id: I231f1d6af08194f58aefa8f36206c431ca2cbf91
2018-12-27 09:50:54 +01:00
Translation updater bot
22acd9a29c
Localisation updates from https://translatewiki.net .
...
Change-Id: Icc162281f1ddec0369b8447b3c10f0cd84df4205
2018-12-18 22:48:09 +01:00
Translation updater bot
cfb8412e11
Localisation updates from https://translatewiki.net .
...
Change-Id: I3f4d7fd126b48e103bce03b104db51edcccbd569
2018-12-15 22:23:48 +01:00
Translation updater bot
075d391ace
Localisation updates from https://translatewiki.net .
...
Change-Id: I84b3d49b0e3c7cb7edeb62096427e6c3bc13cedb
2018-12-11 22:39:36 +01:00
Translation updater bot
004426b354
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia52c3a211395f620147f63b9fae7f1781bb52719
2018-12-05 22:30:13 +01:00
Translation updater bot
7a969c2dbc
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe63f4543e5bacb89808be7f04d76ce2f76bcb06
2018-12-02 22:14:54 +01:00
Translation updater bot
af9e6cb510
Localisation updates from https://translatewiki.net .
...
Change-Id: I8e590da0866f6ba21c58073ea436194e4539b2e8
2018-12-01 22:17:29 +01:00
jenkins-bot
c6e13db74f
Merge "Simplify weirdly complex [\n\t ] regex"
2018-11-30 23:50:55 +00:00
Translation updater bot
c31c93f619
Localisation updates from https://translatewiki.net .
...
Change-Id: I58dfd99dd04e0d78298df7ad51286ba252019142
2018-11-29 22:26:44 +01:00
Translation updater bot
8991801975
Localisation updates from https://translatewiki.net .
...
Change-Id: If5195d61ed2642c4182de62f4ef12bc8b33a893c
2018-11-27 22:14:30 +01:00
WMDE-Fisch
6dda36a1e7
Improve a11y support on backlinks
...
This changes the a11y support on the main backlinks by introducing the usage
of title and aria-labels. The support for these elements increased a lot since
the topic was first tackled and seems the appropriate way to go.
A new message was introduced for the link that will be set when directly
coming from a clicked refrence to emphasize that the can jump back to where
he came from.
Bug: T206323
Change-Id: Ifa56d41bcdb8100e19f29619796b62bb3c886d2f
2018-11-26 11:36:26 +01:00
Translation updater bot
0f3961df4e
Localisation updates from https://translatewiki.net .
...
Change-Id: I703db0a48870ec600f2596bef7538b27f12ee569
2018-11-25 22:33:45 +01:00
Thiemo Kreuz (WMDE)
7c06347fc7
Simplify weirdly complex [\n\t ] regex
...
This change does have two consequences:
1. A few more whitespace characters act as separators. This should not
have any consequence in real life situations, and is mainly done to
make the code easier to read and less surprising.
2. Sequences of two or more whitespace characters previously resulted
in partly *empty* results. This was a potential source of errors. The
additional + fixes this.
Change-Id: Ib58326109c740dd0cbd05d8fddb4af2145f232fe
2018-11-21 17:33:25 +00:00
Translation updater bot
9deb4d476e
Localisation updates from https://translatewiki.net .
...
Change-Id: Icd283ec309f0f89624a49eecf1b241396b36e24f
2018-11-17 22:19:38 +01:00
Translation updater bot
a9ae168208
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib3be93269095ae9b86e407aab89d353b5530b56b
2018-11-10 22:28:03 +01:00
Translation updater bot
5e9add6454
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic2dc4045f2baa1467329bd4619f59e846a5118c4
2018-11-03 11:02:43 +01:00
Translation updater bot
9ee0d799a7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib0be56800d53b316fb4f473c8ab2940b5cac1dd7
2018-10-28 22:21:44 +01:00
Translation updater bot
f99e841595
Localisation updates from https://translatewiki.net .
...
Change-Id: I98eea39834c94aa8c33b40af5a0ffd3440c2f38e
2018-10-27 22:59:39 +02:00
Translation updater bot
09964ca80d
Localisation updates from https://translatewiki.net .
...
Change-Id: I1a74c35bbb16714cbe0777e6eb2305585644ccf7
2018-10-26 22:24:05 +02:00