From 3e3f6e09f82e36ec99f08ed458eeb39f0c31d933 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 12 Oct 2014 21:59:53 +0200 Subject: [PATCH] Remove support for language selection with url suffix --- vroom.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/vroom.pl b/vroom.pl index 4fd196f..7cb6bac 100755 --- a/vroom.pl +++ b/vroom.pl @@ -208,7 +208,6 @@ if ($config->{'etherpad.uri'} =~ m/https?:\/\/.*/ && $config->{'etherpad.api_key # Load I18N, and declare supported languages plugin I18N => { namespace => 'Vroom::I18N', - support_url_langs => [qw(en fr)] }; # Connect to the database