Commit cf955e9
authored
LaTeX writer: fix fr-CA babel language mapping (#11576)
Map fr-CA to "french" instead of deprecated "canadien".
The babel-french package's `canadien.ldf` is deprecated and broken:
it never calls `\ldf@finish`, so `\bbl@main@language` is left undefined,
causing babel to crash at `\begin{document}`. Since `canadien` was always
just an unconditional alias for `french`, use `french` directly.
Closes #11575.1 parent df29187 commit cf955e9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments