Skip to content

Commit e084954

Browse files
committed
Add smoke-all test for fr-CA language variant (#14014)
Verifies that lang: fr-CA correctly applies regional overrides (Auteur(-trice)) while inheriting base French translations (Date de publication).
1 parent 214b652 commit e084954

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "French Canadian language variant"
3+
lang: fr-CA
4+
author: Jean Tremblay
5+
date: 2026-02-11
6+
format: html
7+
_quarto:
8+
tests:
9+
html:
10+
ensureFileRegexMatches:
11+
- ['Auteur\(-trice\)', 'Date de publication']
12+
- ['Auteur·rice']
13+
---
14+
15+
Content to verify `lang: fr-CA` applies regional French translations, while still using main `lang: fr` translation.

0 commit comments

Comments
 (0)