feat: add Korean translation (#1127)

added Korean translation
This commit is contained in:
_Jellen
2023-02-20 09:54:12 +09:00
committed by GitHub
parent b8cc0b1270
commit 29b5c393d1
5 changed files with 275 additions and 2 deletions

View File

@ -34,6 +34,7 @@ const LocaleSelect: FC<Props> = (props: Props) => {
<Option value="ru">Русский</Option>
<Option value="it">Italiano</Option>
<Option value="hant"></Option>
<Option value="ko"></Option>
</Select>
);
};