From c1401221dfa472e1ffe86aed3e0a6e9e22d09736 Mon Sep 17 00:00:00 2001 From: climaxx Date: Wed, 10 Sep 2014 16:53:37 +0300 Subject: [PATCH] Add missing comma to array language definition Line 17 - there was a missing comma between the items of the 'locale' array --- modules/system/lang/ro/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/lang/ro/lang.php b/modules/system/lang/ro/lang.php index 8accc5496..9f7646a5f 100644 --- a/modules/system/lang/ro/lang.php +++ b/modules/system/lang/ro/lang.php @@ -14,7 +14,7 @@ return [ 'de' => 'Germana', 'ru' => 'Rusa', 'fr' => 'Franceza', - 'ro' => 'Romana' + 'ro' => 'Romana', 'pt-br' => 'Portugheza (Brazilia)', ], 'directory' => [