plk / biblatex-apa

APA style for BibLaTeX
88 stars 48 forks source link

Dutch: "nodate" is translated as "g.d." instead of "z.d." #217

Closed LukeSerne closed 10 months ago

LukeSerne commented 10 months ago

z.d. as an abbreviation of zonder datum is recommended by UvT.

I manually fixed this by including the below command in my .tex file, but that shouldn't be necessary.

\DefineBibliographyStrings{dutch}{
    nodate={z\adddot d\adddot},  % g.d. -> z.d.
}
plk commented 10 months ago

Fixed in biblatex as it's a standard localisation string.

LukeSerne commented 10 months ago

It's fixed - thanks!