aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/ArreglaMiBarrio.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/ArreglaMiBarrio.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/ArreglaMiBarrio.pm10
1 files changed, 10 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/ArreglaMiBarrio.pm b/perllib/FixMyStreet/Cobrand/ArreglaMiBarrio.pm
new file mode 100644
index 000000000..cc393f42e
--- /dev/null
+++ b/perllib/FixMyStreet/Cobrand/ArreglaMiBarrio.pm
@@ -0,0 +1,10 @@
+package FixMyStreet::Cobrand::ArreglaMiBarrio;
+use base 'FixMyStreet::Cobrand::Default';
+
+use utf8;
+use strict;
+use warnings;
+
+sub language_override { 'es' }
+
+1;