Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
935b540d
Commit
935b540d
authored
Jan 04, 2017
by
Fernando Verdugo Arias
Browse files
Fix plugin parameters
parent
00deffb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
rvd_front.pl
View file @
935b540d
...
...
@@ -11,7 +11,7 @@ use Hash::Util qw(lock_hash);
use
Mojolicious::
Lite
'
Ravada::I18N
';
#####
#my $self->plugin('I18N');
plugin
I18N
=>
{
namespace
=>
'
Ravada::I18N
',
support_url_langs
=>
[
qw(en ca es)
]
};
plugin
I18N
=>
{
namespace
=>
'
Ravada::I18N
',
default
=>
'
en
'
};
#package Ravada::I18N:en;
#####
...
...
templates/bootstrap/settings.html.ep
View file @
935b540d
...
...
@@ -10,8 +10,12 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
<h3>
Settings
</h3>
<select
class=
"input-medium bfh-languages"
data-language=
"en_US"
data-available=
"en,ca,es,it,fr,pt"
></select>
</ul>
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment