Ignore fuzzy translations
This commit is contained in:
parent
b6646e778d
commit
1eb30cfb75
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue