FIX: async reload of locales could result in missing translations

This commit is contained in:
Gerhard Schlager
2018-09-18 12:59:00 +02:00
parent fc4a6ca724
commit e2770bc1c4
7 changed files with 216 additions and 165 deletions

View File

@ -12,7 +12,6 @@ module I18n
end
def reload!
@overrides = {}
@pluralizers = {}
super
end