diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx b/Master/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx index e96fcf6fe7d..3e0c8e65e9e 100644 --- a/Master/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx +++ b/Master/texmf-dist/tex/latex/biblatex-apa/austrian-apa.lbx @@ -1,4 +1,4 @@ -\ProvidesFile{austrian-apa.lbx}[2014/04/16\space v6.5\space APA biblatex localisation] +\ProvidesFile{austrian-apa.lbx}[2015/01/23\space v6.7\space APA biblatex localisation] \InheritBibliographyExtras{austrian} % (APA 6.22) The example abbreviations @@ -27,18 +27,6 @@ \DeclareBibliographyStrings{% inherit = {austrian}, - january = {{J\"anner}{J\"anner}}, - february = {{Februar}{Februar}}, - march = {{M\"arz}{M\"arz}}, - april = {{April}{April}}, - may = {{Mai}{Mai}}, - june = {{Juni}{Juni}}, - july = {{Juli}{Juli}}, - august = {{August}{August}}, - september = {{September}{September}}, - october = {{Oktober}{Oktober}}, - november = {{November}{November}}, - december = {{Dezember}{Dezember}}, revisededition = {{\"Uberarbeitete\space Auflage}{\"Uberarb\adddot\space Aufl\adddot}}, producer = {{Produzent}{Produzent}}, execproducer = {{Produzent}{Produzent}}, @@ -75,7 +63,7 @@ \protected\def\mkbibdateapalong#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}% \iffieldundef{#3}% {}% {\iffieldundef{#1}% @@ -93,7 +81,7 @@ \protected\def\mkbibdateapalongextra#1#2#3{% \iffieldundef{#1}% {}% - {\thefield{#1}\printfield{extrayear}}% + {\iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}\printfield{extrayear}}% \iffieldundef{#3}% {}% {\iffieldundef{#1}% @@ -123,7 +111,7 @@ {\iffieldundef{#2}% {}% {\addspace}% - \thefield{#1}}}} + \iffieldbibstring{#1}{\biblcstring{\thefield{#1}}}{\thefield{#1}}}}} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |