From d72f71d688234572750d55a90696a904d958ed17 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Fri, 26 Jun 2015 08:27:11 +0200 Subject: [PATCH] =?utf8?q?add=20Dutch=20(Nederlands)=20and=20Romanian=20(L?= =?utf8?q?imba=20rom=C3=A2n=C4=83)=20languages?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jerome Jutteau --- lib/lang.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/lang.php b/lib/lang.php index 5c7566c..0aec1e4 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -23,7 +23,9 @@ 'en' => 'English', 'fi' => 'Suomi', 'fr' => 'Français', - 'it' => 'Italiano'); + 'it' => 'Italiano', + 'nl' => 'Nederlands', + 'ro' => 'Limba română'); /* Translation */ function t ($text) -- 2.34.1