This class represents N'ko.
|
|
code = 'nqo'
The ISO 639 language code, possibly with a country specifier or other
modifier.
|
|
|
fullname = 'N\'ko'
The full (English) name of this language.
|
|
|
listseperator = u'߸ '
This string is used to seperate lists of textual elements.
|
|
|
sentenceend = u'߹؛؟!'
These marks can indicate a sentence end.
|
|
|
puncdict = {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,
nplurals,
pluralequation,
punctuation,
quotes,
rtlpunc,
sentencere
|