plk / biblatex-apa

APA style for BibLaTeX
88 stars 48 forks source link

Dutch: "inpress" is translated as "in druk" instead of "ter perse" #216

Closed LukeSerne closed 10 months ago

LukeSerne commented 10 months ago

ter perse is recommended by UvT (click "Ter Perse" tab).

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

\DefineBibliographyStrings{dutch}{
    inpress={ter\space perse},      % in druk -> ter perse
}
plk commented 10 months ago

Needed to be fixed in biblatex as this is a standard localisation string.

LukeSerne commented 10 months ago

It's fixed - thanks!