This class represents Arabic.
    |  | code = 'ar'The ISO 639 language code, possibly with a country specifier or other 
modifier.
 | 
    |  | fullname = 'Arabic'The full (English) name of this language.
 | 
    |  | nplurals = 6The number of plural forms of this language.
 | 
    |  | pluralequation = 'n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n>=3 && n<=...The plural equation for selection of plural forms.
 | 
    |  | listseperator = u'، 'This string is used to seperate lists of textual elements.
 | 
    |  | puncdict = {u'%': u'٪', u',': u'،', u';': u'؛', 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,miscpunc,punctuation,quotes,rtlpunc,sentenceend,sentencere |