aboutsummaryrefslogtreecommitdiffstats
path: root/includes/languages/LanguageKsh.php
Commit message (Collapse)AuthorAgeFilesLines
* Switch over a bunch of class_alias uses to actualsJames D. Forrester2024-10-031-0/+2
| | | | Change-Id: Id175a83e71cc910eaee5d5890a9106872a3ca3b8
* language: Use const keyword for mapping of stringsUmherirrender2024-09-171-3/+3
| | | | | | | The variables on the converter are not usable outside of the class, so making the public ones also private. Change-Id: I6087dcdac761916359009548beb5210671a32ee5
* Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyleTaavi Väänänen2024-04-221-2/+4
| | | | | | | | Fix the real issues found by this sniff, and convert the remaining false positive ignores to per-line ignores so that any more real issues won't be added. Change-Id: I18e75d59df327e2d93a3a487c115e92b9f268722
* Languages: minor cleanupReedy2023-10-021-30/+28
| | | | | | | | * Remove unnecessary duplicate documentation * Code tweaks * Rename Language::getSerchIndexVariant() to Language::getSearchIndexVariant() Change-Id: I10d8b9b82e5f781b8c5d9b349827e3b219745083
* language: Continue doc Languages subgroup for msg files and subclassesTimo Tijhof2022-06-291-16/+13
| | | | | | | | | | | Follows-up I301f471f86ba2. For ease of navigation, move Converter subclasses to a group called "Languages", which for documentation purposes is a subgroup of "Language". The next commit does the same for Messages* files, and Language subclasses (done separately for ease of review). Change-Id: If1cef9aa15f536ebaedd4477ad7453426e7f3b85
* Move Language subclasses to includes/Timo Tijhof2021-08-041-0/+192
Depending on which namespace we want these classes to have after T166010 they could either stay in includes/languages/ (plural) in their own MediaWiki\Languages\-namespace dedicated to Language subclasses, or they could go in into a subdirectory like `includes/language/languages/` if we want to keep them in the same top-level namespace as other Language classes and services, but in a more nested namespace. For now, I've made the smaller change and kept the Language subclasses in their own directory directly under includes/, not nested further. Bug: T225756 Change-Id: I01015424707b442853879fd50c97f00215e5c2fa