Write Latin and other scripts with captial letter
[lhc/web/wiklou.git] / resources / src / mediawiki.language / languages / os.js
index 14c9840..b7367b2 100644 (file)
@@ -26,7 +26,7 @@ mw.language.convertGrammar = function ( word, form ) {
                // Checking if word ends on one of the vowels: е, ё, и, о, ы, э, ю, я.
                jot = 'й';
        } else if ( word.match( /у$/i ) ) {
-               // Checking if word ends on 'у'. 'У' can be either consonant 'W' or vowel 'U' in cyrillic Ossetic.
+               // Checking if word ends on 'у'. 'У' can be either consonant 'W' or vowel 'U' in Cyrillic Ossetic.
                // Examples: {{grammar:genitive|аунеу}} = аунеуы, {{grammar:genitive|лæппу}} = лæппуйы.
 
                if ( !word.slice( -2, -1 ).match( /[аæеёиоыэюя]$/i ) ) {