5c921809cd
There was a race condition issue when the application was generating an email and was using a language that was previously being used in other request.
6 lines
291 B
Ruby
6 lines
291 B
Ruby
FastGettext.add_text_domain 'gitlab', path: File.join(Rails.root, 'locale'), type: :po
|
|
FastGettext.default_text_domain = 'gitlab'
|
|
FastGettext.default_available_locales = Gitlab::I18n.available_locales
|
|
FastGettext.default_locale = :en
|
|
|
|
I18n.available_locales = Gitlab::I18n.available_locales
|