From 733d862dfecff04da4a9454a1cae9664be3a96b4 Mon Sep 17 00:00:00 2001 From: Purodha B Blissenbach Date: Fri, 8 Oct 2010 17:51:23 +0000 Subject: [PATCH] More documentation. --- languages/classes/LanguageKsh.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/languages/classes/LanguageKsh.php b/languages/classes/LanguageKsh.php index dbe7a416a8..6d70b896dd 100644 --- a/languages/classes/LanguageKsh.php +++ b/languages/classes/LanguageKsh.php @@ -55,6 +55,12 @@ class LanguageKsh extends Language { * Male a singular male object follows * -omitted- a non-male or plural object follows * + * We currently handle definite articles of the singular only. + * There is a full set of test cases at: + * http://translatewiki.net/wiki/Portal:Ksh#GRAMMAR_Pr%C3%B6%C3%B6fe + * Contents of the leftmost table column can be copied and pasted as + * "case" values. + * */ function convertGrammar( $word, $case ) { -- 2.20.1