2017-05-05 21:50:48 -04:00
|
|
|
FastGettext.add_text_domain 'gitlab', path: File.join(Rails.root, 'locale'), type: :po
|
2017-04-13 00:24:29 -04:00
|
|
|
FastGettext.default_text_domain = 'gitlab'
|
2017-05-03 00:36:36 -04:00
|
|
|
FastGettext.default_available_locales = Gitlab::I18n.available_locales
|
|
|
|
|
|
|
|
I18n.available_locales = Gitlab::I18n.available_locales
|