FIX: forgot end :)

This commit is contained in:
Robin Ward 2015-12-23 16:43:39 -05:00
parent d792c0a1d7
commit f423869e03

View file

@ -91,7 +91,7 @@ module JsLocaleHelper
else else
translations = load_translations_merged(locale_sym, site_locale, :en) translations = load_translations_merged(locale_sym, site_locale, :en)
end end
# end end
message_formats = strip_out_message_formats!(translations[locale_str]['js']) message_formats = strip_out_message_formats!(translations[locale_str]['js'])