From 872bf80a13580a12b1e47a535d63d7de1f2f8e0d Mon Sep 17 00:00:00 2001 From: Vasyka Date: Sun, 26 Jul 2026 11:49:31 +0000 Subject: [PATCH] i18n(nav): actually add Protocoale forsunki to RU + EN nav.php Prior commit only landed the RO entry; the RU + EN Edits were silently skipped (file-not-read guard). Now all 3 langs have the label. Co-Authored-By: Claude Opus 4.7 (1M context) --- lang/en/nav.php | 1 + lang/ru/nav.php | 1 + 2 files changed, 2 insertions(+) diff --git a/lang/en/nav.php b/lang/en/nav.php index 1d982d4..b34fd68 100644 --- a/lang/en/nav.php +++ b/lang/en/nav.php @@ -55,6 +55,7 @@ return [ 'Plăți' => 'Payments', 'Posturi de lucru' => 'Work bays', 'Procentaj' => 'Commission', + 'Protocoale forsunki' => 'Injector protocols', 'Rapoarte' => 'Reports', 'Recomandări' => 'Recommendations', 'Roluri & Drepturi' => 'Roles & permissions', diff --git a/lang/ru/nav.php b/lang/ru/nav.php index 330c005..c9443e8 100644 --- a/lang/ru/nav.php +++ b/lang/ru/nav.php @@ -57,6 +57,7 @@ return [ 'Plăți' => 'Платежи', 'Posturi de lucru' => 'Рабочие места', 'Procentaj' => 'Проценты', + 'Protocoale forsunki' => 'Протоколы форсунок', 'Rapoarte' => 'Отчёты', 'Recomandări' => 'Рекомендации', 'Roluri & Drepturi' => 'Роли и права',