Split FAQ into 2 parts due to string truncation. Update esES with new strings.
This commit is contained in:
@@ -2594,9 +2594,10 @@ local options = {
|
||||
desc = L["A collection of help pages"],
|
||||
childGroups = "select",
|
||||
args = {
|
||||
FAQ = {
|
||||
FAQ1 = {
|
||||
type = "group",
|
||||
name = "FAQ",
|
||||
order = 1,
|
||||
name = L["FAQ Part 1"],
|
||||
args = {
|
||||
header = {
|
||||
type = "header",
|
||||
@@ -2610,9 +2611,26 @@ local options = {
|
||||
},
|
||||
},
|
||||
},
|
||||
FAQ2 = {
|
||||
type = "group",
|
||||
order = 2,
|
||||
name = L["FAQ Part 2"],
|
||||
args = {
|
||||
header = {
|
||||
type = "header",
|
||||
name = L["Frequently Asked Questions"],
|
||||
order = 0,
|
||||
},
|
||||
text = {
|
||||
order = 1,
|
||||
type = "description",
|
||||
name = L["GENERAL_FAQ2"],
|
||||
},
|
||||
},
|
||||
},
|
||||
WARRIOR = {
|
||||
type = "group",
|
||||
name = "Warrior",
|
||||
name = L["Warrior"],
|
||||
args = {
|
||||
header = {
|
||||
type = "header",
|
||||
|
||||
Reference in New Issue
Block a user