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
567ac16b
Commit
567ac16b
authored
Sep 06, 2018
by
Mathias Goebel
Browse files
Archivare bekommen immer "Schrift: Latein"
parent
26f602b3
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
567ac16b
...
...
@@ -914,8 +914,12 @@ element xhtml:span {
then tokenize($segLang, "-")[last()]
else tokenize($scripthS/@script, ' ')[. = ('Latn', 'Latf')]
let $script := for $s in $script
return
let $script :=
if(starts-with($hand, "Archivar"))
then "Latein"
else
for $s in $script
return
switch($s)
case 'Latn' return 'Latein'
case 'Latf' return 'Kurrent'
...
...
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