aboutsummaryrefslogtreecommitdiffstats
path: root/includes/languages/LanguageKk.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove language coverter for KazakhAmir Sarabadani2023-11-201-49/+1
| | | | | | | | | | | | This has been constantly mentioned as buggy and broken and there is no official version of latin or Arabic (see the ticket for more details). This can be turned back as an extension if needed by third party users. Bug: T350684 Bug: T268143 Depends-On: I6180dca2c49b3119751766268acc56087aaf8414 Change-Id: Ifbf3c8954d885daf891f8d9efc11743d898302f0
* Languages: minor cleanupReedy2023-10-021-21/+12
| | | | | | | | * Remove unnecessary duplicate documentation * Code tweaks * Rename Language::getSerchIndexVariant() to Language::getSearchIndexVariant() Change-Id: I10d8b9b82e5f781b8c5d9b349827e3b219745083
* Language: Hard-deprecate language converter functions, deprecated in 1.35Umherirrender2023-03-021-3/+3
| | | | | | | | | | | | | | | | | | | | | These are: - Language::getConverter() - Language::autoConvert() - Language::autoConvertToAllVariants() - Language::convert() - Language::convertNamespace() - Language::convertHtml() - Language::convertCategoryKey() - Language::getVariants() - Language::hasVariants() - Language::hasVariant() - Language::getDefaultVariant() - Language::getURLVariant() - Language::getExtraHashOptions() - Language::getConvRuleTitle() Bug: T252095 Change-Id: I810e90b43ba112b868821c811c51b5532800765f
* language: Continue doc Languages subgroup for msg files and subclassesTimo Tijhof2022-06-291-6/+6
| | | | | | | | | | | 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/+95
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