]> git.openstreetmap.org Git - rails.git/blobdiff - lib/id.rb
Merge remote-tracking branch 'openstreetmap/pull/1120'
[rails.git] / lib / id.rb
index 15f918e799b9a15d16e31fe4ddefee2e1ed73c4b..858bc53c34aa8f7b09a32831c7a7db9e813d1c83 100644 (file)
--- a/lib/id.rb
+++ b/lib/id.rb
@@ -1,3 +1,3 @@
 module ID
 module ID
-  LOCALES = Rails.root.join("vendor/assets/iD/iD/locales").entries.map { |p| p.basename.to_s[/(.*).json/] && $1 }.compact
+  LOCALES = Locale.list(Rails.root.join("vendor/assets/iD/iD/locales").entries.map { |p| p.basename.to_s[/(.*).json/] && $1 }.compact)
 end
 end