Add a description meta

master
Daniel Berteaud 11 years ago
parent 21a5640065
commit 9176b37350
  1. 1
      lib/Vroom/I18N/en.pm
  2. 1
      lib/Vroom/I18N/fr.pm
  3. 1
      templates/default/header.html.ep

@ -4,6 +4,7 @@ use base 'Vroom::I18N';
our %Lexicon = ( our %Lexicon = (
_AUTO => 1, _AUTO => 1,
"WELCOME" => "Welcome on VROOM !!", "WELCOME" => "Welcome on VROOM !!",
"VROOM_DESC" => "VROOM is a simple video conferencing solution",
"VROOM_IS_FREE_SOFTWARE" => "VROOM is a free software, released under the MIT licence", "VROOM_IS_FREE_SOFTWARE" => "VROOM is a free software, released under the MIT licence",
"POWERED_BY" => "Proudly powered by", "POWERED_BY" => "Proudly powered by",
"ERROR_NAME_INVALID" => "This name is not valid", "ERROR_NAME_INVALID" => "This name is not valid",

@ -6,6 +6,7 @@ use utf8;
our %Lexicon = ( our %Lexicon = (
_AUTO => 1, _AUTO => 1,
"WELCOME" => "Bienvenue sur VROOM !!", "WELCOME" => "Bienvenue sur VROOM !!",
"VROOM_DESC" => "VROOM est une solution simple de vidéo conférence",
"VROOM_IS_FREE_SOFTWARE" => "VROOM est un logiciel libre diffusé sous licence MIT", "VROOM_IS_FREE_SOFTWARE" => "VROOM est un logiciel libre diffusé sous licence MIT",
"POWERED_BY" => "Fièrement propulsé par", "POWERED_BY" => "Fièrement propulsé par",
"ERROR_NAME_INVALID" => "Ce nom n'est pas valide", "ERROR_NAME_INVALID" => "Ce nom n'est pas valide",

@ -3,6 +3,7 @@
<head> <head>
<title><%= $title %></title> <title><%= $title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content=" <%=l 'VROOM_DESC' %>" />
<% <%
foreach my $css (qw(bootstrap.min.css vroom.css)){ foreach my $css (qw(bootstrap.min.css vroom.css)){
%> %>

Loading…
Cancel
Save