openstreetmap-website/lib/id.rb
2013-05-03 13:47:30 -07:00

3 lines
135 B
Ruby

module ID
LOCALES = Rails.root.join('vendor/assets/iD/iD/locales').entries.map {|p| p.basename.to_s[/(.*).json/] && $1 }.compact
end