-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generated locales from encounter info
- Loading branch information
Showing
10 changed files
with
993 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
-- This file is auto-generated, do not edit by hand. | ||
-- Run `DBM-Core/Tools/GenerateEncounterLocales.lua <path to this addon>` to re-generate it with latest data from wago.tools | ||
|
||
if not DBM.RegisterGeneratedLocales then -- Check for old Core version, to be removed later | ||
return | ||
end | ||
|
||
if GetLocale() == "enUS" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "Lord Kazzak", | ||
[3027] = "Azuregos", | ||
[3079] = "Prince Thunderaan", | ||
[3111] = "Emeriss", | ||
[3112] = "Lethon", | ||
[3113] = "Taerar", | ||
[3114] = "Ysondre", | ||
}) | ||
end | ||
if GetLocale() == "deDE" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "Lord Kazzak", | ||
[3027] = "Azuregos", | ||
[3079] = "Prinz Donneraan", | ||
[3111] = "Emeriss", | ||
[3112] = "Lethon", | ||
[3113] = "Taerar", | ||
[3114] = "Ysondre", | ||
}) | ||
end | ||
if GetLocale() == "esES" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "Lord Kazzak", | ||
[3027] = "Azuregos", | ||
[3079] = "Príncipe Thunderaan", | ||
[3111] = "Emeriss", | ||
[3112] = "Lethon", | ||
[3113] = "Taerar", | ||
[3114] = "Ysondre", | ||
}) | ||
end | ||
if GetLocale() == "esMX" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "Lord Kazzak", | ||
[3027] = "Azuregos", | ||
[3079] = "Príncipe Thunderaan", | ||
[3111] = "Emeriss", | ||
[3112] = "Lethon", | ||
[3113] = "Taerar", | ||
[3114] = "Ysondre", | ||
}) | ||
end | ||
if GetLocale() == "frFR" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "Seigneur Kazzak", | ||
[3027] = "Azuregos", | ||
[3079] = "Prince Tonneraan", | ||
[3111] = "Emeriss", | ||
[3112] = "Léthon", | ||
[3113] = "Taerar", | ||
[3114] = "Ysondre", | ||
}) | ||
end | ||
if GetLocale() == "koKR" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "군주 카자크", | ||
[3027] = "아주어고스", | ||
[3079] = "왕자 썬더란", | ||
[3111] = "에메리스", | ||
[3112] = "레손", | ||
[3113] = "타에라", | ||
[3114] = "이손드레", | ||
}) | ||
end | ||
if GetLocale() == "ptBR" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "Lorde Kazzak", | ||
[3027] = "Azuregos", | ||
[3079] = "Príncipe Trovejardus", | ||
[3111] = "Emeriss", | ||
[3112] = "Lethon", | ||
[3113] = "Taerar", | ||
[3114] = "Ysondra", | ||
}) | ||
end | ||
if GetLocale() == "ruRU" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "Владыка Каззак", | ||
[3027] = "Азурегос", | ||
[3079] = "Принц Громораан", | ||
[3111] = "Эмерисс", | ||
[3112] = "Летон", | ||
[3113] = "Таэрар", | ||
[3114] = "Исондра", | ||
}) | ||
end | ||
if GetLocale() == "zhCN" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "卡扎克", | ||
[3027] = "艾索雷葛斯", | ||
[3079] = "桑德兰王子", | ||
[3111] = "艾莫莉丝", | ||
[3112] = "莱索恩", | ||
[3113] = "泰拉尔", | ||
[3114] = "伊森德雷", | ||
}) | ||
end | ||
if GetLocale() == "zhTW" then | ||
DBM:RegisterGeneratedLocales("encounter", { | ||
[3026] = "卡札克領主", | ||
[3027] = "艾索雷苟斯", | ||
[3079] = "桑德蘭王子", | ||
[3111] = "艾莫莉絲", | ||
[3112] = "雷索", | ||
[3113] = "泰拉爾", | ||
[3114] = "伊索德雷", | ||
}) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.