Package translate :: Package lang :: Module he :: Class he
[hide private]
[frames] | no frames]

Class he

source code

   object --+    
            |    
common.Common --+
                |
               he

This class represents Hebrew.

Instance Methods [hide private]

Inherited from common.Common: __init__, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Methods [hide private]

Inherited from common.Common: capsstart, character_iter, characters, punctranslate, sentence_iter, sentences, word_iter, words

Class Variables [hide private]
  code = 'he'
The ISO 639 language code, possibly with a country specifier or other modifier.
  fullname = 'Hebrew'
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.
  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, puncdict, punctuation, quotes, rtlpunc, sentenceend, sentencere

Properties [hide private]

Inherited from object: __class__