Skip to content

Commit ea31783

Browse files
ruben2sadam3smith
andauthored
Changed quotation marks to Spanish ones (#5968)
As stated by the Royal Spanish Academy in "Ortografía de la lengua española" (2010 edition, page 386), spanish quotation marks (« ») should be used instead of the english ones (“ ”). This can also can be checked online in https://www.rae.es/dpd/comillas. We, unfortunately, don't have a style guide to go by here, but this seems more plausible Co-authored-by: ruben2s <ruben2s@users.noreply.github.com> Co-authored-by: Sebastian Karcher <karcher@u.northwestern.edu>
1 parent 27245f9 commit ea31783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spanish-legal.csl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="es-ES" version="1.0" demote-non-dropping-particle="sort-only">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" demote-non-dropping-particle="sort-only" default-locale="es-ES">
33
<info>
44
<title>Spanish Legal (Español)</title>
55
<id>http://www.zotero.org/styles/spanish-legal</id>
@@ -111,7 +111,7 @@
111111
<text variable="title" text-case="capitalize-first" font-style="italic"/>
112112
</if>
113113
<else>
114-
<text variable="title" text-case="capitalize-first" prefix="" suffix=""/>
114+
<text variable="title" text-case="capitalize-first" quotes="true"/>
115115
</else>
116116
</choose>
117117
</macro>
@@ -121,7 +121,7 @@
121121
<text variable="title" text-case="capitalize-first" font-style="italic" suffix=", cit." form="short"/>
122122
</if>
123123
<else>
124-
<text variable="title" text-case="capitalize-first" prefix="" suffix=", cit." form="short"/>
124+
<text variable="title" text-case="capitalize-first" quotes="true" suffix=", cit." form="short"/>
125125
</else>
126126
</choose>
127127
</macro>

0 commit comments

Comments
 (0)