Autonym according to Ethnologue is "Baso Palembang".
This is also the name most commonly used by the
language's speakers according to the article
Alsamadani, Mardheya; Taibah, Samar (2019).
"Types and Functions of Reduplication in Palembang".
Journal of the Southeast Asian Linguistics Society.
Bug: T364291
Change-Id: I4a867a8671ab32366aa459d49361682305b67dcb
These languages have some content in the Wikimedia Incubator
and/or Translatewiki, but because they don't have
MessagesXx.php files (with $rtl = true;), they get the
default LTR direction, and we needed to add some CSS &
Javascript hacks to get them to display correctly (and
even then, only partially).
The presence of these files does not enable these languages
in the preferences, it only sets the RTL setting for pages
with any of these languages as a page language.
Change-Id: I5c78889474d02850198519de04d2a553f1f97a9e
I think there is further room for improvement
here, such as a method that takes 2 points in time
and gives you a more precise summarization of the duration
in terms of actual dates.
(And we will do this in a followup)
To avoid changing behaviour where this method is called
the default interval of `month` is not specified, so
existing calls return as they did before.
For callers that want `month` granularity, they can
specify month.
Bug: T219397
Change-Id: I5a07e14629fd9f67b1f17df3db75b68f98295dfb
This is, and has always been, a filtered list even of public logs, so let's
change the label for now to that it's less misleading. There are many, many
difficulties with the log pages' design but there's no apparent appetite to
tackle this in the short- or even medium-term, so a minor fix might help to
be slightly less bewilderingly wrong.
Bug: T237729
Change-Id: I103e5ffd4751d6cae4c4f3b654c51eb20cfda471
Use a number of days directly in the message, instead of
indirectly via `Language::formatTimePeriod()` (which will
yield 'days' for any reasonable value of WatchersMaxAge),
to aid with translation.
Follows-Up: I898c463f5cb4efc40877f0bc67156a296bd506e4
Bug: T363659
Change-Id: Ic3c9f94232264aead3cb6e058a5603256f5eebf2
First export in commit d00df6b018
(Change-Id Ie05945912bfed800b5627a306559f21109ccafd2 ).
Language codes nan, nan-hani, nan-latn will be used for language
converter codes.
Bug: T354937
Bug: T362041
Change-Id: Id78405dea23858ea8369fbfc1e655e98d827e89a
Added "Additional details" fields.
Added 'block' function that will be responsible for submitting to API:Block
Modified userLook field so that the value is the username since the API
needs a username rather than a userid.
Bug: T361148
Change-Id: I1e77a63133b8c8ea043c680ddb8af0e044a6fb31
Add two new error messages to the Special:EditRecovery page, one
for when the user is not logged in, and one for when the
preference is not enabled.
Bug: T361721
Change-Id: I28eeab7192e7ab037d95d77406b4743717b0b5bc
Add a link/button to delete a given EditRecovery entry.
Add i18n `edit-recovery-special-delete`
Bug: T353996
Change-Id: I77d94eb0400c0a54df8d3b3cfae6e3adf37805d5
Requested by the zgh community in the Wikimedia Incubator at [1];
the converter is the same as for Shilha (`shi`); the main difference
between the two languages is that the main script for `zgh` is
Tifinagh, which can't be losslessly converted to the Latin script
(the former is unicameral, the latter is bicameral), so the
converter and configuration added here is essentially one-directional.
[1] https://incubator.wikimedia.org/wiki/Special:PermaLink/6060805
Change-Id: I483a1594f001226439497f0870176e9a1e447458
Added "name" attribute to user look up field.
Added component to handle the "Block Details" field which is a checkbox group.
Bug: T361147
Change-Id: I343aa7758c9f5d83c17f29498af59f6eba7bf658
Why:
* Now that the security patch for T357760 has been uploaded to
gerrit, the hardcoded English strings can be replaced with
i18n message keys. The use of hardcoded English was necessary
to avoid causing a localisation cache refresh on every WMF
production deployment.
* While this is being done, it would be useful to add tests
to verify that the changes being made are correct and that
the security fix continues to work.
What:
* Replace the hardcoded English strings with i18n message keys
in SpecialMovePage::showSubpagesList
* Add tests for SpecialMovePage to verify these changes, which
also provide test coverage for the class which was previously
untested.
Bug: T357760
Change-Id: Ib0603f9188f624229b3c9e6d30b8c7266420f8ce