From dfaa474400f1739914a26a4dfdd0fe3d667abe44 Mon Sep 17 00:00:00 2001 From: Jimmy Collins Date: Thu, 21 Sep 2006 11:23:54 +0000 Subject: [PATCH] * (bug 6701) Kazakh language variants in MessagesEn.php --- RELEASE-NOTES | 1 + languages/MessagesEn.php | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1346a0f85a..ba99533b47 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -219,6 +219,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Fix layout for Special:Preferences->Date and Time (position for 'timezonetext'). * Updates to language variant code for Serbian et al * (bug 6756) Enabling RTL direction for kk-cn +* (bug 6701) Kazakh language variants in MessagesEn.php == Languages updated == diff --git a/languages/MessagesEn.php b/languages/MessagesEn.php index ac2f872197..850e453e31 100644 --- a/languages/MessagesEn.php +++ b/languages/MessagesEn.php @@ -1979,6 +1979,11 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');', 'variantname-sr-jc' => 'sr-jc', 'variantname-sr-jl' => 'sr-jl', 'variantname-sr' => 'sr', +# variants for Kazakh language +'variantname-kk-tr' => 'kk-tr', +'variantname-kk-kz' => 'kk-kz', +'variantname-kk-cn' => 'kk-cn', +'variantname-kk' => 'kk', # labels for User: and Title: on Special:Log pages 'specialloguserlabel' => 'User:', -- 2.20.1