Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(97) | Call(0) | Derive(0) | Import(97)
Integrated collection of utilities that assist in internationalizing and localizing applications. This package is basically composed of two major parts: * tools to build and work with ``gettext`` message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. (more...)
src/w/e/webapp2_example-HEAD/lib/webapp2_extras/i18n.py webapp2_example(Download)
import gettext as gettext_stdlib import babel from babel import dates from babel import numbers
src/o/p/OpenTeacher-3.2/openteacher/modules/org/openteacher/profileDescriptions/generateLanguageCodeGuesserTable/generateLanguageCodeGuesserTable.py OpenTeacher(Download)
def enable(self): if len(set(self._mm.mods(type="languageCodeGuesserTableGenerator"))) == 0: # pragma: no cover return #remain inactive try: import babel
src/o/p/OpenTeacher-3.2/openteacher/modules/org/openteacher/languageCodeGuesserTableGenerator/languageCodeGuesserTableGenerator.py OpenTeacher(Download)
def enable(self): global babel try: import babel except ImportError:
src/a/d/adhocracy-2.4.1/src/adhocracy/publixphere_theme/i18n/__init__.py adhocracy(Download)
import pytz import babel from babel import Locale import babel.dates
src/a/d/adhocracy-2.4.1/parts/omelette/adhocracy/i18n/__init__.py adhocracy(Download)
import pytz import babel from babel import Locale import babel.dates
src/h/u/hue-HEAD/desktop/core/ext-py/Babel-0.9.6/scripts/dump_global.py hue(Download)
import sys import babel dirname = os.path.join(os.path.dirname(babel.__file__))
src/h/o/hortonworks-sandbox-HEAD/desktop/core/ext-py/Babel-0.9.6/scripts/dump_global.py hortonworks-sandbox(Download)
import sys import babel dirname = os.path.join(os.path.dirname(babel.__file__))
src/a/p/appscale-HEAD/AppServer/lib/webapp2-2.5.2/webapp2_extras/i18n.py appscale(Download)
import gettext as gettext_stdlib import babel from babel import dates from babel import numbers
src/a/p/appscale-HEAD/AppServer/lib/webapp2-2.5.1/webapp2_extras/i18n.py appscale(Download)
import gettext as gettext_stdlib import babel from babel import dates from babel import numbers
src/a/p/appscale-HEAD/AppServer/lib/webapp2-2.3/webapp2_extras/i18n.py appscale(Download)
import gettext as gettext_stdlib import babel from babel import dates from babel import numbers
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next