Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35 lines (31 sloc)
1019 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\ProvidesFile{french-iso.lbx} | |
[2020/03/25 v0.4.0 ISO 690 extended biblatex localization] | |
\InheritBibliographyExtras{french} | |
\InheritBibliographyStrings{french} | |
% `french.lbx` overrides the family name format to \textsc | |
% that is against the consistency rule since we use uppercase | |
% as default. | |
\DeclareBibliographyExtras{% | |
\restorecommand\mkbibnamefamily | |
} | |
\DeclareBibliographyStrings{% | |
at = {{à}% | |
{à}}, | |
bysupervisor = {{supervisé par}% | |
{supervisé par}}, | |
urlalso = {{aussi disponible à l'adresse}% | |
{aussi disponible à l'adresse}}, | |
director = {{réalisateur}% | |
{réalisateur}}, | |
bydirector = {{réalisé par}% | |
{réalisé par}}, | |
inventor = {{inventeur}% | |
{inventeur}}, | |
byinventor = {{inventé par}% | |
{inventé par}}, | |
online = {{en ligne}% | |
{en ligne}}, | |
film = {{film}% | |
{film}}, | |
} | |
\endinput |