diff options
author | Timo Tijhof <krinkle@fastmail.com> | 2022-06-22 23:37:31 +0100 |
---|---|---|
committer | Krinkle <krinkle@fastmail.com> | 2022-06-29 00:13:45 +0000 |
commit | 939700e8ff4178763bc87a130028427c33c06261 (patch) | |
tree | db4b3d60ad8ff5f5df96baea9c9be402acbb9846 /includes/languages/LanguageKk.php | |
parent | 0ffe341629226167161720335d62fb21a772a8f1 (diff) | |
download | mediawikicore-939700e8ff4178763bc87a130028427c33c06261.tar.gz mediawikicore-939700e8ff4178763bc87a130028427c33c06261.zip |
language: Continue doc Languages subgroup for msg files and subclasses
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
Diffstat (limited to 'includes/languages/LanguageKk.php')
-rw-r--r-- | includes/languages/LanguageKk.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/includes/languages/LanguageKk.php b/includes/languages/LanguageKk.php index 95c5cd4f57c0..4483e70f685a 100644 --- a/includes/languages/LanguageKk.php +++ b/includes/languages/LanguageKk.php @@ -1,7 +1,5 @@ <?php /** - * Kazakh (Қазақша) specific code. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -18,14 +16,16 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @ingroup Language */ /** - * class that handles Cyrillic, Latin and Arabic scripts for Kazakh - * right now it only distinguish kk_cyrl, kk_latn, kk_arab and kk_kz, kk_tr, kk_cn. + * Kazakh (Қазақша) specific code. + * + * This handles Cyrillic, Latin and Arabic scripts for Kazakh. + * Right now, we distinguish `kk_cyrl`, `kk_latn`, `kk_arab`, `kk_kz`, `kk_tr`, + * and `kk_cn`. * - * @ingroup Language + * @ingroup Languages */ class LanguageKk extends LanguageKk_cyrl { /** |