1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Initial localization

This commit is contained in:
Yury Delendik 2012-04-30 15:29:05 -05:00
parent ba9c828117
commit 9b8b3bd25f
7 changed files with 145 additions and 34 deletions

View file

@ -73,7 +73,8 @@ MIMEs = {
'.gif': 'image/gif',
'.ico': 'image/x-icon',
'.png': 'image/png',
'.log': 'text/plain'
'.log': 'text/plain',
'.properties': 'text/plain'
}
class State: