Fix T98527 : corrected label for Korean language in Blender preferences

Patch changes label from '한국 언어' to '한국어'

Reviewed By: persun, PratikPB2123, mont29

Maniphest Tasks: T98527

Differential Revision: https://developer.blender.org/D15120
This commit is contained in:
Joseph Faulkner 2022-06-07 09:35:03 +02:00 committed by Bastien Montagne
parent 7c4826d971
commit b77494ec61
Notes: blender-bot 2023-02-13 15:18:48 +01:00
Referenced by issue #98527, Wrong Korean spelling in preferences
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ LANGUAGES = (
(21, "Arabic (ﺔﻴﺑﺮﻌﻟﺍ)", "ar_EG"),
(22, "Bulgarian (Български)", "bg_BG"),
(23, "Greek (Ελληνικά)", "el_GR"),
(24, "Korean (한국어)", "ko_KR"),
(24, "Korean (한국어)", "ko_KR"),
(25, "Nepali (नेपाली)", "ne_NP"),
# Using the utf8 flipped form of Persian (فارسی).
(26, "Persian (ﯽﺳﺭﺎﻓ)", "fa_IR"),