Results of 1 - 10 of about 61 for translation (0.025 sec.)
- 翻訳 — Django 4.0.6 ドキュメント 16466
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Python コードでの国際化 ¶ 標準的な翻訳 ¶ Specify a translation string by using the function gettext() . It's conv ...
imes, you should use gettext_lazy() as the default translation method for a particular file. Without _() in the g ...
r has to think about which is the most appropriate translation function. The underscore character ( _ ) is used t ...
django.http import HttpResponse from django.utils.translation import gettext as _ def my_view ( request ): outpu ...
-
https://man.plustar.jp/django/topics/i18n/translation.html
- [similar]
- django.utils.translation — Django 4.0.6 ドキュメント 11118
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
able of contents | Index | Modules up django.utils.translation のソースコード """ Internationalization support. " ...
" The purpose of this class is to store the actual translation function upon receiving the first call to that fun ...
ettings if settings . USE_I18N : from django.utils.translation import trans_real as trans from django.utils.trans ...
lation.reloader import ( translation_file_changed , watch_for_translation_changes , ) a ...
-
https://man.plustar.jp/django/_modules/django/utils/translation.html
- [similar]
- Django のローカライズ — Django 4.0.6 ドキュメント 9523
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
internationalization forum . Specialties of Django translation に関するノートを読んで確認する。 Transifex にサイン ...
clarify procedural problems and handle the actual translation process. Once you are a member of a team choose th ...
e translation resource you want to update on the team page. For ...
example the "core" resource refers to the translation catalog that contains all non-contrib translations ...
-
https://man.plustar.jp/django/internals/contributing/localizing.html
- [similar]
- Unicode data — Django 4.0.6 ドキュメント 9306
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lization features introduce the concept of a "lazy translation" -- a string that has been marked as translated bu ...
t whose actual translation result isn't determined until the object is used i ...
string. This feature is useful in cases where the translation locale is unknown until the string is used, even t ...
rted. Normally, you won't have to worry about lazy translations. Just be aware that if you examine an object and ...
-
https://man.plustar.jp/django/ref/unicode.html
- [similar]
- Django Utils — Django 4.0.6 ドキュメント 8624
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
you write your own similar functions and deal with translations, you'll face the problem of what to do when the f ...
irst argument is a lazy translation object. You don't want to convert it to a string i ...
es the function so that if it's called with a lazy translation as one of its arguments, the function evaluation i ...
nput is a proper string, then add support for lazy translation objects at the end. keep_lazy_text ( func ) [ソース ...
-
https://man.plustar.jp/django/ref/utils.html
- [similar]
- Django 1.8.5 リリースノート — Django 4.0.6 ドキュメント 8465
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ions crash with GenericForeignKey ( #25040 ). Made translation.override() clear the overridden language when a tr ...
ations , when , some , crash , up , next , COUNT , translation クイック検索 Last update: 2022年6月01日 « previous ...
-
https://man.plustar.jp/django/releases/1.8.5.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 8392
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
) (django.utils.timezone モジュール) (django.utils.translation モジュール) add template filter add() (cache のメソ ...
and のメソッド) check_for_language() (django.utils.translation モジュール) check_password() (django.contrib.auth. ...
) (django.utils.timezone モジュール) (django.utils.translation モジュール) deactivate_all() (django.utils.transla ...
ュール django.utils.timezone モジュール django.utils.translation モジュール django.views モジュール django.views.de ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- Django 1.3 release notes — Django 4.0.6 ドキュメント 7711
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
arkers and comments for translatable strings ¶ For translation strings with ambiguous meaning, you can now use th ...
Up() method of your test case. Changed priority of translation loading ¶ Work has been done to simplify, rational ...
t the algorithm used by Django at runtime to build translations from the different translations found on disk, na ...
emplates ( 'django' gettext domain): Priorities of translations included with applications listed in the INSTALLE ...
-
https://man.plustar.jp/django/releases/1.3.html
- [similar]
- django.contrib.postgres.validators — Django 4.0.6 ドキュメント 7639
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
construct import deconstructible from django.utils.translation import gettext_lazy as _ from django.utils.transla ...
-
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 7566
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
t() and smart_text() will be removed. django.utils.translation.ugettext() , ugettext_lazy() , ugettext_noop() , u ...
user language in request.session (key django.utils.translation.LANGUAGE_SESSION_KEY ). alias=None will be require ...
er.setup_databases() will be removed. django.utils.translation.string_concat() will be removed. django.core.cache ...
llow a slightly accelerated deprecation timeframe. Translations located under the so-called project path will be ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]