aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/ArreglaMiBarrio.pm
blob: cc393f42ef34dbc5a8eb0dad0c10eb961e484554 (plain)
1
2
3
4
5
6
7
8
9
10
package FixMyStreet::Cobrand::ArreglaMiBarrio;
use base 'FixMyStreet::Cobrand::Default';

use utf8;
use strict;
use warnings;

sub language_override { 'es' }

1;