Remove support for language selection with url suffix

master
Daniel Berteaud 10 years ago
parent 008e90a927
commit 3e3f6e09f8
  1. 1
      vroom.pl

@ -208,7 +208,6 @@ if ($config->{'etherpad.uri'} =~ m/https?:\/\/.*/ && $config->{'etherpad.api_key
# Load I18N, and declare supported languages # Load I18N, and declare supported languages
plugin I18N => { plugin I18N => {
namespace => 'Vroom::I18N', namespace => 'Vroom::I18N',
support_url_langs => [qw(en fr)]
}; };
# Connect to the database # Connect to the database

Loading…
Cancel
Save