X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Fp2p-tube.php;h=85dc44a00090ca56c3b1540da201441379b1c3a8;hb=355535fa933c0fc2c1d63f0d4df3b1fc6e60d05c;hp=a71d1b7c046279229998b3c546e7b9f78463817d;hpb=3177ec9aa46ca4feeb9eda48d9b6bce66a722f42;p=living-lab-site.git diff --git a/application/config/p2p-tube.php b/application/config/p2p-tube.php index a71d1b7..85dc44a 100644 --- a/application/config/p2p-tube.php +++ b/application/config/p2p-tube.php @@ -121,3 +121,17 @@ $config['videos_per_row'] = 5; | */ $config['search_results_per_page'] = 20; + +/* +|-------------------------------------------------------------------------- +| A list with all available languages in which the site is translated +|-------------------------------------------------------------------------- +| +| Keys are language codes and values are language names as they appear in +| languages folder. +| +*/ +$config['available_languages_list'] = array( + 'en'=>'english', + 'ro'=>'romanian' +); \ No newline at end of file