From 96b8cbdc1696230a864b44402aaea4d3163f76ec Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 9 Jan 2020 11:19:39 +0100 Subject: luci-app-bmx7: mask CSS translate directives to avoid i18n confusion Since bmx7's netjsongraph.js contains CSS `translate()` directives, they're treated as translation calls by the i18n source scanner. Mask these directives to avoid false positives. Fixes: #3484 Signed-off-by: Jo-Philipp Wich --- applications/luci-app-bmx7/po/pl/bmx7.po | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'applications/luci-app-bmx7/po/pl/bmx7.po') diff --git a/applications/luci-app-bmx7/po/pl/bmx7.po b/applications/luci-app-bmx7/po/pl/bmx7.po index 0c52b1d0b6..cccc65095e 100644 --- a/applications/luci-app-bmx7/po/pl/bmx7.po +++ b/applications/luci-app-bmx7/po/pl/bmx7.po @@ -11,14 +11,6 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 3.10.1-dev\n" -#: applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js:510 -msgid "+ d.x +" -msgstr "+ d.x +" - -#: applications/luci-app-bmx7/root/www/luci-static/resources/bmx7/js/netjsongraph.js:173 -msgid "+ d3.event.translate +" -msgstr "+ d3.event.translate +" - #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/tunnels_j.htm:33 msgid "Announcements" msgstr "Komunikaty" @@ -226,3 +218,9 @@ msgstr "Czas pracy" #: applications/luci-app-bmx7/root/usr/lib/lua/luci/view/bmx7/nodes_j.htm:79 msgid "Via Neighbour" msgstr "" + +#~ msgid "+ d.x +" +#~ msgstr "+ d.x +" + +#~ msgid "+ d3.event.translate +" +#~ msgstr "+ d3.event.translate +" -- cgit v1.2.3