Changeset 453


Ignore:
Timestamp:
10/18/10 00:30:34 (14 years ago)
Author:
nanardon
Message:
  • Dutch translation
Location:
trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Authors

    r451 r453  
    2525  Thorsten van Lil 
    2626  Marcello Anni 
     27  Remco Rijnders 
  • trunk/Makefile.PL

    r450 r453  
    5454sub postamble { 
    5555     
    56     my @po = qw(fr de it); 
     56    my @po = qw(fr de it nl); 
    5757 
    5858    my $makepo = join("\n\n", map { 
  • trunk/epoll.spec.in

    r360 r453  
    1717BuildRequires: perl(Catalyst::Plugin::I18N) 
    1818 
    19 Requires: perl(Catalyst::P::S::State::Cookie) 
     19Requires: perl(Catalyst::Plugin::State::State::Cookie) 
    2020Requires: perl(Catalyst::Plugin::Session) 
    2121Requires: perl(Catalyst::Plugin::Session::Store::DBI) 
  • trunk/root/templates/includes/locale_select.tt

    r450 r453  
    22<form action="[% c.uri_for('/', c.req.path) %]" method="POST"> 
    33 
    4 [% langs = [ 'fr', 'de', 'it' ] %] 
     4[% langs = [ 'fr', 'de', 'it', 'nl' ] %] 
    55<select name="[% varname || 'locale' %]"> 
    66    <option>C</option> 
Note: See TracChangeset for help on using the changeset viewer.