This class represents Persian.
|
|
code = 'fa'
The ISO 639 language code, possibly with a country specifier or other
modifier.
|
|
|
fullname = 'Persian'
The full (English) name of this language.
|
|
|
nplurals = 1
The number of plural forms of this language.
|
|
|
pluralequation = "0"
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
|