Merge pull request #1448 from Kenshiin13/unused-locales

refactor(locales): Remove unused duty locales
This commit is contained in:
Arctos2win
2024-11-10 14:15:30 +01:00
committed by GitHub
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -396,8 +396,4 @@ Locales["es"] = {
["tint_metallic_blue"] = "azul metálico",
["tint_metallic_white_aqua"] = "blanco aqua metálico",
["tint_metallic_red_yellow"] = "rojo amarillo metálico",
-- Duty related
["stopped_duty"] = "Has salido de servicio.",
["started_duty"] = "Has entrado de servicio.",
}
-4
View File
@@ -407,8 +407,4 @@ Locales["hu"] = {
["tint_metallic_blue"] = "metál kék",
["tint_metallic_white_aqua"] = "metál fehér aqua",
["tint_metallic_red_yellow"] = "metál piros sárga",
-- Duty related
["stopped_duty"] = "Leadtad a szolgálatot.",
["started_duty"] = "Szolgálatba álltál.",
}