検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 76 for LANGUAGE (0.037 sec.)
翻訳 — Django 4.0.6 ドキュメント 14822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... translating web apps on the fly in each available language, according to users' language preferences. Django ... することです) 。まだの場合は、 How Django discovers language preference を参照してください。 Python コードでの国 ... return HttpResponse ( output ) This technique lets language-specific translations reorder the placeholder text ... ngs. This example, besides being incorrect in some languages as noted above, would fail: text = ngettext ( 'Th ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 13409
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... deactivate" , "override" , "deactivate_all" , "get_language" , "get_language_from_request" , "get_language_inf ... o" , "get_language_bidi" , "check_for_language" , "to_language" , "to ... , number = number ) [ドキュメント] def activate ( language ): return _trans . activate ( language ) [ドキュメ ... erride ( ContextDecorator ): def __init__ ( self , language , deactivate = False ): self . language = language ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
設定 — Django 4.0.6 ドキュメント 9918
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... MODULE_PATH is set to mysite.formats , and current language is en (English), Django will expect a directory tr ... pposed to "EXTERNAL") in AdminEmailHandler emails. LANGUAGE_CODE ¶ デフォルト値: 'en-us' このインストールに対す ... します。例えば、U.S. の英語は "en-us" です。 list of language identifiers と 国際化とローカル化 も参照してくださ ... の設定が利用されます。 詳しくは How Django discovers language preference を参照してください。 LANGUAGE_COOKIE_AG ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 8685
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cookie age. django.contrib.syndication ¶ Added the language class attribute to the django.contrib.syndication. ... views.Feed to customize a feed language. The default value is get_language() instead of LA ... dget() . 国際化 (internationalization) ¶ Added the LANGUAGE_COOKIE_HTTPONLY , LANGUAGE_COOKIE_SAMESITE , and L ... set the HttpOnly , SameSite , and Secure flags on language cookies. The default values of these settings pres ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 8450
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を訪問する。 On the Django project page , choose the language you want to work on, or -- in case the language do ... esn't exist yet -- request a new language team by clicking on the "Request language" link an ... d selecting the appropriate language. Then, click the "Join this Team" button to become ... nity to complete and fix the translations for your language! フォーマット ¶ You can also review conf/locale/<l ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 8145
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are would need to distinguish caches by the Accept-language header. patch_cache_control ( response , ** kwargs ... inds in online media/journalism/publishing." , ... language = "en" , ... ) >>> feed . add_item ( ... title = " ... write() . __init__ ( title , link , description , language = None , author_email = None , author_name = None ... 遅延翻訳ドキュメント を参照してください。 activate ( language ) [ソース] ¶ 渡された language に対して翻訳オブジェ ...
https://man.plustar.jp/django/ref/utils.html - [similar]
索引 — Django 4.0.6 ドキュメント 8104
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -tag -t check() (BaseCommand のメソッド) check_for_language() (django.utils.translation モジュール) check_pass ... ete_fields() (ModelAdmin のメソッド) get_available_languages template tag get_available_name() (django.core.fi ... orage のメソッド) (Storage のメソッド) get_current_language template tag get_current_language_bidi template ta ... ソッド) get_json_data() (Form.errors のメソッド) get_language() (django.utils.translation モジュール) get_langua ...
https://man.plustar.jp/django/genindex.html - [similar]
国際化とローカル化 — Django 4.0.6 ドキュメント 8048
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w a single web application to offer its content in languages and formats tailored to the audience. Django は テ ... によります。これらの情報は、ブラウザによって Accept-Language ヘッダにて提供されます。ただし、タイムゾーンは簡単 ... となるでしょう: ロケール名 ¶ A locale name, either a language specification of the form ll or a combined languag ... Examples: it , de_AT , es , pt_BR , sr_Latn . The language part is always in lowercase. The country part is i ...
https://man.plustar.jp/django/topics/i18n/index.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 8007
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django's template engine provides a powerful mini-language for defining the user-facing layer of your applica ... see テンプレート topic guide. The Django Template Language テンプレート 変数 フィルター タグ コメント テンプレ ... その他のタグとフィルタライブラリ The Django template language: for Python programmers オーバービュー Configuring ... ピックへ Signals 次のトピックへ The Django Template Language 関連キーワード テンプレート , タグ , フィルタ , te ...
https://man.plustar.jp/django/ref/templates/index.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dules « previous | up | next » The Django template language: for Python programmers ¶ This document explains t ... extend it. If you're looking for reference on the language syntax, see The Django Template Language . It assu ... Start with the introduction to the Django template language if you aren't familiar with these concepts. オーバ ... mitations with string literals ¶ Django's template language has no way to escape the characters used for its o ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT