summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-31 16:56:16 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-31 17:01:45 -0400
commitd764678bf2a6cd09b80b2f9cc445e34af8556142 (patch)
tree11098be0c6538b0699cef1630f7a4326ae82b01f /po
parent9da24149f1e9197ff1961e5ae1966a675bf82d39 (diff)
fixup!
po/es/librelib.po: Use the "fuzzy" attribute to indicate that a translation needs updated, not a "FIXME" comment.
Diffstat (limited to 'po')
-rw-r--r--po/es/librelib.po2
-rw-r--r--po/subdir.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/po/es/librelib.po b/po/es/librelib.po
index 174ffa1..971fad0 100644
--- a/po/es/librelib.po
+++ b/po/es/librelib.po
@@ -64,8 +64,8 @@ msgstr "Actualiza (o crea) la copia de la lista negra en caché."
msgid "Downloading blacklist of proprietary software packages"
msgstr "Descargando la lista negra de paquetes de software privativo"
-# FIXME: this string needs updated
#: src/lib/blacklist.sh:72
+#, fuzzy
#| msgid "Using local copy of blacklist"
msgid "Using old local cache of blacklist"
msgstr "Usando copia local de la lista negra"
diff --git a/po/subdir.mk b/po/subdir.mk
index 9d07d3c..2ea7e25 100644
--- a/po/subdir.mk
+++ b/po/subdir.mk
@@ -5,8 +5,8 @@ locale = $(notdir $(srcdir))
domains = $(patsubst %.po,%,$(filter %.po,$(files.src.src)))
$(outdir)/%.mo: $(srcdir)/%.po $(call at.path,$(srcdir)/../%.pot)
- msgcmp --use-untranslated $< $(word 2,$^)
- msgfmt -c -o $@ $<
+ msgcmp --use-untranslated --use-fuzzy $< $(word 2,$^)
+ msgfmt -c --use-fuzzy -o $@ $<
$(DESTDIR)$(localedir)/$(locale)/LC_MESSAGES/%.mo: $(outdir)/%.mo
install -T -Dm644 '$<' '$@'