معرفی شرکت ها


cc.gettext-0.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Recipe for manipulating gettext message catalogs.
ویژگی مقدار
سیستم عامل -
نام فایل cc.gettext-0.7
نام cc.gettext
نسخه کتابخانه 0.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nathan R. Yergler
ایمیل نویسنده nathan@creativecommons.org
آدرس صفحه اصلی http://python.org/pypi/cc.gettext/
آدرس اینترنتی https://pypi.org/project/cc.gettext/
مجوز ZPL 2.1
*********************** Buildout GetText Recipe *********************** .. contents:: cc.gettext provides recipe[s] for manipulating gettext message catalogs. Compiling gettext catalogs ========================== The cc.gettext:msgfmt recipe can be used to compile gettext catalogs from the .po source format to the binary .mo representation needed by Zope 3. It supports two options: po_path A file path (relative to the buildout base or absolute) which is scanned recursively for .po files. All .po files found are processed by the recipe. mo_path The base file path (relative to the buildout base or absolute) where compiled .mo files are written. Compiled files are named using the pattern <mo_path>/<locale>/LC_MESSAGES/<domain>.mo If the specified path does not exist, the recipe will attempt to create it. 0.6.1 =========== * Fixed bug lying in wait (mis-named multiple assignment) * Fixed handling of PO files with leading whitespace. 0.6 === * Use python-gettext instead of forking a process to run msgfmt. 0.5.1 ===== * Attempt to create the mo_path if it does not exist. 0.5 === * Initial public release. Download **********************


نحوه نصب


نصب پکیج whl cc.gettext-0.7:

    pip install cc.gettext-0.7.whl


نصب پکیج tar.gz cc.gettext-0.7:

    pip install cc.gettext-0.7.tar.gz