From 28a7e8016a8b647bd802cd44994ed245d7fbb163 Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Tue, 15 Oct 2019 15:20:30 -0700 Subject: [PATCH] Remove 'fuzzy' mark from template translation. The 'fuzzy' prevented Babel from compiling our English translation when BridgeDB is re-deployed. --- bridgedb/i18n/templates/bridgedb.pot | 1 - 1 file changed, 1 deletion(-) diff --git a/bridgedb/i18n/templates/bridgedb.pot b/bridgedb/i18n/templates/bridgedb.pot index 1607e923..c5ab8afe 100644 --- a/bridgedb/i18n/templates/bridgedb.pot +++ b/bridgedb/i18n/templates/bridgedb.pot @@ -3,7 +3,6 @@ # This file is distributed under the same license as the bridgedb project. # FIRST AUTHOR , 2019. # -#, fuzzy msgid "" msgstr "" "Project-Id-Version: bridgedb 0.8.0+15.gd9d886f.dirty\n" -- GitLab