Skip to content

Commit

Permalink
Fix term hacks for transition to CSL 1.0.2 (#5801)
Browse files Browse the repository at this point in the history
* term "communications" to "personal-communication"

* Replace 'zoology' term with 'no-place'
  • Loading branch information
bwiernik committed Jan 2, 2022
1 parent 5c8c5e9 commit e2e7842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions geschichte-und-gesellschaft.csl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<term name="close-quote">«</term>
<term name="open-inner-quote">›</term>
<term name="close-inner-quote">‹</term>
<term name="zoology" form="short">o. O.</term>
<term name="no-place" form="short">o. O.</term>
<term name="at">hier</term>
<term name="internet">Eintrag im Blog</term>
<term name="issue" form="short">H.</term>
Expand Down Expand Up @@ -108,7 +108,7 @@
<term name="close-quote">«</term>
<term name="open-inner-quote">›</term>
<term name="close-inner-quote">‹</term>
<term name="zoology" form="short">n.pl.</term>
<term name="no-place" form="short">n.pl.</term>
<term name="at">here</term>
<term name="internet">post at</term>
<term name="issue" form="short">no.</term>
Expand Down Expand Up @@ -515,7 +515,7 @@
<text variable="publisher-place"/>
</if>
<else>
<text term="zoology" form="short"/>
<text term="no-place" form="short"/>
</else>
</choose>
</macro>
Expand Down
9 changes: 2 additions & 7 deletions institut-teknologi-bandung-sekolah-pascasarjana.csl
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
<updated>2018-07-17T06:47:52+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="en">
<terms>
<term name="communications">Personal communication</term>
</terms>
</locale>
<locale xml:lang="id">
<terms>
<term name="editortranslator" form="short">
Expand All @@ -69,7 +64,7 @@
<term name="edition">edisi</term>
<term name="director">sutradara</term>
<term name="in">dalam</term>
<term name="communications">Komunikasi pribadi</term>
<term name="personal-communication">komunikasi pribadi</term>
</terms>
</locale>
<macro name="container-contributors">
Expand Down Expand Up @@ -232,7 +227,7 @@
</choose>
</if>
<else-if type="personal_communication" match="any">
<text term="communications"/>
<text term="personal-communication" text-case="capitalize-first"/>
</else-if>
<else-if variable="reviewed-author">
<choose>
Expand Down

0 comments on commit e2e7842

Please sign in to comment.