Hello, I've been trying to translate misago into Korean.
The official website of the Misago says that it supports Korean language, but I can't find the Korean PO file.
I tried to create translation file with
django-admin makemessages -l ko
command but nothing happened.
I changed LANGUAGE_CODE to "ko-KR" and tried to django-admin makemessages -l ko
this command.
How can I translate Misago into Korean?