From: Jerome Jutteau Date: Fri, 26 Jun 2015 06:27:11 +0000 (+0200) Subject: add Dutch (Nederlands) and Romanian (Limba română) languages X-Git-Tag: 1.1~64 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/d72f71d688234572750d55a90696a904d958ed17?ds=inline add Dutch (Nederlands) and Romanian (Limba română) languages Signed-off-by: Jerome Jutteau --- 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)