Mercurial > hg > soundsoftware-site
diff lib/redmine/mime_type.rb @ 511:107d36338b70 live
Merge from branch "cannam"
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:43:07 +0100 |
parents | cbce1fd3b1b7 |
children | cbb26bc654de |
line wrap: on
line diff
--- a/lib/redmine/mime_type.rb Thu Jun 09 16:51:06 2011 +0100 +++ b/lib/redmine/mime_type.rb Thu Jul 14 10:43:07 2011 +0100 @@ -37,6 +37,7 @@ 'text/xml' => 'xml,xsd,mxml', 'text/yaml' => 'yml,yaml', 'text/csv' => 'csv', + 'text/x-po' => 'po', 'image/gif' => 'gif', 'image/jpeg' => 'jpg,jpeg,jpe', 'image/png' => 'png',