61d0ac55d4
Unicorn was unable to start due to this bad config on Omnibus.
5 lines
258 B
Ruby
5 lines
258 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
|
|
|
|
I18n.available_locales = Gitlab::I18n.available_locales
|