summaryrefslogtreecommitdiff
path: root/web/taginfo.rb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-24 18:42:50 +0100
committerJochen Topf <jochen@topf.org>2012-01-24 18:42:50 +0100
commit975709b6bb7656f5dd18df7e4f2e2cddfbf58894 (patch)
treee6701588848537b3692fa5b0c0d585d08ae57ccb /web/taginfo.rb
parent90d39cf1da031958b188591556164d97db24e026 (diff)
downloadtaginfo-975709b6bb7656f5dd18df7e4f2e2cddfbf58894.tar
taginfo-975709b6bb7656f5dd18df7e4f2e2cddfbf58894.tar.gz
More I18N cleanup
Diffstat (limited to 'web/taginfo.rb')
-rwxr-xr-xweb/taginfo.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/web/taginfo.rb b/web/taginfo.rb
index 0739268..384eb81 100755
--- a/web/taginfo.rb
+++ b/web/taginfo.rb
@@ -191,8 +191,6 @@ class Taginfo < Sinatra::Base
:misc => {
:values_less_than_one_percent => trans.t.misc.values_less_than_one_percent,
:empty_string => trans.t.misc.empty_string,
- :count => trans.t.misc.count,
- :no_image => trans.t.misc.no_image,
:all => trans.t.misc.all,
},
:osm => {
@@ -210,19 +208,6 @@ class Taginfo < Sinatra::Base
:relations => trans.t.osm.relations,
:all => trans.t.osm.all
},
- :pages => {
- :key => {
- :other_keys_used => {
- :other => trans.t.pages.key.other_keys_used.other,
- },
- :number_objects => trans.t.pages.key.number_objects,
- },
- :tag => {
- :other_tags_used => {
- :other => trans.t.pages.tag.other_tags_used.other,
- },
- },
- },
}.to_json + ";\n"
end