From f83b31f79564436b9e092304070cd657b811330f Mon Sep 17 00:00:00 2001
From: chriz-uniba <74763324+chriz-uniba@users.noreply.github.com>
Date: Mon, 27 Nov 2023 09:51:36 +0100
Subject: [PATCH] i18n-global: add compile-catalog fuzzy (#189)

Refs https://github.com/inveniosoftware/invenio-i18n/issues/103
---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index b0f09dc..87c061e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -85,6 +85,7 @@ universal = 1
 
 [compile_catalog]
 directory = invenio_previewer/translations/
+use-fuzzy = True
 
 [extract_messages]
 copyright_holder = CERN
-- 
GitLab