This class represents Armenian.
|
|
code = 'hy'
The ISO 639 language code, possibly with a country specifier or other
modifier.
|
|
|
fullname = 'Armenian'
The full (English) name of this language.
|
|
|
nplurals = 2
The number of plural forms of this language.
|
|
|
pluralequation = '(n > 1)'
The plural equation for selection of plural forms.
|
|
|
armenianpunc = u'։՝՜՞'
|
|
|
punctuation = u'.,;:!?-@#$%^*_()[]{}/\'`"<>‘’‛“”„‟′″‴‵‶‷‹›«»…±...
We include many types of punctuation here, simply since this is only
meant to determine if something is punctuation.
|
|
|
sentenceend = u'։՝՜…'
These marks can indicate a sentence end.
|
|
|
sentencere = re.compile(r'(?sx).*?[\u0589\u055d\u055c\u2026]')
|
|
|
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,
listseperator,
miscpunc,
quotes,
rtlpunc
|