معرفی شرکت ها


django-phrase-1.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Connect your Django apps to Phrase, the powerful in-context-translation solution.
ویژگی مقدار
سیستم عامل -
نام فایل django-phrase-1.1.0
نام django-phrase
نسخه کتابخانه 1.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dynport GmbH
ایمیل نویسنده info@phrase.com
آدرس صفحه اصلی https://github.com/phrase/django-phrase
آدرس اینترنتی https://pypi.org/project/django-phrase/
مجوز MIT
============= django-phrase ============= Phrase_ is the translation management solution for web and mobile applications. Collaborate with your team, find professional translators and stay on top of the process. This adapter lets you connect your Django_ application to Phrase and integrate the powerful In-Context-Editor_ into your apps. .. _Phrase: https://phrase.com .. _Django: https://www.djangoproject.com .. _In-Context-Editor: https://help.phrase.com/help/translate-directly-on-your-website How does it work? ----------------- django-phrase provides In-Context translating facilities to your Django app by hooking into i18n template tags. It exposes the underlying key names to the In-Context Editor that is provided by Phrase. To get started with Phrase you need to `sign up for a free account <https://phrase.com/signup>`_. Installation ------------ Install the package with pip:: pip install django-phrase And add phrase to the list of installed apps:: INSTALLED_APPS = ( 'phrase', ) You can now use the ``phrase_i18n`` template tag in your templates:: {% load phrase_i18n %} Note: You have to load ``phrase_i18n`` *after* you load ``ì18n`` in order to let ``phrase`` override the translation methods. Last step: add the JavaScript snippet to your base layout file with the following tag. This should go inside the ``<head>`` section of your template file:: {% phrase_javascript %} Configuration ------------- You can configure the In-Context Editor in your settings with these options:: PHRASE_ENABLED = True PHRASE_PROJECT_ID = 'YOUR_PROJECT_ID' PHRASE_PREFIX = '{{__' PHRASE_SUFFIX = '__}}' ************** PHRASE_ENABLED ************** Enable/Disable In-Context Editor completely and fall back to standard Django i18n handling. Always disable the In-Context Editor for production environments! ***************** PHRASE_PROJECT_ID ***************** Add your ProjectID. You find the Project ID on the `projects overview page <https://app.phrase.com/projects>`_. ************* PHRASE_PREFIX ************* Change the prefix and suffix of the keys that are rendered by the In-Context Editor. Default typically works great but this can conflict with some JavaScript liberaries. Use this setting to change prefix and suffix to custom ones if necessary. ******************** Heroku and .mo Files ******************** If you are using the current global gitignore file for python https://github.com/github/gitignore/blob/master/Python.gitignore be warned that your compiled .mo files are ignored as well. That means that your translations will not appear on Heroku. If you want this not to happen or having issues with this simply comment out your \*.mo ignore rule. Then run your compilemessages locally and include them into your sourcetree before pushing to Heroku. More Information ---------------- * Signup_ * Documentation_ * Support_ .. _Signup: https://phrase.com/signup .. _Documentation: https://help.phrase.com/ .. _Support: https://phrase.com/contact ## Get help / support Please contact [support@phrase.com](mailto:support@phrase.com?subject=[GitHub]%20) and we can take more direct action toward finding a solution.


نحوه نصب


نصب پکیج whl django-phrase-1.1.0:

    pip install django-phrase-1.1.0.whl


نصب پکیج tar.gz django-phrase-1.1.0:

    pip install django-phrase-1.1.0.tar.gz