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