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
James D. Forrester
05c006abd6
i18n: Use <
rather than <nowiki><
for security testing sanity
...
Change-Id: I260669a240b7c3a661928140ac2e540ffe064c35
2018-10-25 15:22:05 -07:00
Translation updater bot
d7abcdea98
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic6dc3591f9ec88fa6bc2d19d394811ad5f82c1fe
2018-10-25 22:38:41 +02:00
Translation updater bot
9ba05318fd
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe1df91706b639030e79c205005d9cdcb5e20cf1
2018-10-18 22:34:07 +02:00
Translation updater bot
c9ff3c836f
Localisation updates from https://translatewiki.net .
...
Change-Id: I790e0207e282c378bb98d641c018c1bf907a74de
2018-10-16 22:17:17 +02:00
Translation updater bot
05e4d5bcfb
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic3deaa69b49671465650d2bb23ba108d79e68e1a
2018-10-11 22:37:14 +02:00
jenkins-bot
afe903fe3d
Merge "Localisation updates from https://translatewiki.net ."
2018-10-11 17:53:13 +00:00
Translation updater bot
8bd52101e9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia207dfa8b578ba2f4c00cd48fde2a00210596bec
2018-10-10 22:24:20 +02:00
James D. Forrester
022293fe4b
i18n: Put tags on Special:Version in <code> tags, like other extensions
...
Change-Id: Ic238e17ce578168ef8fbbdc209245bd2dc13a423
2018-10-09 14:01:38 -07:00
Translation updater bot
64bb87d017
Localisation updates from https://translatewiki.net .
...
Change-Id: I42a21867fd1226268ec2e00cdbe54c5808513917
2018-10-08 23:19:36 +02:00
Translation updater bot
4af353f400
Localisation updates from https://translatewiki.net .
...
Change-Id: I0f933da5e746bc62403e714efa23ff3dedc16464
2018-10-06 22:35:16 +02:00
jenkins-bot
cf5a06984b
Merge "i18n: Drop unnecessary overwrites of en defaults from all languages"
2018-09-26 17:54:58 +00:00
Translation updater bot
7135619039
Localisation updates from https://translatewiki.net .
...
Change-Id: If1015195c33298fba26dcb33d9967f87095215d3
2018-09-26 13:45:35 +02:00
Translation updater bot
ed369b26a2
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic06434130e1f0981ab1510242e6fa29d6ecf6b25
2018-09-23 10:26:40 +02:00
Translation updater bot
dc0d9647f3
Localisation updates from https://translatewiki.net .
...
Change-Id: I00ebfa62d02062d3e363aae70615a6896ad3b4b6
2018-09-22 10:03:17 +02:00
James D. Forrester
74fce4b5bf
i18n: Drop unnecessary overwrites of en defaults from all languages
...
* cite_reference_link_key_with_num
Dropped from: az diq fa is jv ka ksh min ru sr-ec sr-el tl uk ur
* cite_reference_link_prefix
Dropped from: fa jv min ru sr-ec sr-el tl tmz uk ur
* cite_references_link_prefix
Dropped from: jv min ru sr-ec sr-el tl uk
* cite_references_link_one
Dropped from: diq ka kk-cyrl sr-ec sr-el tl uk
* cite_references_link_many
Dropped from: diq ka kk-cyrl sr-ec sr-el tl tr
* cite_references_link_many_format
Dropped from: az diq id ka ru sr-ec sr-el tl tr uk
* cite_references_link_many_format_backlink_labels
Dropped from: diq es jv min scn tl tr
* cite_references_link_many_sep
Dropped from: az diq is jv ka min ru sr-ec sr-el tl tmz uk
* cite_references_link_many_and
Dropped from: az diq is jv ka ksh min ru sr-ec sr-el tl tmz uk
The other "magic" messages had no unnecessary over-rides:
* cite_reference_link_suffix
* cite_references_link_suffix
* cite_reference_link
* cite_references_no_link
Change-Id: I83eebfeb5ef5cb44a2971ee53b7484b480e5aba6
2018-09-21 08:54:49 -07:00
Jforrester
3506e03af9
Merge "i18n: Drop unnecessary overwrites of en defaults from pt-br"
2018-09-21 15:53:03 +00:00
Tobias Bengfort
ca95ada425
i18n: Drop unnecessary overwrites of en defaults from pt-br
...
Change-Id: Idcfc5b23fe41dd742d4ebc924e48da17e0657985
2018-09-21 15:25:48 +00:00
Translation updater bot
5ed3d7e3cf
Localisation updates from https://translatewiki.net .
...
Change-Id: I7b8374e0083d8a380964059e93ab166a03bca3a1
2018-09-21 10:34:52 +02:00
Translation updater bot
37421a7868
Localisation updates from https://translatewiki.net .
...
Change-Id: I169af1fde9b4a756a0047f546872b72533ab4fc9
2018-09-20 09:58:54 +02:00
Translation updater bot
f1cf01f878
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic2bf30d4758f1dd51c2cfe9e57058ed9e54f5a7c
2018-09-18 09:52:00 +02:00
Translation updater bot
1401e9cf0b
Localisation updates from https://translatewiki.net .
...
Change-Id: Idfc7ce1fcc94970e550ed1ca6cdf8bfc4d8c3f36
2018-09-13 10:15:21 +02:00