From 40e43904d4260566a820a6c5d917f5223d384cbe Mon Sep 17 00:00:00 2001 From: Ilias Rbayti <63159154+Kenshiin13@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:11:40 +0100 Subject: [PATCH] refactor(locales): Remove unused duty locales --- [core]/es_extended/locales/es.lua | 4 ---- [core]/es_extended/locales/hu.lua | 4 ---- 2 files changed, 8 deletions(-) diff --git a/[core]/es_extended/locales/es.lua b/[core]/es_extended/locales/es.lua index 1b085880..9d03a65d 100644 --- a/[core]/es_extended/locales/es.lua +++ b/[core]/es_extended/locales/es.lua @@ -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.", } diff --git a/[core]/es_extended/locales/hu.lua b/[core]/es_extended/locales/hu.lua index 8e1e1d38..5d3b230b 100644 --- a/[core]/es_extended/locales/hu.lua +++ b/[core]/es_extended/locales/hu.lua @@ -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.", }