django-template-korean

Django template filter for Korean via korean module


License
Other
Install
pip install django-template-korean==0.1.0

Documentation

django-template-korean

Django template filter for Korean via sublee/korean module. sublee/korean module을 톡해 μ œκ³΅λ˜λŠ” Django template filerμž…λ‹ˆλ‹€.

Notice

I wrote better version of this module within sublee/korean, and it had been merged into master. So, if you're using latest version of sublee/korean, just use shipped korean.ext.django module. Thanks.

ν–₯μƒλœ κΈ°λŠ₯을 μ œκ³΅ν•˜λŠ” 버전이 sublee/korean의 master λΈŒλžœμΉ˜μ— λ³‘ν•©λ˜μ—ˆμŠ΅λ‹ˆλ‹€. ν•΄λ‹Ή λͺ¨λ“ˆμ˜ μ΅œμ‹  버전을 μ‚¬μš©ν•˜λŠ” 경우, 이 ν”„λ‘œμ νŠΈλ³΄λ‹€ korean λͺ¨λ“ˆμ— λ‚΄μž₯된 korean.ext.django λ₯Ό μ‚¬μš©ν•΄μ£Όμ„Έμš”. κ°μ‚¬ν•©λ‹ˆλ‹€.

Installation

via pip:

$ pip install django-template-korean

and add to your apps

INSTALLED_APPS = (
    ...
    'template_korean',
    ...
)

Usage in django template

{% load template_korean %}
<!-- before: λ°•ν˜„μš°(은)λŠ” λ˜₯(을)λ₯Ό μŒŒλ‹€. -->
{{ message|proofread }}
<!-- after: λ°•ν˜„μš°λŠ” λ˜₯을 μŒŒλ‹€. -->

Author

  • Park Hyunwoo <ez.amiryo at gmail.com>

Disclaimer

Distributed under MIT license.