add GNU gettext po to Redmine::MimeType.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5190 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-03-22 04:35:48 +00:00
parent dc63efa535
commit f1a4867fce
1 changed files with 1 additions and 0 deletions

View 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',