diff options
author | Struan Donald <struan@exo.org.uk> | 2012-09-26 10:17:04 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-09-26 10:17:04 +0100 |
commit | 632c4f876d9cb04daefdc6dbe00f7f4ea9ce85d9 (patch) | |
tree | 60d34f906f00be3ae0427c52fa8cf2f3517295ac /perllib/FixMyStreet | |
parent | 9e7edef8733f26a81e12f9544d136b43f3f8e9cd (diff) |
generalise make_emptyhomes_po so we can use it for FMB
make some updates to translations scripts so they work on OS X
Use FMB translation in Cobrand
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyBarangay.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm index 9c102872f..e2a8e9f87 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm @@ -16,6 +16,8 @@ sub country { return 'PH'; } +sub language_domain { 'FixMyBarangay' } + sub area_types { return [ 'BGY' ]; } |