diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-chicago/cms-finnish.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-chicago/cms-finnish.lbx | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-finnish.lbx b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-finnish.lbx index 5bec9bfff6b..e136fd56e1c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-chicago/cms-finnish.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-chicago/cms-finnish.lbx @@ -1,6 +1,6 @@ -% $Id: cms-finnish.lbx,v 0.3 2013/03/14 16:43:14 dfussner Exp $ +% $Id: cms-finnish.lbx,v 0.6 2013/10/29 14:15:17 dfussner Exp $ -\ProvidesFile{cms-finnish.lbx}[2013/03/14 v 2.5 biblatex localization] +\ProvidesFile{cms-finnish.lbx}[2013/10/29 v 2.8 biblatex localization] % STATUS OF THIS FILE % - Translated by a native speaker (Antti-Juhani Kaijanaho). @@ -269,7 +269,7 @@ afterwordto = {{j\"alkipuhe teokselle}{j\"alkipuhe teokselle}}, % forewordto = {{foreword to}{forew\adddot\space to}}, introductionto = {{johdanto teoksessa}{johdanto\adddot\space teoksessa}}, - partvolume = {{\addspace osa}{\addspace osa}}, + partvolume = {{osa}{osa}}, by = {{kirjoittanut}{kirjoittanut}}, % of = {{of}{of}}, on = {{levyll\"a}{levyll\"a}}, @@ -845,7 +845,10 @@ \iffieldsequal{#2year}{#2endyear} {\iffieldsequal{#2month}{#2endmonth} {\csuse{mkbibdate#1}{}{}{#2day}} - {\csuse{mkbibdate#1}{}{#2month}{#2day}}} + {\ifthenelse{\iffieldundef{#2month}\AND\iffieldundef{#2day}}% + {\csuse{mkbibdate#1}{#2year}{}{}% + \clearfield{#2endyear}}% Clear up inheritance problem ??? + {\csuse{mkbibdate#1}{}{#2month}{#2day}}}} {\csuse{mkbibdate#1}{#2year}{#2month}{#2day}}% \iffieldundef{#2endyear} {} @@ -857,7 +860,11 @@ \protected\gdef\lbx@cms@mkbibrangefull#1#2{% \ifthenelse{\iffieldundef{#2year}\AND\iffieldundef{#2month}}% {}% - {\printtext[#2date]{% + {\ifthenelse{\iffieldsequal{#2year}{#2endyear}\AND% + \iffieldundef{#2month}\AND\iffieldundef{#2day}}% + {\clearfield{#2endyear}}% Clear up inheritance problem ??? + {}% + \printtext[#2date]{% \csuse{mkbibdate#1}{#2year}{#2month}{#2day}% \ifthenelse{\iffieldundef{#2endyear}\AND\iffieldundef{#2endmonth}} {} |