diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-03-22 04:35:48 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-03-22 04:35:48 +0000 |
commit | f1a4867fcece4f07b4172a8e3c9ad71bc8c9bd34 (patch) | |
tree | 8103069156020a24d9b3d288a93cc064e45df602 /lib | |
parent | dc63efa5355b2f781e827ba238eece3e59166024 (diff) | |
download | redmine-f1a4867fcece4f07b4172a8e3c9ad71bc8c9bd34.tar.gz redmine-f1a4867fcece4f07b4172a8e3c9ad71bc8c9bd34.zip |
add GNU gettext po to Redmine::MimeType.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5190 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/mime_type.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/mime_type.rb b/lib/redmine/mime_type.rb index c85ebdcb9..56618ee7a 100644 --- a/lib/redmine/mime_type.rb +++ b/lib/redmine/mime_type.rb @@ -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', |