This class represents Oriya.
    |  | code = 'or'The ISO 639 language code, possibly with a country specifier or other 
modifier.
 | 
    |  | fullname = 'Oriya'The full (English) name of this language.
 | 
    |  | nplurals = 2The number of plural forms of this language.
 | 
    |  | pluralequation = '(n != 1)'The plural equation for selection of plural forms.
 | 
    |  | sentenceend = u'।!?…'These marks can indicate a sentence end.
 | 
    |  | sentencere = re.compile(r'(?sx).*?[\u0964!\?\u2026]\s+(?=[^a-z... | 
    |  | puncdict = {u'.': u'।'}A dictionary of punctuation transformation rules that can be used by 
      punctranslate().
 | 
    |  | ignoretests = ['startcaps', 'simplecaps']List of pofilter tests for this language that must be ignored.
 | 
  
    | Inherited from common.Common:CJKpunc,checker,commonpunc,ethiopicpunc,indicpunc,invertedpunc,listseperator,miscpunc,punctuation,quotes,rtlpunc |