commit 6f18e802c056e1f0fa0463f51efea3a217248c35 Author: Naala Nanba Date: Wed Jan 26 14:10:15 2022 +0000 Update Abkhazian translation po/ab.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8a0e75bfcca8e0c7ada65aaa18c9864c9e839dec Author: Naala Nanba Date: Wed Jan 26 14:07:59 2022 +0000 Update Abkhazian translation po/ab.po | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) commit ddcddf48bd7027ec06b6d3376036556db0ac0b01 Author: Naala Nanba Date: Wed Jan 26 13:35:52 2022 +0000 Add Abkhazian translation po/LINGUAS | 1 + po/ab.po | 624 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 625 insertions(+) commit 4e30c9186f08f8f827ddb348a8139657215e293b Author: Shaun McCance Date: Sat Oct 30 22:25:16 2021 -0400 Avoid use of global l10n.locale parameter Documents can have different languages at different levels. This is especially true with Mallard stack files, which could incorporate some translated documents, as well as some that have not yet been translated. Using a single global parameter completely breaks this. doc/yelp-xsl/C/html.linktrails.prefix.page | 9 +++++- doc/yelp-xsl/C/l10n.direction.page | 19 ++++++++--- doc/yelp-xsl/C/l10n.locale.page | 5 +++ doc/yelp-xsl/C/mal2html.page.linktrails.link.page | 9 +++++- doc/yelp-xsl/C/mal2html.page.linktrails.trail.page | 9 +++++- .../C/mal2html.page.linktrails.trail.prefix.page | 9 +++++- xslt/common/html.xsl | 31 ++++++++++++++---- xslt/common/l10n.xsl | 37 ++++++++++++++++++---- xslt/common/tmpl.xsl | 4 ++- xslt/dita/html/dita2html-topic.xsl | 4 ++- xslt/docbook/html/db2html-links.xsl | 4 ++- xslt/mallard/html/mal2html-inline.xsl | 4 +-- xslt/mallard/html/mal2html-list.xsl | 2 +- xslt/mallard/html/mal2html-page.xsl | 33 ++++++++++++++++--- xslt/mallard/html/mal2html-ui.xsl | 4 ++- 15 files changed, 148 insertions(+), 35 deletions(-) commit cef8f0c8b0783abf98ba8a7c614d3254eda76ef6 Author: Shaun McCance Date: Thu Oct 14 15:17:35 2021 -0400 mal2html-links: Also fix section links for stacks xslt/mallard/html/mal2html-links.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9a03e634aeeda0011481616ae4a8e29d2b96aab4 Author: Shaun McCance Date: Thu Oct 14 15:06:50 2021 -0400 mal2html-page: Fix topic links from guide pages in stacks We were looking for the type as an attr on the root page element, which isn't what we have in a stack. This still doesn't address a stack type that is an implicit first guide and further topics, but that requires deeper surgery. xslt/mallard/html/mal2html-page.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)