Fix French text in example (#5635)

This commit is contained in:
Malo 2025-01-06 14:00:44 +01:00 committed by GitHub
parent 39eeb116a4
commit 36508c66db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -886,8 +886,8 @@ everything else by providing an array in the `align` argument:
stroke: none, stroke: none,
table.header[Day][Location][Hotel or Apartment][Activities], table.header[Day][Location][Hotel or Apartment][Activities],
[1], [Paris, France], [Hotel de L'Europe], [Arrival, Evening River Cruise], [1], [Paris, France], [Hôtel de l'Europe], [Arrival, Evening River Cruise],
[2], [Paris, France], [Hotel de L'Europe], [Louvre Museum, Eiffel Tower], [2], [Paris, France], [Hôtel de l'Europe], [Louvre Museum, Eiffel Tower],
[3], [Lyon, France], [Lyon City Hotel], [City Tour, Local Cuisine Tasting], [3], [Lyon, France], [Lyon City Hotel], [City Tour, Local Cuisine Tasting],
[4], [Geneva, Switzerland], [Lakeview Inn], [Lake Geneva, Red Cross Museum], [4], [Geneva, Switzerland], [Lakeview Inn], [Lake Geneva, Red Cross Museum],
[5], [Zermatt, Switzerland], [Alpine Lodge], [Visit Matterhorn, Skiing], [5], [Zermatt, Switzerland], [Alpine Lodge], [Visit Matterhorn, Skiing],
@ -911,8 +911,8 @@ bottom-aligned. Let's use a function instead to do so:
stroke: none, stroke: none,
table.header[Day][Location][Hotel or Apartment][Activities], table.header[Day][Location][Hotel or Apartment][Activities],
[1], [Paris, France], [Hotel de L'Europe], [Arrival, Evening River Cruise], [1], [Paris, France], [Hôtel de l'Europe], [Arrival, Evening River Cruise],
[2], [Paris, France], [Hotel de L'Europe], [Louvre Museum, Eiffel Tower], [2], [Paris, France], [Hôtel de l'Europe], [Louvre Museum, Eiffel Tower],
<<< // ... remaining days omitted <<< // ... remaining days omitted
>>> [3], [Lyon, France], [Lyon City Hotel], [City Tour, Local Cuisine Tasting], >>> [3], [Lyon, France], [Lyon City Hotel], [City Tour, Local Cuisine Tasting],
>>> [4], [Geneva, Switzerland], [Lakeview Inn], [Lake Geneva, Red Cross Museum], >>> [4], [Geneva, Switzerland], [Lakeview Inn], [Lake Geneva, Red Cross Museum],