]> git.openstreetmap.org Git - rails.git/blob - lib/id.rb
Changed Ubuntu 18.04 to 20.04 and Ruby 2.5 to 2.7
[rails.git] / lib / id.rb
1 module ID
2   LOCALES = Locale.list(Rails.root.join("vendor/assets/iD/iD/locales").entries.map { |p| p.basename.to_s[/(.*).json/] && Regexp.last_match(1) }.compact)
3 end