Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
8c483e09
Commit
8c483e09
authored
Nov 21, 2019
by
Mathias Goebel
Browse files
Merge branch 'feature/#125-translation-of-surface-n' into 'develop'
Add translation of tei:surface/@n Closes #125 See merge request
!59
parents
e7de47d2
bebb7967
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/index-processor.xqm
View file @
8c483e09
...
...
@@ -5,7 +5,7 @@ xquery version "3.1";
: the index for a single notebook.
: The corresponding viewer module is `index-viewer.xqm`.
: @author Mathias Göbel
: @version 1.
0
.2
: @version 1.
1
.2
: @see https://fontane-nb.dariah.eu/register.html
:)
module namespace ixp="http://fontane-nb.dariah.eu/index-processor";
...
...
@@ -547,7 +547,7 @@ element xhtml:li {
|| "&page=" || $surface
|| "&target=" || $id
},
($surface),
f-misc:n-translate
($surface),
if($count eq 1) then ()
else (" ", <xhtml:span title="Anzahl an Vorkommnissen auf dieser Seite">({$count})</xhtml:span>)
}
...
...
@@ -1493,4 +1493,3 @@ else
}
}
};
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment