X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/88e724f1380e8cf1fb35567a65bb182a8d6df540..0d67e0ca4e449915d0548819f1f09a29dae52c9a:/lib/lang.php?ds=sidebyside

diff --git a/lib/lang.php b/lib/lang.php
index 3cbe2bd..0aec1e4 100644
--- a/lib/lang.php
+++ b/lib/lang.php
@@ -21,9 +21,11 @@
  $languages_list = array ('auto' => 'Automatic',
                           'de' => 'Deutsch',
                           'en' => 'English',
-                          'fi' => 'Suomi'
+                          'fi' => 'Suomi',
                           'fr' => 'Français',
-                          'it' => 'Italiano');
+                          'it' => 'Italiano',
+                          'nl' => 'Nederlands',
+                          'ro' => 'Limba română');
 
 /* Translation */
 function t ($text)