mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
Show Coins option not supported via text string
@Bunny67 Maybe you have an alternative method?
This commit is contained in:
@@ -59,33 +59,26 @@ E.Options.args.bags = {
|
||||
},
|
||||
set = function(info, value) E.db.bags[ info[getn(info)] ] = value; B:UpdateGoldText(); end
|
||||
},
|
||||
moneyCoins = {
|
||||
order = 3,
|
||||
type = "toggle",
|
||||
name = L["Show Coins"],
|
||||
desc = L["Use coin icons instead of colored text."],
|
||||
set = function(info, value) E.db.bags[ info[getn(info)] ] = value; B:UpdateGoldText(); end
|
||||
},
|
||||
clearSearchOnClose = {
|
||||
order = 4,
|
||||
order = 3,
|
||||
type = "toggle",
|
||||
name = L["Clear Search On Close"],
|
||||
set = function(info, value) E.db.bags[info[getn(info)]] = value; end
|
||||
},
|
||||
disableBagSort = {
|
||||
order = 5,
|
||||
order = 4,
|
||||
type = "toggle",
|
||||
name = L["Disable Bag Sort"],
|
||||
set = function(info, value) E.db.bags[info[getn(info)]] = value; B:ToggleSortButtonState(false); end
|
||||
},
|
||||
disableBankSort = {
|
||||
order = 6,
|
||||
order = 5,
|
||||
type = "toggle",
|
||||
name = L["Disable Bank Sort"],
|
||||
set = function(info, value) E.db.bags[info[getn(info)]] = value; B:ToggleSortButtonState(true); end
|
||||
},
|
||||
countGroup = {
|
||||
order = 7,
|
||||
order = 6,
|
||||
type = "group",
|
||||
name = L["Item Count Font"],
|
||||
guiInline = true,
|
||||
@@ -135,7 +128,7 @@ E.Options.args.bags = {
|
||||
}
|
||||
},
|
||||
itemLevelGroup = {
|
||||
order = 8,
|
||||
order = 7,
|
||||
type = "group",
|
||||
name = L["Item Level"],
|
||||
guiInline = true,
|
||||
|
||||
@@ -130,12 +130,6 @@ E.Options.args.datatexts = {
|
||||
["CONDENSED"] = L["Condensed"],
|
||||
["BLIZZARD"] = L["Blizzard Style"]
|
||||
}
|
||||
},
|
||||
goldCoins = {
|
||||
order = 7,
|
||||
type = "toggle",
|
||||
name = L["Show Coins"],
|
||||
desc = L["Use coin icons instead of colored text."]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -176,7 +176,6 @@ L["Search Syntax"] = "搜索语法"
|
||||
L["Set the size of your bag buttons."] = "设置背包按钮尺寸"
|
||||
L["Short (Whole Numbers)"] = "短(完整数字)"
|
||||
L["Short"] = "短"
|
||||
L["Show Coins"] = "显示硬币"
|
||||
L["Smart"] = "智能"
|
||||
L["Sort Direction"] = "排列方向"
|
||||
L["Sort Inverted"] = "倒序"
|
||||
|
||||
@@ -174,7 +174,6 @@ L["Search Syntax"] = true;
|
||||
L["Set the size of your bag buttons."] = true;
|
||||
L["Short (Whole Numbers)"] = true;
|
||||
L["Short"] = true;
|
||||
L["Show Coins"] = true;
|
||||
L["Smart"] = true;
|
||||
L["Sort Direction"] = true; --Also used in Buffs and Debuffs
|
||||
L["Sort Inverted"] = true;
|
||||
|
||||
@@ -176,7 +176,6 @@ L["Search Syntax"] = "Syntaxe pour la recherche"
|
||||
L["Set the size of your bag buttons."] = "Définissez la taille de vos boutons de sac."
|
||||
L["Short (Whole Numbers)"] = "Court (nombres entiers)"
|
||||
L["Short"] = "Court"
|
||||
L["Show Coins"] = "Afficher les pièces"
|
||||
L["Smart"] = "Intelligent"
|
||||
L["Sort Direction"] = "Type de direction" --Also used in Buffs and Debuffs
|
||||
L["Sort Inverted"] = "Tri inversé"
|
||||
|
||||
@@ -176,7 +176,6 @@ L["Search Syntax"] = "Suchsyntax"
|
||||
L["Set the size of your bag buttons."] = "Setze die Größe der Taschen Taste."
|
||||
L["Short (Whole Numbers)"] = "Kurz (ganze Zahlen)"
|
||||
L["Short"] = "Kurz"
|
||||
L["Show Coins"] = "Währungssymbole anzeigen"
|
||||
L["Smart"] = "Elegant"
|
||||
L["Sort Direction"] = "Sortierrichtung" --Also used in Buffs and Debuffs
|
||||
L["Sort Inverted"] = "Umgekehrtes sortieren"
|
||||
|
||||
@@ -222,7 +222,6 @@ L["Search Syntax"] = "아이템 검색법"
|
||||
L["Set the size of your bag buttons."] = "가방바에서 슬롯의 크기를 결정합니다."
|
||||
L["Short (Whole Numbers)"] = "골드만"
|
||||
L["Short"] = "짧게"
|
||||
L["Show Coins"] = "동전 이미지로 보기"
|
||||
L["Smart"] = "스마트"
|
||||
L["Sort Direction"] = "정렬 방법"
|
||||
L["Sort Inverted"] = "아래로 정렬"
|
||||
|
||||
@@ -176,7 +176,6 @@ L["Search Syntax"] = true;
|
||||
L["Set the size of your bag buttons."] = "Define o tamanho dos botões das Bolsas"
|
||||
L["Short (Whole Numbers)"] = true;
|
||||
L["Short"] = true;
|
||||
L["Show Coins"] = true;
|
||||
L["Smart"] = true;
|
||||
L["Sort Direction"] = "Direção de organização"
|
||||
L["Sort Inverted"] = "Oganizar Invertido"
|
||||
|
||||
@@ -176,7 +176,6 @@ L["Search Syntax"] = "Синтаксис поиска"
|
||||
L["Set the size of your bag buttons."] = "Установите размер кнопок на панели."
|
||||
L["Short (Whole Numbers)"] = "Короткий (целые)"
|
||||
L["Short"] = "Короткий"
|
||||
L["Show Coins"] = "Показывать монеты"
|
||||
L["Smart"] = "Умный"
|
||||
L["Sort Direction"] = "Направление сортировки" --Also used in Buffs and Debuffs
|
||||
L["Sort Inverted"] = "Инвертированная сортировка"
|
||||
|
||||
@@ -176,7 +176,6 @@ L["Search Syntax"] = true;
|
||||
L["Set the size of your bag buttons."] = "Establece el tamaño de tus botones de la bolsa."
|
||||
L["Short (Whole Numbers)"] = true;
|
||||
L["Short"] = true;
|
||||
L["Show Coins"] = true;
|
||||
L["Smart"] = true;
|
||||
L["Sort Direction"] = "Dirección de Ordenado"
|
||||
L["Sort Inverted"] = "Ordenado Invertido"
|
||||
|
||||
@@ -176,7 +176,6 @@ L["Search Syntax"] = "搜尋語法"
|
||||
L["Set the size of your bag buttons."] = "設定你的背包格子大小."
|
||||
L["Short (Whole Numbers)"] = "短 (完整數字)"
|
||||
L["Short"] = "短"
|
||||
L["Show Coins"] = "顯示硬幣"
|
||||
L["Smart"] = "智慧"
|
||||
L["Sort Direction"] = "排序方向"
|
||||
L["Sort Inverted"] = "倒序排列"
|
||||
|
||||
Reference in New Issue
Block a user