1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Wed, 10 Mar 2021 23:22:03 +0100
Subject: Unfuzzy translations.
---
constance/locale/et/LC_MESSAGES/django.po | 1 -
constance/locale/tr/LC_MESSAGES/django.po | 1 -
constance/locale/zh_Hans/LC_MESSAGES/django.po | 1 -
3 files changed, 3 deletions(-)
diff --git a/constance/locale/et/LC_MESSAGES/django.po b/constance/locale/et/LC_MESSAGES/django.po
index 197b016..728a1a5 100644
--- a/constance/locale/et/LC_MESSAGES/django.po
+++ b/constance/locale/et/LC_MESSAGES/django.po
@@ -3,7 +3,6 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
diff --git a/constance/locale/tr/LC_MESSAGES/django.po b/constance/locale/tr/LC_MESSAGES/django.po
index 406065a..b9e570c 100644
--- a/constance/locale/tr/LC_MESSAGES/django.po
+++ b/constance/locale/tr/LC_MESSAGES/django.po
@@ -3,7 +3,6 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
diff --git a/constance/locale/zh_Hans/LC_MESSAGES/django.po b/constance/locale/zh_Hans/LC_MESSAGES/django.po
index 22db02b..5eb2afe 100644
--- a/constance/locale/zh_Hans/LC_MESSAGES/django.po
+++ b/constance/locale/zh_Hans/LC_MESSAGES/django.po
@@ -3,7 +3,6 @@
# This file is distributed under the same license as the PACKAGE package.
# Yifu Yu <root@jackyyf.com>, 2015.
#
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
|