Skip to content

Commit

Permalink
[Localization] Update Dungenos & Raids.
Browse files Browse the repository at this point in the history
  • Loading branch information
NORPG committed Dec 26, 2024
1 parent 4a457cc commit 3f3c686
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ DUNGEONS_AND_RAIDS = createHeader({
readable = "Dungeons & Raids",
icon = [[~_.asset("Category_D&R")]],
text = {
en = "Dungeons & Raids",
cn = "地下城和团队副本",
en = [[~GROUP_FINDER]],
},
});
DUNGEONS = createHeader({
Expand All @@ -12,8 +11,7 @@ DUNGEONS = createHeader({
minilist_ignore = true,
icon = [[~_.asset("Category_D&R")]],
text = {
en = "Dungeons",
cn = "地下城",
en = [[~DUNGEONS]],
},
});
RAIDS = createHeader({
Expand All @@ -22,7 +20,6 @@ RAIDS = createHeader({
minilist_ignore = true,
icon = [[~_.asset("Category_D&R")]],
text = {
en = "Raids",
cn = "团队副本",
en = [[~RAIDS]],
},
});

0 comments on commit 3f3c686

Please sign in to comment.