aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLogEvents.php
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2023-08-05 15:05:24 +0200
committerUmherirrender <umherirrender_de.wp@web.de>2023-08-05 15:06:52 +0200
commit7c3613951fd3b276401873a2a0a3f022df581ee1 (patch)
tree02f1ec9e28e7b8f3db22480eca6e5a3b3504c73d /includes/api/ApiQueryLogEvents.php
parentc237f0548845662759bfcc6419cec9ca02d03c18 (diff)
downloadmediawikicore-7c3613951fd3b276401873a2a0a3f022df581ee1.tar.gz
mediawikicore-7c3613951fd3b276401873a2a0a3f022df581ee1.zip
i18n: Split apihelp for standard dir parameter
Easier to translate There is no visible change for example on Special:ApiHelp/query+watchlist Bug: T285545 Change-Id: I536fa3e07a951f3ff98870678ffdbc294a3c7bc0
Diffstat (limited to 'includes/api/ApiQueryLogEvents.php')
-rw-r--r--includes/api/ApiQueryLogEvents.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php
index 0f865102a62a..71f7421e3dd1 100644
--- a/includes/api/ApiQueryLogEvents.php
+++ b/includes/api/ApiQueryLogEvents.php
@@ -483,6 +483,10 @@ class ApiQueryLogEvents extends ApiQueryBase {
'older'
],
ApiBase::PARAM_HELP_MSG => 'api-help-param-direction',
+ ApiBase::PARAM_HELP_MSG_PER_VALUE => [
+ 'newer' => 'api-help-paramvalue-direction-newer',
+ 'older' => 'api-help-paramvalue-direction-older',
+ ],
],
'user' => [
ParamValidator::PARAM_TYPE => 'user',