From 319d51b734da8bc458f0759bd083fbf05e4c82b3 Mon Sep 17 00:00:00 2001 From: tgoddessana Date: Tue, 22 Oct 2024 16:29:48 +0900 Subject: [PATCH] =?UTF-8?q?Changed=20the=20translation=20for=20the=20word?= =?UTF-8?q?=20=E2=80=9CUser=E2=80=9D=20from=20=E2=80=9C=EC=9C=A0=EC=A0=80?= =?UTF-8?q?=E2=80=9D=20to=20=E2=80=9C=EC=82=AC=EC=9A=A9=EC=9E=90=E2=80=9D?= =?UTF-8?q?=20to=20make=20it=20consistent=20with=20Django's=20translation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reference: https://github.com/django/django/blob/5a91ad3d7115c692d497663a155edee5ebc8989c/django/contrib/admin/locale/ko/LC_MESSAGES/django.po#L601 --- rest_framework/locale/ko_KR/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest_framework/locale/ko_KR/LC_MESSAGES/django.po b/rest_framework/locale/ko_KR/LC_MESSAGES/django.po index 75798f2a7..1820b87ae 100644 --- a/rest_framework/locale/ko_KR/LC_MESSAGES/django.po +++ b/rest_framework/locale/ko_KR/LC_MESSAGES/django.po @@ -71,7 +71,7 @@ msgstr "토큰이 유효하지 않습니다." #: authtoken/admin.py:28 authtoken/serializers.py:9 msgid "Username" -msgstr "유저이름" +msgstr "사용자 이름" #: authtoken/apps.py:7 msgid "Auth Token" @@ -83,7 +83,7 @@ msgstr "키" #: authtoken/models.py:16 msgid "User" -msgstr "유저" +msgstr "사용자" #: authtoken/models.py:18 msgid "Created"