From 975709b6bb7656f5dd18df7e4f2e2cddfbf58894 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Tue, 24 Jan 2012 18:42:50 +0100 Subject: More I18N cleanup --- web/taginfo.rb | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'web/taginfo.rb') 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 -- cgit v1.2.3