diff options
author | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:10:03 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2010-01-25 14:10:03 +0000 |
commit | 9418d665f9fe33339941285ef8ec8cf428f74169 (patch) | |
tree | f7d6be2b38283287411841dc49a8a1960b38db04 | |
parent | 1791c3ce6637252fc7af0dfdc6095cd72589e676 (diff) |
Update locale path
-rwxr-xr-x | bin/make_emptyhomes_welsh_po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_emptyhomes_welsh_po b/bin/make_emptyhomes_welsh_po index 8fbce24c6..b3dd441a0 100755 --- a/bin/make_emptyhomes_welsh_po +++ b/bin/make_emptyhomes_welsh_po @@ -9,7 +9,7 @@ use FindBin; use lib "$FindBin::Bin/../perllib"; use PoChange; -chdir("$FindBin::Bin/../../locale"); +chdir("$FindBin::Bin/../locale"); # First read in translation and match up. open(INPO, 'cy_GB.UTF-8/LC_MESSAGES/EmptyHomes.po') or die $!; |