aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/PoChange.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/PoChange.pm')
-rw-r--r--perllib/PoChange.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/PoChange.pm b/perllib/PoChange.pm
index 9bf18ae27..06b78fa3f 100644
--- a/perllib/PoChange.pm
+++ b/perllib/PoChange.pm
@@ -54,6 +54,8 @@ sub fixmystreet_to_fixmybarangay($) {
$s =~ s/FixMyStreet/FixMyBarangay/g;
$s =~ s/\bcouncil\b/barangay/g;
$s =~ s/\bCouncil\b/Barangay/g;
+ $s =~ s/\bcouncils\b/barangays/g;
+ $s =~ s/\bCouncils\b/Barangays/g;
return $s;
}