Ignore fuzzy translations

This commit is contained in:
Bob Van Landuyt 2017-07-20 08:54:27 +02:00
parent b6646e778d
commit 1eb30cfb75

View file

@ -1,4 +1,7 @@
FastGettext.add_text_domain 'gitlab', path: File.join(Rails.root, 'locale'), type: :po FastGettext.add_text_domain 'gitlab',
path: File.join(Rails.root, 'locale'),
type: :po,
ignore_fuzzy: true
FastGettext.default_text_domain = 'gitlab' FastGettext.default_text_domain = 'gitlab'
FastGettext.default_available_locales = Gitlab::I18n.available_locales FastGettext.default_available_locales = Gitlab::I18n.available_locales
FastGettext.default_locale = :en FastGettext.default_locale = :en