l10ntools/source/xmlparse.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 691fe77311b27666bd46a2b178c221d538c1e24e Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Wed Sep 17 08:56:42 2025 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Wed Sep 17 15:56:24 2025 +0200
tdf#168443 Add <meta> description in Help pages Core part. - add <description> as translatable string. Change-Id: Ifaee57ae34607f2a90a74f03f89909fc471db434 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191082 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx index ce78b0182768..d5571a6a1f33 100644 --- a/l10ntools/source/xmlparse.cxx +++ b/l10ntools/source/xmlparse.cxx @@ -321,6 +321,7 @@ XMLFile::XMLFile( OString _sFileName ) // the file name, empty if created from m m_aNodes_localize.emplace( "caption"_ostr , true ); m_aNodes_localize.emplace( "title"_ostr , true ); m_aNodes_localize.emplace( "link"_ostr , true ); + m_aNodes_localize.emplace( "description"_ostr , true ); } void XMLFile::Extract()