Remove all references to localedir from metadata.json

It is not used anymore, now that translations are bundled with
the extension. Also, in the zip files it ended up with my home
folder, which is not nice.
This commit is contained in:
Giovanni Campagna
2011-11-20 00:40:20 +01:00
parent c5d79240fd
commit 7a6777f703
16 changed files with 1 additions and 17 deletions
-1
View File
@@ -3,6 +3,5 @@
"name": "Hello, World!",
"description": "An example extension to show how it works. Shows Hello, world when clicking on the top panel.",
"shell-version": [ "@shell_current@", "3.2" ],
"localedir": "@LOCALEDIR@",
"url": "@url@"
}