Skip to content

Commit

Permalink
Locale cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jun 12, 2024
1 parent 8d0750e commit 1ef1b97
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,6 @@ core:RegisterEvent("ADDON_LOADED")
do
local loc = GetLocale()
local needsLocale = {
--deDE = "German",
esES = "Spanish",
esMX = "Spanish MX",
itIT = "Italian",
koKR = "Korean",
Expand Down
2 changes: 0 additions & 2 deletions Core_BCC.lua
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,6 @@ core:RegisterEvent("ADDON_LOADED")
do
local loc = GetLocale()
local needsLocale = {
--deDE = "German",
--esES = "Spanish",
--esMX = "Spanish MX",
--itIT = "Italian",
--koKR = "Korean",
Expand Down
2 changes: 0 additions & 2 deletions Core_Vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,6 @@ core:RegisterEvent("ADDON_LOADED")
do
local loc = GetLocale()
local needsLocale = {
--deDE = "German",
--esES = "Spanish",
--esMX = "Spanish MX",
--itIT = "Italian",
--koKR = "Korean",
Expand Down
2 changes: 0 additions & 2 deletions Core_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,6 @@ core:RegisterEvent("ADDON_LOADED")
do
local loc = GetLocale()
local needsLocale = {
--deDE = "German",
--esES = "Spanish",
--esMX = "Spanish MX",
--itIT = "Italian",
--koKR = "Korean",
Expand Down
2 changes: 1 addition & 1 deletion Options/Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ local L = mod.L
L.introduction = "The options below can always be accessed by typing the following command in chat: /capping"
L.general = "General"
L.test = "Test"
L.lockDesc = "Enable the lock to hide the bar moving anchor, preventing the bars from being moved."
L.lock = "Lock"
L.lockDesc = "Enable the lock to hide the bar moving anchor, preventing the bars from being moved."
L.barIcon = "Bar Icon"
L.showTime = "Show Time"
L.fillBar = "Fill Bar"
Expand Down
2 changes: 1 addition & 1 deletion Options/Locales/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ local L = mod.L
L.introduction = "Puedes acceder a los opciones de abajo escribiendo el siguiente comando en el chat: /capping"
L.general = "General"
L.test = "Prueba"
L.lockDesc = "Activa el bloqueo para esconder el ancla móvil de la barra, evitando que las barras se muevan"
L.lock = "Bloqueo"
L.lockDesc = "Activa el bloqueo para esconder el ancla móvil de la barra, evitando que las barras se muevan"
L.barIcon = "Icono de barra"
L.showTime = "Mostrar tiempo"
L.fillBar = "Rellenar barra"
Expand Down
52 changes: 52 additions & 0 deletions Options/Locales/esMX.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
if GetLocale() ~= "esMX" then return end
local _, mod = ...
local L = mod.L

--- Options
L.introduction = "Puedes acceder a los opciones de abajo escribiendo el siguiente comando en el chat: /capping"
L.general = "General"
L.test = "Prueba"
L.lock = "Bloqueo"
L.lockDesc = "Activa el bloqueo para esconder el ancla móvil de la barra, evitando que las barras se muevan"
L.barIcon = "Icono de barra"
L.showTime = "Mostrar tiempo"
L.fillBar = "Rellenar barra"
L.font = "Fuente"
L.fontSize = "Tamaño de fuente"
L.monochrome = "Texto monocromo"
L.outline = "Borde de línea"
L.none = "Ninguno"
L.thin = "Estrecho"
L.thick = "Grueso"
L.texture = "Textura"
L.barSpacing = "Espacio de barra"
L.barWidth = "Anchura de barra"
L.barHeight = "Altura de barra"
L.alignText = "Alinear texto"
L.alignTime = "Alinear tiempo"
L.alignIcon = "Alinear icono de barra"
L.left = "Izquierda"
L.center = "Centro"
L.right = "Derecha"
L.growUpwards = "Crecer hacia arriba"
L.textColor = "Color de texto"
L.allianceBars = "Barras de la Alianza"
L.hordeBars = "Barras de la Horda"
L.queueBars = "Barras de cola"
L.otherBars = "Otras barras"
L.barBackground = "Fondo de barra"

--- Features
L.features = "Características"
L.queueBarsDesc = "Activa las barras mostrando a qué colas te has unido y qué tiempo estimado en cola estarás."
L.barClickDesc = "Configura el modificador de teclado que desees usar para la salida de chat específica cuando hagas click en una barra. Seleccionando las 3 a 'Ninguno' desactivará las barras clicables, permitiéndote clicar a través de ellas."
L.shiftClick = "Shift-Clic"
L.controlClick = "Control-Clic"
L.altClick = "Alt-Clic"
L.sayChat = "Chat decir"
L.raidChat = "Chat de grupo"
L.clickableBars = "Barras clicables"
L.loudQueue = "Cola ruidosa"
L.loudQueueDesc = "Cuando la cola esté lista el sonido de notificación será forzado a sonar a través del canal de sonido 'General'."
L.autoTurnIn = "Entregar automáticamente"
L.autoTurnInDesc = "Automáticamente entrega objetos de misión en zonas como Valle de Alterac y Ashran."
1 change: 1 addition & 0 deletions Options/locales.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Script file="Locales\zhCN.lua"/>
<Script file="Locales\zhTW.lua"/>
<Script file="Locales\esES.lua"/>
<Script file="Locales\esMX.lua"/>
<Script file="Locales\ruRU.lua"/>
<Script file="Locales\ptBR.lua"/>
<Script file="Locales\itIT.lua"/>
Expand Down

0 comments on commit 1ef1b97

Please sign in to comment.