summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 435e6265..b54728f3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -97,7 +97,7 @@ task :define_po_rules do
end
# generate English po files
- file(%r'^po/en_US/.+\.po$' => pot_for_po) do |t|
+ file(%r'^po/en/.+\.po$' => pot_for_po) do |t|
po_file, pot_file = t.name, t.source
if MSGEN
sh "#{MSGEN} --output-file=#{po_file} #{pot_file}"