ko_KR translation: Fix locale string
The Korean translation was using `kr_KR` locale string, which is a typo and will not be recognized by Qt. This commit replaces `kr_KR` with `ko_KR`.
This commit is contained in:
committed by
borgmanJeremy
parent
ef68944d18
commit
4703516698
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="kr_KR">
|
||||
<TS version="2.1" language="ko_KR">
|
||||
<context>
|
||||
<name>AppLauncher</name>
|
||||
<message>
|
||||
|
||||
Reference in New Issue
Block a user