- status: open --> accepted
When building both my example docbook document for both nb and se
languages I see messages like this:
No "nb" localization of "QandASet" exists; using "en".
But there is no gentext entry for QandASet in en.xml. When I add such
entry to se.xml, the message go away.
I based the locales on the content in en.xml, and thus suspect there
should be a like like this also there:
diff -r 3ddf5d6cedcb xsl/common/en.xml
--- a/xsl/common/en.xml Tue Sep 10 00:40:26 2019 +0200
+++ b/xsl/common/en.xml Mon Oct 19 20:37:18 2020 +0200
@@ -74,6 +74,7 @@
<l:gentext key="pubdate" text="Publication date">
<l:gentext key="Published" text="Published">
<l:gentext key="published" text="Published"></l:gentext></l:gentext></l:gentext>
--
Happy hacking
Petter Reinholdtsen