[vlc-devel] [PATCH 1/10] po: fix unwanted regeneration

Lyndon Brown jnqnfe at gmail.com
Wed Sep 30 21:13:23 CEST 2020


From: Lyndon Brown <jnqnfe at gmail.com>
Date: Sat, 29 Aug 2020 11:29:03 +0100
Subject: po: fix unwanted regeneration

commit e1a90aa943b55734cdf8f25f5e2dc12a547b0c30 removed an
entry from po/vlc.pot which consequently causes builds to
update all of the po files accordingly, which then require
merging, which has not been done.

this reverts that portion of the change, to avoid this
problem. the pot file can be properly updated later.

diff --git a/po/vlc.pot b/po/vlc.pot
index 1bb9ed8c0f..68b755cc01 100644
--- a/po/vlc.pot
+++ b/po/vlc.pot
@@ -10502,6 +10502,10 @@ msgstr ""
 msgid "CDG video decoder"
 msgstr ""
 
+#: modules/codec/crystalhd.c:90
+msgid "Crystal HD hardware video decoder"
+msgstr ""
+
 #: modules/codec/cvdsub.c:50
 msgid "CVD subtitle decoder"
 msgstr ""



More information about the vlc-devel mailing list