aboutsummaryrefslogtreecommitdiffstats
path: root/includes/languages/LanguageTr.php
Commit message (Collapse)AuthorAgeFilesLines
* Switch over a bunch of class_alias uses to actualsJames D. Forrester2024-10-031-0/+2
| | | | Change-Id: Id175a83e71cc910eaee5d5890a9106872a3ca3b8
* Languages: minor cleanupReedy2023-10-021-22/+14
| | | | | | | | * Remove unnecessary duplicate documentation * Code tweaks * Rename Language::getSerchIndexVariant() to Language::getSearchIndexVariant() Change-Id: I10d8b9b82e5f781b8c5d9b349827e3b219745083
* Miscellaneous PHP version related cleanupsTim Starling2022-11-211-3/+3
| | | | | | | | | | | | MediaWikiTitleCodec: I removed the comment about dbkey being "conveniently nullified" since that is no longer correct. The first preg_replace() can return null, and that is guarded. The second preg_replace() hopefully can't return null, because if it does, trim() will generate a deprecation notice on PHP 8.1. Some other self-explanatory changes. Change-Id: Iad0ace821eba782c3033ec8abfeac461ac4e8ace
* language: Continue doc Languages subgroup for msg files and subclassesTimo Tijhof2022-06-291-4/+2
| | | | | | | | | | | 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/+71
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