end
def communities
- @locale = params[:communities_locale] || I18n.locale
- @local_chapters = Communities.local_chapters
+ OsmCommunityIndex::LocalChapter.add_to_i18n # this should be called on app init
+ @local_chapters = OsmCommunityIndex::LocalChapter.local_chapters
end
def export; end