mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 03:08:23 +08:00
FIX: async reload of locales could result in missing translations
This commit is contained in:
@ -12,7 +12,6 @@ module I18n
|
||||
end
|
||||
|
||||
def reload!
|
||||
@overrides = {}
|
||||
@pluralizers = {}
|
||||
super
|
||||
end
|
||||
|
Reference in New Issue
Block a user