Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(96) | Call(0) | Derive(0) | Import(96)
Locale dependent formatting and parsing of dates and times. The default locale for the functions in this module is determined by the following environment variables, in that order: * ``LC_TIME``, * ``LC_ALL``, and * ``LANG``
src/w/e/webapp2_example-HEAD/lib/webapp2_extras/i18n.py webapp2_example(Download)
import babel from babel import dates from babel import numbers from babel import support
src/r/e/reahl-doc-2.1.0/reahl/doc/examples/tutorial/i18nexample/i18nexample.py reahl-doc(Download)
from reahl.component.modelinterface import exposed, EmailField, Field, Event, Action from reahl.component.i18n import Translator import babel.dates
src/n/a/nagare-0.4.1/nagare/i18n.py nagare(Download)
try: from babel import core, negotiate_locale, Locale as CoreLocale from babel import dates, numbers, support import pytz
src/m/i/microblog-HEAD/flask/lib/python2.7/site-packages/flask_babel/__init__.py microblog(Download)
from datetime import datetime from flask import _request_ctx_stack from babel import dates, numbers, support, Locale from werkzeug import ImmutableDict try:
src/m/e/me-HEAD/libs/flaskext/babel.py me(Download)
from datetime import datetime from flask import _request_ctx_stack from babel import dates, numbers, support, Locale from werkzeug import ImmutableDict try:
src/p/l/Plurk_Solace-0.1/solace/i18n/__init__.py Plurk_Solace(Download)
from weakref import WeakKeyDictionary from babel import Locale, dates, numbers, UnknownLocaleError from babel.support import Translations from werkzeug.exceptions import NotFound
src/s/o/solace-HEAD/solace/i18n/__init__.py solace(Download)
from weakref import WeakKeyDictionary from babel import Locale, dates, numbers, UnknownLocaleError from babel.support import Translations from werkzeug.exceptions import NotFound
src/t/i/tipfy.ext.i18n-0.8/tipfy/ext/i18n.py tipfy.ext.i18n(Download)
import os from babel import Locale, dates, numbers, support from pytz.gae import pytz
src/f/l/Flask-Babel-0.9/flask_babel/__init__.py Flask-Babel(Download)
from datetime import datetime from flask import _request_ctx_stack from babel import dates, numbers, support, Locale from werkzeug import ImmutableDict try:
src/t/i/tipfy-1.0b3/tipfy/i18n.py tipfy(Download)
import os from babel import Locale, dates, numbers, support try:
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next