In sushi-config.yaml jurisdiction is set to NL, language is set to 'en', parameter i18n-default-lang is not set.
All StructureDefinitions, CodeSystems and ValueSets define 'language' as 'nl'
After running the publisher, the qa.html throws a lot of build errors about missing nld.svg. Turns out:
- svg is in ./assets/images/nld.svg
- ig looks for ./en/assets/images/nld.svg
Note:
- I switched language to 'nl', added parameter 'i18n-default-lang' with 'nl'
- now I get multiple errors like below and lots of broken links
Internal error in location for message: 'Error @1, 2: Found / expecting a token name', loc = '/workspaces/projects/nl-vzvz-core/output/en/StructureDefinition-trace-id.html#/html/body/div/div/div', err = 'The <script> containing the javascript '// c113397f-8681-446'... is illegal and not allowed on the H'
and none of the pages are created.
In sushi-config.yaml jurisdiction is set to NL, language is set to 'en', parameter i18n-default-lang is not set.
All StructureDefinitions, CodeSystems and ValueSets define 'language' as 'nl'
After running the publisher, the qa.html throws a lot of build errors about missing nld.svg. Turns out:
Note:
and none of the pages are created.