Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fast_gettext.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bea85b43b9547b38b6dc60067afab11689c25a12 (plain)
1
2
3
4
5
FastGettext.add_text_domain 'gitlab', path: 'locale', type: :po
FastGettext.default_text_domain = 'gitlab'
FastGettext.default_available_locales = Gitlab::I18n.available_locales

I18n.available_locales = Gitlab::I18n.available_locales