[Django] #31585: Translation: Part of tutorial02 to Korean

8 views
Skip to first unread message

Django

unread,
May 14, 2020, 10:59:56 AM5/14/20
to django-...@googlegroups.com
#31585: Translation: Part of tutorial02 to Korean
-------------------------------------+-------------------------------------
Reporter: | Owner: nobody
flowertaekk-dev |
Type: | Status: new
Cleanup/optimization |
Component: | Version: 3.0
Documentation |
Severity: Normal | Keywords: translation
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
I have found this part of tutorial02 has not been translated in Korean.
So I would love to help for Korean to feel easier with this tutorial.

original)

The migrate command looks at the INSTALLED_APPS setting and creates any
necessary database tables according to the database settings in your
mysite/settings.py file and the database migrations shipped with the app
(we'll cover those later). You'll see a message for each migration it
applies. If you're interested, run the command-line client for your
database and type \dt (PostgreSQL), SHOW TABLES; (MariaDB, MySQL), .schema
(SQLite), or SELECT TABLE_NAME FROM USER_TABLES; (Oracle) to display the
tables Django created.

Korean)

migration 커맨드는 INSTALLED_APPS를 확인한 후에 mysite/settings.py 파일의
데이터베이스 설정을 이용해서 필요한 Database Table을 생성합니다. 그리고
Database migration을 통해 생성된 결과물은 앱과 함께 제공됩니다(추후 살펴
볼 예정). 위의 커맨드를 통해 Database migration이 적용되는 메시지를 확인할
수 있습니다. 또한, 설정한 Database client을 실행하고 다음의 커맨드를 이용
해서 Django가 생성한 Table들을 확인할 수 있습니다: \dt (PostgreSQL), SHOW
TABLES; (MariaDB, MySQL), .schema (SQLite), or SELECT TABLE_NAME FROM
USER_TABLES; (Oracle)

--
Ticket URL: <https://code.djangoproject.com/ticket/31585>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
May 14, 2020, 11:10:25 AM5/14/20
to django-...@googlegroups.com
#31585: Translation: Part of tutorial02 to Korean.
-------------------------------------+-------------------------------------
Reporter: flowertaekk-dev | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: 3.0
Severity: Normal | Resolution: invalid
Keywords: translation | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):

* status: new => closed
* resolution: => invalid


Comment:

Thanks for the report, however, translations are handled at
[https://docs.djangoproject.com/en/dev/internals/contributing/localizing/#translations.
Transifex] and not in this tracker.

--
Ticket URL: <https://code.djangoproject.com/ticket/31585#comment:1>

Reply all
Reply to author
Forward
0 new messages