From 647ce6c36efcae19fbfac0c99dae3327c17e76c4 Mon Sep 17 00:00:00 2001 From: SeolPPe-KR Date: Mon, 23 Feb 2026 20:34:20 +0900 Subject: [PATCH 1/2] Update Korean translation Full Korean localization support for BetterCooldownManager. --- koKR.zip | Bin 0 -> 981 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 koKR.zip diff --git a/koKR.zip b/koKR.zip new file mode 100644 index 0000000000000000000000000000000000000000..8620924fd3e9e139ea2adddd49ec439970e06b13 GIT binary patch literal 981 zcmWIWW@Zs#U|`^2*j*GBBj0g4*`Aq!;T+BIBNS#d$h=L-9g!xgsM+;h?{yj!#4x5y%1Ckx*^!|6hnKOUr$6IqUhHo!{^D8}n_R$b9;Pvd(0$nZKv9Uu)`}zB$#EioPfC{+_&=w6zth<-Ha?byj+gFD&Ea*BnbY;cB;Drm5yd?-A1764 z_CL1%u_%6ZrRA(6d%rk~U+RB;vS7|))%%a%>n$_1J~w%gxgV<);+bk#|p3!&4mb~N|S z$W!P$yhS`>@=5#3Z7loq(&wIBvi|Y?oj03RRas6w;kUWV`7>Ys(p^WRu2N?y37eyg zVW+oockFs{_I1hJfR}=AIl6X#x)3A2JbA*w&Yr5w_fA{BxxP+`>zCO1L3-t6uJEf-5y|_~PX3Mp+Vyq{xbMu8 zs^b#1WEUR&x37P4B7;%Z>DtLBm#0M^S?*Zq_9iC1(LwFJi=OfQ#vqq~1^9Eg6SL Date: Mon, 23 Feb 2026 20:48:17 +0900 Subject: [PATCH 2/2] Add koKR.lua file directly Uploading the actual .lua file instead of a zip for easier code review. --- koKR.lua | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 koKR.lua diff --git a/koKR.lua b/koKR.lua new file mode 100644 index 0000000..42fceba --- /dev/null +++ b/koKR.lua @@ -0,0 +1,50 @@ +local L = LibStub("AceLocale-3.0"):NewLocale("BetterCooldownManager", "koKR") +if not L then return end + +-- [[ Tabs ]] +L["General"] = "일반" +L["Global"] = "전역" +L["Edit Mode Manager"] = "편집 모드" +L["Essential"] = "핵심 능력" +L["Utility"] = "보조 능력" +L["Buffs"] = "강화 효과" +L["Custom"] = "사용자" +L["Additional Custom"] = "추가 사용자" +L["Item"] = "아이템" +L["Trinkets"] = "장신구" +L["Items & Spells"] = "템 / 주문" +L["Power Bar"] = "자원 바" +L["Secondary Power Bar"] = "보조 자원 바" +L["Cast Bar"] = "시전 바" +L["Profiles"] = "프로필" + +-- [[ GUI Options & Text ]] +L["Icon Size"] = "아이콘 크기" +L["The size of the icons."] = "표시될 아이콘의 크기를 설정합니다." +L["Bar Width"] = "바 너비" +L["Bar Height"] = "바 높이" +L["Font Size"] = "글꼴 크기" +L["Spacing"] = "간격" +L["Show Text"] = "텍스트 표시" +L["Enable"] = "활성화" +L["Lock Anchor"] = "위치 고정" + +-- [[ Resources & Powers ]] +L["Mana"] = "마나" +L["Rage"] = "분노" +L["Focus"] = "집중" +L["Energy"] = "기력" +L["Combo Points"] = "연계 점수" +L["Runes"] = "룬" +L["Runic Power"] = "룬 마력" +L["Soul Shards"] = "영혼 조각" +L["Astral Power"] = "천공의 힘" +L["Holy Power"] = "신성한 힘" +L["Maelstrom"] = "소용돌이" +L["Chi"] = "기" +L["Insanity"] = "광기" +L["Arcane Charges"] = "비전 충전물" +L["Fury"] = "분노" +L["Pain"] = "고통" +L["Essence"] = "정수" +L["Stagger"] = "시간차" \ No newline at end of file