-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add & Fixing missing translations for ko_KR #9571
base: master
Are you sure you want to change the base?
Conversation
…e it consistent with Django's translation reference: https://github.com/django/django/blob/5a91ad3d7115c692d497663a155edee5ebc8989c/django/contrib/admin/locale/ko/LC_MESSAGES/django.po#L601
"PO-Revision-Date: 2020-10-13 19:45+0000\n" | ||
"Last-Translator: Xavier Ordoquy <[email protected]>\n" | ||
"Language-Team: Korean (Korea) (http://www.transifex.com/django-rest-framework-1/django-rest-framework/language/ko_KR/)\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we decided to handle translations in Github(#9535), i deleted the transifex line.
"Plural-Forms: nplurals=1; plural=0;\n" | ||
|
||
#: authentication.py:70 | ||
msgid "Invalid basic header. No credentials provided." | ||
msgstr "기본 헤더(basic header)가 유효하지 않습니다. 인증데이터(credentials)가 제공되지 않았습니다." | ||
msgstr "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The django-admin makemessages created this kind of newline change, should I modify it to match the original file?
Description