Home | Trees | Indices | Help |
|
---|
|
This module stores information and functionality that relates to plurals.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Unicode |
|
||
|
|||
|
|||
|
|
|||
languages =
Dictionary of language data. |
|||
expansion_factors =
Source to target string length expansion factors. |
|||
iso639 =
ISO 639 language codes |
|||
iso3166 =
ISO 3166 country codes |
|||
langcode_re = re.compile(r'^
|
|||
variant_re = re.compile(r'^
|
|||
dialect_name_re = re.compile(r'
|
Imports: unicodedata, StringElem, gettext, locale, re, os
|
This attempts to simplify the given language code by ignoring country codes, for example. |
Return a unicode string in its normalized form
|
Ensures that the string is in unicode.
|
|
languagesDictionary of language data. The language code is the dictionary key (which may contain country codes and modifiers). The value is a tuple: (Full name in English, nplurals, plural equation)
|
expansion_factorsSource to target string length expansion factors.
|
langcode_re
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 15 13:53:49 2009 | http://epydoc.sourceforge.net |