mirror of
https://github.com/openstreetmap/openstreetmap-website.git
synced 2025-07-23 04:47:32 +00:00
4 lines
172 B
Ruby
4 lines
172 B
Ruby
module ID
|
|
LOCALES = Locale.list(Rails.root.join("vendor/assets/iD/iD/locales").entries.filter_map { |p| p.basename.to_s[/(.*)\.min\.json/] && Regexp.last_match(1) })
|
|
end
|