Skip to content

Commit

Permalink
Remove unused localization
Browse files Browse the repository at this point in the history
Re-add some that was missing though
  • Loading branch information
MysticalOS committed Nov 29, 2023
1 parent 54624c9 commit 7a68013
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 17 deletions.
3 changes: 0 additions & 3 deletions DBM-Raids-Vanilla/localization.br.lua
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,6 @@ L:SetOptionLocalization{
}
L:SetMiscLocalization{
Phase2Emote = "fogem à medida que o poder do orbe é drenado.",
YellEgg1 = "Vocês pagarão caro por me forçarem a fazer isso!",
YellEgg2 = "Tolos! Esses ovos são mais preciosos do que vocês imaginam!",
YellEgg3 = "Não! Mais um, não! Cortarei suas cabeças por esta atrocidade!",
YellPull = "Invasores violaram a incubadora! Soem o alarme! Protejam os ovos a todo custo!"
}
-------------------
Expand Down
3 changes: 0 additions & 3 deletions DBM-Raids-Vanilla/localization.cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@ L:SetOptionLocalization{
}
L:SetMiscLocalization{
Phase2Emote = "失去能量,停止运作!",
YellEgg1 = "你要为强迫我这么做而付出代价!",
YellEgg2 = "蠢货!这些蛋比你认为的要珍贵的多!", -- needs localized resource
YellEgg3 = "不!住手!我要你的头颅来弥补你的罪行!",
YellPull = "入侵者闯入孵化室了!警报!不惜一切代价保护蛋!"
}
-------------------
Expand Down
3 changes: 0 additions & 3 deletions DBM-Raids-Vanilla/localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,6 @@ L:SetOptionLocalization{
}
L:SetMiscLocalization{
Phase2Emote = "flee as the controlling power of the orb is drained.",
YellEgg1 = "You'll pay for forcing me to do this!",
YellEgg2 = "Fools! These eggs are more precious than you know!",
YellEgg3 = "No - not another one! I'll have your heads for this atrocity!",
YellPull = "Intruders have breached the hatchery! Sound the alarm! Protect the eggs at all costs!\r\n"--Yes this yell actually has a return and new line in it. as grabbed by transcriptor
}
-------------------
Expand Down
8 changes: 6 additions & 2 deletions DBM-Raids-Vanilla/localization.es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ L:SetOptionLocalization{
}
L:SetMiscLocalization{
Phase2Emote = "huyen mientras se consume el poder del orbe.",
YellPull = "¡Los invasores han penetrado en El Criadero! ¡Activad la alarma! ¡Hay que proteger los huevos a toda costa!"
YellPull = "¡Tenemos intrusos en El Criadero! ¡Haced sonar la alarma! ¡Proteged los huevos a toda costa!"
}
-------------------
-- Vaelastrasz --
Expand All @@ -290,7 +290,11 @@ L:SetMiscLocalization{
L = DBM:GetModLocalization("Broodlord")

L:SetGeneralLocalization{
name = "Señor de linaje Capazote"
name = "Señor de prole Capazote"
}

L:SetMiscLocalization{
Pull = "¡Ninguno de los vuestros debería estar aquí! ¡Os habéis condenado vosotros mismos!"
}

---------------
Expand Down
3 changes: 0 additions & 3 deletions DBM-Raids-Vanilla/localization.fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,6 @@ L:SetOptionLocalization{
}
L:SetMiscLocalization{
Phase2Emote = "s'enfuit car le contrôle de l'orbe s'affaiblit.",
YellEgg1 = "Vous allez payer pour m'avoir forcé à faire ça !",
YellEgg2 = "Imbéciles ! Vous n'avez pas idée de la valeur de ces œufs !",
YellEgg3 = "Non, pas un autre ! J'aurai vos têtes pour venger cette atrocité !",
YellPull = "La chambre des œufs est envahie ! Sonnez l'alarme ! Protégez les œufs à tout prix !"
}
-------------------
Expand Down
3 changes: 0 additions & 3 deletions DBM-Raids-Vanilla/localization.mx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,6 @@ L:SetOptionLocalization{
}
L:SetMiscLocalization{
Phase2Emote = "huyen mientras se consume el poder del orbe.",
YellEgg1 = "¡Pagarán por obligarme a hacer esto!",
YellEgg2 = "¡Locos! ¡Esos huevos son más valiosos de lo que creen!",
YellEgg3 = "¡No, otro no! ¡Rodarán sus cabezas por esta infamia!",
YellPull = "¡Los invasores han penetrado en El Criadero! ¡Activa la alarma! ¡Hay que proteger los huevos a toda costa!"
}
-------------------
Expand Down

0 comments on commit 7a68013

Please sign in to comment.