commit 8c7637a54bb008f80d135449d1dfebab898103bc
Author: Juergen Spitzmueller <[email protected]>
Date: Sun May 4 07:50:50 2025 +0200
Fixup cleveref thm definitions
Forgot to mark plural forms localizable
---
src/LaTeXFeatures.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp
index b4b484da2a..ca08dfbbf1 100644
--- a/src/LaTeXFeatures.cpp
+++ b/src/LaTeXFeatures.cpp
@@ -2262,6 +2262,8 @@ docstring const LaTeXFeatures::getThmI18nDefs(Layout
const & lay) const
docstring const thmname = from_utf8(lay.thmName());
ods << "\\crefname{" << thmname << "}{_(" << lowercase(tn) <<
")}{" << lowercase(tnp) << "}\n"
<< "\\Crefname{" << thmname << "}{_(" << tn << ")}{" << tnp
<< "}\n";
+ ods << "\\crefname{" << thmname << "}{_(" << lowercase(tn) <<
")}{_(" << lowercase(tnp) << ")}\n"
+ << "\\Crefname{" << thmname << "}{_(" << tn << ")}{_(" <<
tnp << ")}\n";
return ods.str();
}
return docstring();
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs