]> source.dussan.org Git - redmine.git/commitdiff
add GNU gettext po to Redmine::MimeType.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 22 Mar 2011 04:35:48 +0000 (04:35 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 22 Mar 2011 04:35:48 +0000 (04:35 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5190 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/mime_type.rb

index c85ebdcb9e0e160cd400a5ced126f19024ffa78e..56618ee7a41e126fc9a37fa6af93d5c217c8c738 100644 (file)
@@ -37,6 +37,7 @@ module Redmine
       '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',