mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
update ItemBagFamily
This commit is contained in:
@@ -21,25 +21,25 @@ elseif GAME_LOCALE == "deDE" then
|
|||||||
lib:SetCurrentTranslations {
|
lib:SetCurrentTranslations {
|
||||||
["Quiver"] = "Quiver",
|
["Quiver"] = "Quiver",
|
||||||
["Ammo Pouch"] = "Ammo Pouch",
|
["Ammo Pouch"] = "Ammo Pouch",
|
||||||
["Soul Bag"] = "Soul Bag",
|
["Soul Bag"] = "Seelentaschen",
|
||||||
["Herb Bag"] = "Herb Bag",
|
["Herb Bag"] = "Kräutertaschen",
|
||||||
["Enchanting Bag"] = "Enchanting Bag",
|
["Enchanting Bag"] = "Verzauberertaschen",
|
||||||
}
|
}
|
||||||
elseif GAME_LOCALE == "frFR" then
|
elseif GAME_LOCALE == "frFR" then
|
||||||
lib:SetCurrentTranslations {
|
lib:SetCurrentTranslations {
|
||||||
["Quiver"] = "Quiver",
|
["Quiver"] = "Quiver",
|
||||||
["Ammo Pouch"] = "Ammo Pouch",
|
["Ammo Pouch"] = "Ammo Pouch",
|
||||||
["Soul Bag"] = "Soul Bag",
|
["Soul Bag"] = "Sacs d'âmes",
|
||||||
["Herb Bag"] = "Herb Bag",
|
["Herb Bag"] = "Sacs d'herbes",
|
||||||
["Enchanting Bag"] = "Enchanting Bag",
|
["Enchanting Bag"] = "Sacs d'enchanteur",
|
||||||
}
|
}
|
||||||
elseif GAME_LOCALE == "zhCN" then
|
elseif GAME_LOCALE == "zhCN" then
|
||||||
lib:SetCurrentTranslations {
|
lib:SetCurrentTranslations {
|
||||||
["Quiver"] = "Quiver",
|
["Quiver"] = "Quiver",
|
||||||
["Ammo Pouch"] = "Ammo Pouch",
|
["Ammo Pouch"] = "Ammo Pouch",
|
||||||
["Soul Bag"] = "Soul Bag",
|
["Soul Bag"] = "灵魂袋",
|
||||||
["Herb Bag"] = "Herb Bag",
|
["Herb Bag"] = "草药包",
|
||||||
["Enchanting Bag"] = "Enchanting Bag",
|
["Enchanting Bag"] = "附魔材料包",
|
||||||
}
|
}
|
||||||
elseif GAME_LOCALE == "zhTW" then
|
elseif GAME_LOCALE == "zhTW" then
|
||||||
lib:SetCurrentTranslations {
|
lib:SetCurrentTranslations {
|
||||||
@@ -53,9 +53,9 @@ elseif GAME_LOCALE == "koKR" then
|
|||||||
lib:SetCurrentTranslations {
|
lib:SetCurrentTranslations {
|
||||||
["Quiver"] = "Quiver",
|
["Quiver"] = "Quiver",
|
||||||
["Ammo Pouch"] = "Ammo Pouch",
|
["Ammo Pouch"] = "Ammo Pouch",
|
||||||
["Soul Bag"] = "Soul Bag",
|
["Soul Bag"] = "영혼의 주머니",
|
||||||
["Herb Bag"] = "Herb Bag",
|
["Herb Bag"] = "약초 가방",
|
||||||
["Enchanting Bag"] = "Enchanting Bag",
|
["Enchanting Bag"] = "마법부여 가방",
|
||||||
}
|
}
|
||||||
elseif GAME_LOCALE == "esES" then
|
elseif GAME_LOCALE == "esES" then
|
||||||
lib:SetCurrentTranslations {
|
lib:SetCurrentTranslations {
|
||||||
|
|||||||
Reference in New Issue
Block a user