mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: forgot end
:)
This commit is contained in:
parent
d792c0a1d7
commit
f423869e03
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue