From cfe5aa622a529433e4aa0b7c84f68a8e8d4e6a6f Mon Sep 17 00:00:00 2001 From: Vasyka Date: Sun, 26 Jul 2026 11:49:05 +0000 Subject: [PATCH] i18n(nav): add Protocoale forsunki (was missing from all 3 nav.php files) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous sed insert-after-'Programări' silently failed because that key didn't exist. Now placed alphabetically after 'Procentaj' in all 3 lang/nav.php files. Co-Authored-By: Claude Opus 4.7 (1M context) --- lang/ro/nav.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/ro/nav.php b/lang/ro/nav.php index e538551..82e66a2 100644 --- a/lang/ro/nav.php +++ b/lang/ro/nav.php @@ -57,6 +57,7 @@ return [ 'Plăți' => 'Plăți', 'Posturi de lucru' => 'Posturi de lucru', 'Procentaj' => 'Procentaj', + 'Protocoale forsunki' => 'Protocoale forsunki', 'Rapoarte' => 'Rapoarte', 'Recomandări' => 'Recomandări', 'Roluri & Drepturi' => 'Roluri & Drepturi',