]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - Rakefile
Move English messages from po/en_US to po/en
[user/henk/code/ruby/rbot.git] / Rakefile
index 435e6265ceb073e60594e6fd47ebc447afcbe2e1..b54728f319bc7eaf165c32b112ab00dc351bfb18 100644 (file)
--- 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}"