Remove empty convertGrammar()

This commit is contained in:
Siebrand Mazeland 2008-08-09 11:50:08 +00:00
parent 8f821b6549
commit e10ddea2c4

View file

@ -6,17 +6,6 @@
*/
class LanguageKu_ku extends Language {
/** # Convert from the nominative form of a noun to some other case
# Invoked with {{GRAMMAR:case|word}}
/**
* Cases:
*
* From Kazakh interface, not needed at the moment, maybe later
*/
function convertGrammar( $word, $case ) {
return $word;
}
/**
* Avoid grouping whole numbers between 0 to 9999
*/