summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Hruby <michal.mhr@gmail.com>2010-06-07 15:31:01 +0200
committerMichal Hruby <michal.mhr@gmail.com>2010-06-07 15:31:01 +0200
commit918c2532a5d462a37d9b041558246ff77130989b (patch)
tree58c642ac3e8a4361759a2c4c034bfbf716f14eaa
parentf3480a1081dc64a3d8b6125d46a5ff07f52a4c35 (diff)
Remove i18n support from chrome extension
-rw-r--r--chrome/_locales/en/messages.json6
-rw-r--r--chrome/manifest.json1
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"
}