X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bd93eafdcb14f89f21691c8b7095383f60a61cf7..2f838921c0c1bb0ca2bb85d80edda83e115aaca2:/lib/osm_community_index.rb diff --git a/lib/osm_community_index.rb b/lib/osm_community_index.rb index 7ce379d0f..a5c2fba72 100644 --- a/lib/osm_community_index.rb +++ b/lib/osm_community_index.rb @@ -6,7 +6,7 @@ module OsmCommunityIndex files = Rails.root.glob("node_modules/osm-community-index/i18n/*.yaml") files.each do |file| locale = File.basename(file, ".yaml") - community_locale_yaml = YAML.safe_load(File.read(file))[locale] + community_locale_yaml = YAML.safe_load_file(file)[locale] # rails wants language-COUNTRY but osm-community-index uses underscores locale_rails = locale.tr("_", "-")