Skip to content

Commit

Permalink
Locator follows locale
Browse files Browse the repository at this point in the history
The "hic" separating the full page range from the locator will now be "here" if the document is written in English, "här" if it is in Swedish, and "hic" otherwise.
  • Loading branch information
carljohanberglund committed Feb 18, 2016
1 parent 3a7fd2a commit 524045c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions svensk-exegetisk-arsbok.csl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<category field="theology"/>
<issn>1100-2298</issn>
<summary>Svensk exegetisk årsbok (full note)</summary>
<updated>2016-02-15T16:00:00+00:00</updated>
<updated>2016-02-18T10:30:00+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="sv-SE">
Expand All @@ -27,14 +27,21 @@
<terms>
<term name="editor" form="verb-short">red.</term>
<term name="translator" form="verb-short">övers.</term>
<term name="at">här</term>
</terms>
</locale>
<locale xml:lang="en">
<terms>
<term name="editor" form="verb-short">ed.</term>
<term name="translator" form="verb-short">trans.</term>
<term name="at">here</term>
</terms>
</locale>
<locale>
<terms>
<term name="at">hic</term>
</terms>
</locale>
<macro name="editor-translator">
<group delimiter=", ">
<choose>
Expand Down Expand Up @@ -557,8 +564,9 @@
<text macro="pages"/>
</if>
<else-if type="article-journal chapter" match="any">
<group delimiter=", hic ">
<text macro="pages"/>
<text macro="pages"/>
<group prefix=", " delimiter=" ">
<text term="at"/>
<text variable="locator"/>
</group>
</else-if>
Expand Down Expand Up @@ -764,8 +772,8 @@
</choose>
</layout>
</citation>
<bibliography hanging-indent="true" et-al-min="10" et-al-use-first="9" subsequent-author-substitute="———" entry-spacing="0">
<sort>
<bibliography hanging-indent="true" et-al-min="10" et-al-use-first="9" subsequent-author-substitute="&#8212;&#8212;&#8212;" entry-spacing="0">
<sort>
<key macro="contributors-sort"/>
<key variable="title"/>
<key variable="genre"/>
Expand Down

0 comments on commit 524045c

Please sign in to comment.