mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
1c97524718
commit
52c8972f32
4
po/es.po
4
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"
|
||||
|
Loading…
Reference in New Issue
Block a user