diff options
author | Michal Hruby <michal.mhr@gmail.com> | 2010-06-07 15:31:01 +0200 |
---|---|---|
committer | Michal Hruby <michal.mhr@gmail.com> | 2010-06-07 15:31:01 +0200 |
commit | 918c2532a5d462a37d9b041558246ff77130989b (patch) | |
tree | 58c642ac3e8a4361759a2c4c034bfbf716f14eaa | |
parent | f3480a1081dc64a3d8b6125d46a5ff07f52a4c35 (diff) |
Remove i18n support from chrome extension
-rw-r--r-- | chrome/_locales/en/messages.json | 6 | ||||
-rw-r--r-- | chrome/manifest.json | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/chrome/_locales/en/messages.json b/chrome/_locales/en/messages.json deleted file mode 100644 index e6296d0..0000000 --- a/chrome/_locales/en/messages.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "tooltip": { - "message": "Zeitgeist plugin", - "description": "Tooltip Text" - } -} diff --git a/chrome/manifest.json b/chrome/manifest.json index 8b4466a..df3eedf 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -9,5 +9,4 @@ "plugins": [ { "path": "plugin/libzeitgeist-npapi-plugin.so" } ], - "default_locale": "en" } |