Fix: add osm-community-index localisation data to I18n

This commit is contained in:
Adam Hoyle 2022-02-10 22:28:40 +00:00
parent 46875fdde3
commit b4ec1c9f3d

View file

@ -55,6 +55,8 @@ module OsmCommunityIndex
data.deep_merge!({"osm_community_index" => {"local_chapter" => {id => strings}}})
end
I18n.backend.store_translations locale_rails, data
end
end
end