Skip to content

Commit

Permalink
localise obligation line of annex title separately for CJK parentheses:
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 16, 2024
1 parent 09bf8b4 commit eedd8cf
Show file tree
Hide file tree
Showing 2 changed files with 798 additions and 267 deletions.
2 changes: 1 addition & 1 deletion lib/isodoc/xref/xref_sect_gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def annex_name_lbl(clause, num)
title = Common::case_with_markup(@labels["annex"], "capital",
@script)
s = labelled_autonum(title, clause, num)
"<strong>#{s}</strong><br/>#{obl}"
"<strong>#{s}</strong><br/>#{l10n obl}"
end

def annex_name_anchors(clause, num, level)
Expand Down
Loading

0 comments on commit eedd8cf

Please sign in to comment.