From: Scott Kostyshak Date: Sat, 5 Aug 2017 02:12:15 +0000 (-0400) Subject: Fix es.po issue causing broken LyXHTML export X-Git-Tag: 2.3.0beta1~40 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=52c8972f32275eccb10d37ff28e9562728aa55ea;p=features.git Fix es.po issue causing broken LyXHTML export Because of a missing backslash, a layout label was not correct. This caused display issues for the layout in the LyX GUI, but since the label is not used in export to LaTeX, the ctests for LaTeX export all passed. Luckily, our LyXHTML test (in particular, the xmllint part) caught the failure because the lables are exported. The GUI label now looks good and the following test passes: export/examples/es/linguistics_xhtml --- diff --git a/po/es.gmo b/po/es.gmo index 6459d04109..e8557e9587 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index 5dcbdb4da7..a99d85368a 100644 --- a/po/es.po +++ b/po/es.po @@ -13051,11 +13051,11 @@ msgstr "(\\arabic{examplei})" #: lib/layouts/linguistics.module:24 msgid "\\theexamplei (\\alph{subexample})" -msgstr "\\theexamplei (\alph{subexample})" +msgstr "\\theexamplei (\\alph{subexample})" #: lib/layouts/linguistics.module:29 msgid "\\theexamplei (\\alph{subexamplei})" -msgstr "\\theexamplei (\alph{subexamplei})" +msgstr "\\theexamplei (\\alph{subexamplei})" #: lib/layouts/linguistics.module:32 lib/layouts/linguistics.module:260 msgid "Tableaux"