Skip to content

Commit

Permalink
docs(update): 3.48
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Jan 17, 2024
1 parent 17d7738 commit 1e02a87
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
61 changes: 61 additions & 0 deletions Core/Changelog/3.48.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
local W = unpack((select(2, ...)))

W.Changelog[348] = {
RELEASE_DATE = "2024/01/17",
IMPORTANT = {
["zhCN"] = {
"适配魔兽世界 10.2.5 版本.",
"适配 ElvUI 13.55 版本.",
"更新 LibOpenRaid 库.",
"更新 LibObjectiveProgress 库."
},
["zhTW"] = {
"適配魔獸世界 10.2.5 版本.",
"適配 ElvUI 13.55 版本.",
"更新 LibOpenRaid 庫.",
"更新 LibObjectiveProgress 庫."
},
["enUS"] = {
"Support WoW 10.2.5.",
"Support ElvUI 13.55.",
"Update LibOpenRaid library.",
"Update LibObjectiveProgress library."
},
["koKR"] = {
"월드 오브 워크래프트 10.2.5 지원.",
"ElvUI 13.55 지원.",
"LibOpenRaid 라이브러리 업데이트.",
"LibObjectiveProgress 라이브러리 업데이트."
},
["ruRU"] = {
"Поддержка WoW 10.2.5.",
"Поддержка ElvUI 13.55.",
"Обновлена библиотека LibOpenRaid.",
"Обновлена библиотека LibObjectiveProgress."
}
},
NEW = {
["zhCN"] = {},
["zhTW"] = {},
["enUS"] = {},
["koKR"] = {},
["ruRU"] = {}
},
IMPROVEMENT = {
["zhCN"] = {
"[事件追踪器] 新增了一个事件追踪器, 用于追踪盛大挖掘事件."
},
["zhTW"] = {
"[事件追蹤器] 新增了一個事件追蹤器, 用於追蹤重大挖掘事件."
},
["enUS"] = {
"[Event Tracker] Added a new event tracker for tracking the Big Dig event."
},
["koKR"] = {
"[이벤트 추적기] 대규모 발굴 이벤트를 추적하는 새 이벤트 추적기가 추가되었습니다."
},
["ruRU"] = {
"[Отслеживание событий] Добавлен новый отслеживатель событий для отслеживания события Большая раскопка."
}
}
}
3 changes: 2 additions & 1 deletion Core/Changelog/Load_Changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
<Script file='Previous\v3\3.44.lua'/>
<Script file='Previous\v3\3.45.lua'/>
<Script file='Previous\v3\3.46.lua'/>
<Script file='3.47.lua'/>
<Script file='Previous\v3\3.47.lua'/>
<Script file='3.48.lua'/>
</Ui>
File renamed without changes.

0 comments on commit 1e02a87

Please sign in to comment.