@polyglot-bundles/fr-syllabi 0.2.5 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/basics-DZk3whBf.js +55 -0
  2. package/dist/basics-DZk3whBf.js.map +1 -0
  3. package/dist/index.js +67 -85
  4. package/dist/index.js.map +1 -1
  5. package/dist/lesson-01-SLn6amdW.js +6 -0
  6. package/dist/lesson-01-SLn6amdW.js.map +1 -0
  7. package/dist/lesson-02-Z-7kZjDB.js +6 -0
  8. package/dist/lesson-02-Z-7kZjDB.js.map +1 -0
  9. package/dist/lesson-03-D974bcKE.js +6 -0
  10. package/dist/lesson-03-D974bcKE.js.map +1 -0
  11. package/dist/lesson-04-auPnvqWT.js +6 -0
  12. package/dist/lesson-04-auPnvqWT.js.map +1 -0
  13. package/dist/lesson-05-1m0VxG4Q.js +6 -0
  14. package/dist/lesson-05-1m0VxG4Q.js.map +1 -0
  15. package/dist/lesson-06-BfQYo24W.js +6 -0
  16. package/dist/lesson-06-BfQYo24W.js.map +1 -0
  17. package/dist/lesson-07-BATIJhTw.js +6 -0
  18. package/dist/lesson-07-BATIJhTw.js.map +1 -0
  19. package/dist/lesson-08-BzFXM_-o.js +6 -0
  20. package/dist/lesson-08-BzFXM_-o.js.map +1 -0
  21. package/dist/lesson-09-dahFw-GS.js +6 -0
  22. package/dist/lesson-09-dahFw-GS.js.map +1 -0
  23. package/dist/lesson-10-Ddoeyppc.js +6 -0
  24. package/dist/lesson-10-Ddoeyppc.js.map +1 -0
  25. package/dist/syllabi/basics/index.js +2 -70
  26. package/package.json +7 -8
  27. package/dist/lesson-01-CKlUAQ-l.js +0 -73
  28. package/dist/lesson-01-CKlUAQ-l.js.map +0 -1
  29. package/dist/lesson-02-Sg_0WpK1.js +0 -76
  30. package/dist/lesson-02-Sg_0WpK1.js.map +0 -1
  31. package/dist/lesson-03-BFuDIIZH.js +0 -75
  32. package/dist/lesson-03-BFuDIIZH.js.map +0 -1
  33. package/dist/lesson-04-DOobkbMZ.js +0 -74
  34. package/dist/lesson-04-DOobkbMZ.js.map +0 -1
  35. package/dist/lesson-05-bDgswwl9.js +0 -74
  36. package/dist/lesson-05-bDgswwl9.js.map +0 -1
  37. package/dist/lesson-06-CkchAanW.js +0 -77
  38. package/dist/lesson-06-CkchAanW.js.map +0 -1
  39. package/dist/lesson-07-BJh9y1Qk.js +0 -78
  40. package/dist/lesson-07-BJh9y1Qk.js.map +0 -1
  41. package/dist/lesson-08-BepauIPO.js +0 -77
  42. package/dist/lesson-08-BepauIPO.js.map +0 -1
  43. package/dist/lesson-09-CeGc0fz7.js +0 -76
  44. package/dist/lesson-09-CeGc0fz7.js.map +0 -1
  45. package/dist/lesson-10-A9U08tSq.js +0 -77
  46. package/dist/lesson-10-A9U08tSq.js.map +0 -1
  47. package/dist/syllabi/basics/index.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyglot-bundles/fr-syllabi",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "French syllabi - French basics vocabulary syllabus",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -19,15 +19,13 @@
19
19
  "dist",
20
20
  "src/syllabi/**/*.mdx"
21
21
  ],
22
- "dependencies": {
23
- "@polyglot-bundles/content-shared": "0.4.1"
24
- },
25
22
  "devDependencies": {
26
23
  "@types/node": "^20.0.0",
27
24
  "tsx": "^4.7.0",
28
- "vite": "^5.4.0",
29
- "vite-plugin-dts": "^4.0.0",
30
- "@polyglot-bundles/content-shared": "0.4.1"
25
+ "vite": "^8.0.8",
26
+ "vite-plugin-dts": "^4.5.4",
27
+ "@polyglot-bundles/content-shared": "0.5.3",
28
+ "@polyglot-bundles/lang-tooling": "0.0.0"
31
29
  },
32
30
  "peerDependencies": {
33
31
  "@syllst/core": "^0.6.0",
@@ -51,8 +49,9 @@
51
49
  "directory": "packages/fr/syllabi"
52
50
  },
53
51
  "scripts": {
52
+ "typecheck": "tsc --noEmit",
54
53
  "build": "vite build",
55
54
  "clean": "rm -rf dist",
56
- "validate": "tsx scripts/validate-ids.ts"
55
+ "validate": "tsc --noEmit"
57
56
  }
58
57
  }
@@ -1,73 +0,0 @@
1
- const n = `---
2
- type: lesson
3
- id: french-basics-lesson-01
4
- title: "Leçon 1 — Salutations et Bases"
5
- description: "Greetings & Basic Expressions: bonjour, merci, oui, non, s'il vous plaît..."
6
- order: 1
7
- parentId: french-basics-vocabulary
8
- difficulty: beginner
9
- cefrLevel: A1
10
- categories:
11
- - greetings
12
- - expressions
13
- metadata:
14
- estimatedTime: 15
15
- prerequisites: []
16
- objectives:
17
- - "Learn common French greetings"
18
- - "Master basic polite expressions"
19
- - "Understand formal vs informal address"
20
- ---
21
-
22
- # Leçon 1 (Lesson 1) — Salutations et Bases
23
-
24
- ## Introduction
25
-
26
- This lesson covers the essential greetings and basic expressions you'll use every day in French. These are the foundation of polite conversation.
27
-
28
- ## Vocabulary
29
-
30
- :::vocabulary-set{id="french-greetings" title="Greetings & Basic Expressions"}
31
-
32
- ::vocab{id="fr-bonjour" word="bonjour" translation="hello, good day" partOfSpeech="interjection"}
33
- ::
34
-
35
- ::vocab{id="fr-bonsoir" word="bonsoir" translation="good evening" partOfSpeech="interjection"}
36
- ::
37
-
38
- ::vocab{id="fr-salut" word="salut" translation="hi, bye (informal)" partOfSpeech="interjection"}
39
- ::
40
-
41
- ::vocab{id="fr-aurevoir" word="au revoir" translation="goodbye" partOfSpeech="interjection"}
42
- ::
43
-
44
- ::vocab{id="fr-merci" word="merci" translation="thank you" partOfSpeech="interjection"}
45
- ::
46
-
47
- ::vocab{id="fr-svp" word="s'il vous plaît" translation="please (formal)" partOfSpeech="phrase"}
48
- ::
49
-
50
- ::vocab{id="fr-stp" word="s'il te plaît" translation="please (informal)" partOfSpeech="phrase"}
51
- ::
52
-
53
- ::vocab{id="fr-oui" word="oui" translation="yes" partOfSpeech="adverb"}
54
- ::
55
-
56
- ::vocab{id="fr-non" word="non" translation="no" partOfSpeech="adverb"}
57
- ::
58
-
59
- ::vocab{id="fr-excusez" word="excusez-moi" translation="excuse me (formal)" partOfSpeech="phrase"}
60
- ::
61
-
62
- :::
63
-
64
- ## Key Points
65
-
66
- 1. **Formal vs Informal**: "Vous" (formal) vs "tu" (informal)
67
- 2. **Time of day matters**: bonjour (day) vs bonsoir (evening)
68
- 3. **Politeness is essential**: Always use merci and s'il vous plaît
69
- `;
70
- export {
71
- n as default
72
- };
73
- //# sourceMappingURL=lesson-01-CKlUAQ-l.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lesson-01-CKlUAQ-l.js","sources":["../src/syllabi/basics/lessons/lesson-01.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: french-basics-lesson-01\\ntitle: \\\"Leçon 1 — Salutations et Bases\\\"\\ndescription: \\\"Greetings & Basic Expressions: bonjour, merci, oui, non, s'il vous plaît...\\\"\\norder: 1\\nparentId: french-basics-vocabulary\\ndifficulty: beginner\\ncefrLevel: A1\\ncategories:\\n - greetings\\n - expressions\\nmetadata:\\n estimatedTime: 15\\n prerequisites: []\\n objectives:\\n - \\\"Learn common French greetings\\\"\\n - \\\"Master basic polite expressions\\\"\\n - \\\"Understand formal vs informal address\\\"\\n---\\n\\n# Leçon 1 (Lesson 1) — Salutations et Bases\\n\\n## Introduction\\n\\nThis lesson covers the essential greetings and basic expressions you'll use every day in French. These are the foundation of polite conversation.\\n\\n## Vocabulary\\n\\n:::vocabulary-set{id=\\\"french-greetings\\\" title=\\\"Greetings & Basic Expressions\\\"}\\n\\n::vocab{id=\\\"fr-bonjour\\\" word=\\\"bonjour\\\" translation=\\\"hello, good day\\\" partOfSpeech=\\\"interjection\\\"}\\n::\\n\\n::vocab{id=\\\"fr-bonsoir\\\" word=\\\"bonsoir\\\" translation=\\\"good evening\\\" partOfSpeech=\\\"interjection\\\"}\\n::\\n\\n::vocab{id=\\\"fr-salut\\\" word=\\\"salut\\\" translation=\\\"hi, bye (informal)\\\" partOfSpeech=\\\"interjection\\\"}\\n::\\n\\n::vocab{id=\\\"fr-aurevoir\\\" word=\\\"au revoir\\\" translation=\\\"goodbye\\\" partOfSpeech=\\\"interjection\\\"}\\n::\\n\\n::vocab{id=\\\"fr-merci\\\" word=\\\"merci\\\" translation=\\\"thank you\\\" partOfSpeech=\\\"interjection\\\"}\\n::\\n\\n::vocab{id=\\\"fr-svp\\\" word=\\\"s'il vous plaît\\\" translation=\\\"please (formal)\\\" partOfSpeech=\\\"phrase\\\"}\\n::\\n\\n::vocab{id=\\\"fr-stp\\\" word=\\\"s'il te plaît\\\" translation=\\\"please (informal)\\\" partOfSpeech=\\\"phrase\\\"}\\n::\\n\\n::vocab{id=\\\"fr-oui\\\" word=\\\"oui\\\" translation=\\\"yes\\\" partOfSpeech=\\\"adverb\\\"}\\n::\\n\\n::vocab{id=\\\"fr-non\\\" word=\\\"non\\\" translation=\\\"no\\\" partOfSpeech=\\\"adverb\\\"}\\n::\\n\\n::vocab{id=\\\"fr-excusez\\\" word=\\\"excusez-moi\\\" translation=\\\"excuse me (formal)\\\" partOfSpeech=\\\"phrase\\\"}\\n::\\n\\n:::\\n\\n## Key Points\\n\\n1. **Formal vs Informal**: \\\"Vous\\\" (formal) vs \\\"tu\\\" (informal)\\n2. **Time of day matters**: bonjour (day) vs bonsoir (evening)\\n3. **Politeness is essential**: Always use merci and s'il vous plaît\\n\""],"names":["lesson01"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,76 +0,0 @@
1
- const n = `---
2
- type: lesson
3
- id: french-basics-lesson-02
4
- title: "Leçon 2 — Les Nombres"
5
- description: "Numbers 1-12: un, deux, trois, quatre, cinq..."
6
- order: 2
7
- parentId: french-basics-vocabulary
8
- difficulty: beginner
9
- cefrLevel: A1
10
- categories:
11
- - numbers
12
- metadata:
13
- estimatedTime: 15
14
- prerequisites: [french-basics-lesson-01]
15
- objectives:
16
- - "Count from 1 to 12 in French"
17
- - "Understand French number pronunciation"
18
- ---
19
-
20
- # Leçon 2 (Lesson 2) — Les Nombres
21
-
22
- ## Introduction
23
-
24
- Numbers are essential for everyday life - shopping, telling time, and giving phone numbers.
25
-
26
- ## Vocabulary
27
-
28
- :::vocabulary-set{id="french-numbers" title="Numbers (Les Nombres)"}
29
-
30
- ::vocab{id="fr-un" word="un" translation="one (1)" partOfSpeech="numeral" gender="masculine"}
31
- ::
32
-
33
- ::vocab{id="fr-deux" word="deux" translation="two (2)" partOfSpeech="numeral"}
34
- ::
35
-
36
- ::vocab{id="fr-trois" word="trois" translation="three (3)" partOfSpeech="numeral"}
37
- ::
38
-
39
- ::vocab{id="fr-quatre" word="quatre" translation="four (4)" partOfSpeech="numeral"}
40
- ::
41
-
42
- ::vocab{id="fr-cinq" word="cinq" translation="five (5)" partOfSpeech="numeral"}
43
- ::
44
-
45
- ::vocab{id="fr-six" word="six" translation="six (6)" partOfSpeech="numeral"}
46
- ::
47
-
48
- ::vocab{id="fr-sept" word="sept" translation="seven (7)" partOfSpeech="numeral"}
49
- ::
50
-
51
- ::vocab{id="fr-huit" word="huit" translation="eight (8)" partOfSpeech="numeral"}
52
- ::
53
-
54
- ::vocab{id="fr-neuf" word="neuf" translation="nine (9)" partOfSpeech="numeral"}
55
- ::
56
-
57
- ::vocab{id="fr-dix" word="dix" translation="ten (10)" partOfSpeech="numeral"}
58
- ::
59
-
60
- ::vocab{id="fr-onze" word="onze" translation="eleven (11)" partOfSpeech="numeral"}
61
- ::
62
-
63
- ::vocab{id="fr-douze" word="douze" translation="twelve (12)" partOfSpeech="numeral"}
64
- ::
65
-
66
- :::
67
-
68
- ## Key Points
69
-
70
- 1. **One is gendered**: "un" (masculine), "une" (feminine)
71
- 2. **Pronunciation changes**: Final consonants often silent or change
72
- `;
73
- export {
74
- n as default
75
- };
76
- //# sourceMappingURL=lesson-02-Sg_0WpK1.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lesson-02-Sg_0WpK1.js","sources":["../src/syllabi/basics/lessons/lesson-02.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: french-basics-lesson-02\\ntitle: \\\"Leçon 2 — Les Nombres\\\"\\ndescription: \\\"Numbers 1-12: un, deux, trois, quatre, cinq...\\\"\\norder: 2\\nparentId: french-basics-vocabulary\\ndifficulty: beginner\\ncefrLevel: A1\\ncategories:\\n - numbers\\nmetadata:\\n estimatedTime: 15\\n prerequisites: [french-basics-lesson-01]\\n objectives:\\n - \\\"Count from 1 to 12 in French\\\"\\n - \\\"Understand French number pronunciation\\\"\\n---\\n\\n# Leçon 2 (Lesson 2) — Les Nombres\\n\\n## Introduction\\n\\nNumbers are essential for everyday life - shopping, telling time, and giving phone numbers.\\n\\n## Vocabulary\\n\\n:::vocabulary-set{id=\\\"french-numbers\\\" title=\\\"Numbers (Les Nombres)\\\"}\\n\\n::vocab{id=\\\"fr-un\\\" word=\\\"un\\\" translation=\\\"one (1)\\\" partOfSpeech=\\\"numeral\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-deux\\\" word=\\\"deux\\\" translation=\\\"two (2)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-trois\\\" word=\\\"trois\\\" translation=\\\"three (3)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-quatre\\\" word=\\\"quatre\\\" translation=\\\"four (4)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-cinq\\\" word=\\\"cinq\\\" translation=\\\"five (5)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-six\\\" word=\\\"six\\\" translation=\\\"six (6)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-sept\\\" word=\\\"sept\\\" translation=\\\"seven (7)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-huit\\\" word=\\\"huit\\\" translation=\\\"eight (8)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-neuf\\\" word=\\\"neuf\\\" translation=\\\"nine (9)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-dix\\\" word=\\\"dix\\\" translation=\\\"ten (10)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-onze\\\" word=\\\"onze\\\" translation=\\\"eleven (11)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n::vocab{id=\\\"fr-douze\\\" word=\\\"douze\\\" translation=\\\"twelve (12)\\\" partOfSpeech=\\\"numeral\\\"}\\n::\\n\\n:::\\n\\n## Key Points\\n\\n1. **One is gendered**: \\\"un\\\" (masculine), \\\"une\\\" (feminine)\\n2. **Pronunciation changes**: Final consonants often silent or change\\n\""],"names":["lesson02"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,75 +0,0 @@
1
- const e = `---
2
- type: lesson
3
- id: french-basics-lesson-03
4
- title: "Leçon 3 — Les Couleurs"
5
- description: "Colors: rouge, bleu, vert, jaune, noir, blanc..."
6
- order: 3
7
- parentId: french-basics-vocabulary
8
- difficulty: beginner
9
- cefrLevel: A1
10
- categories:
11
- - colors
12
- - adjectives
13
- metadata:
14
- estimatedTime: 15
15
- prerequisites: [french-basics-lesson-01]
16
- objectives:
17
- - "Learn basic color names in French"
18
- - "Understand color agreement with nouns"
19
- ---
20
-
21
- # Leçon 3 (Lesson 3) — Les Couleurs
22
-
23
- ## Introduction
24
-
25
- Colors are adjectives in French and change form based on the gender of the noun they describe.
26
-
27
- ## Vocabulary
28
-
29
- :::vocabulary-set{id="french-colors" title="Colors (Les Couleurs)"}
30
-
31
- ::vocab{id="fr-rouge" word="rouge" translation="red" partOfSpeech="adjective"}
32
- ::
33
-
34
- ::vocab{id="fr-bleu" word="bleu" translation="blue" partOfSpeech="adjective" gender="masculine"}
35
- ::
36
-
37
- ::vocab{id="fr-vert" word="vert" translation="green" partOfSpeech="adjective" gender="masculine"}
38
- ::
39
-
40
- ::vocab{id="fr-jaune" word="jaune" translation="yellow" partOfSpeech="adjective"}
41
- ::
42
-
43
- ::vocab{id="fr-orange" word="orange" translation="orange" partOfSpeech="adjective"}
44
- ::
45
-
46
- ::vocab{id="fr-noir" word="noir" translation="black" partOfSpeech="adjective" gender="masculine"}
47
- ::
48
-
49
- ::vocab{id="fr-blanc" word="blanc" translation="white" partOfSpeech="adjective" gender="masculine"}
50
- ::
51
-
52
- ::vocab{id="fr-gris" word="gris" translation="gray" partOfSpeech="adjective" gender="masculine"}
53
- ::
54
-
55
- ::vocab{id="fr-rose" word="rose" translation="pink" partOfSpeech="adjective"}
56
- ::
57
-
58
- ::vocab{id="fr-violet" word="violet" translation="purple" partOfSpeech="adjective" gender="masculine"}
59
- ::
60
-
61
- ::vocab{id="fr-marron" word="marron" translation="brown" partOfSpeech="adjective"}
62
- ::
63
-
64
- :::
65
-
66
- ## Key Points
67
-
68
- 1. **Gender agreement**: Most colors change for feminine (add -e)
69
- 2. **Invariable colors**: rouge, jaune, orange, rose, marron stay the same
70
- 3. **Position**: Colors usually come after the noun
71
- `;
72
- export {
73
- e as default
74
- };
75
- //# sourceMappingURL=lesson-03-BFuDIIZH.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lesson-03-BFuDIIZH.js","sources":["../src/syllabi/basics/lessons/lesson-03.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: french-basics-lesson-03\\ntitle: \\\"Leçon 3 — Les Couleurs\\\"\\ndescription: \\\"Colors: rouge, bleu, vert, jaune, noir, blanc...\\\"\\norder: 3\\nparentId: french-basics-vocabulary\\ndifficulty: beginner\\ncefrLevel: A1\\ncategories:\\n - colors\\n - adjectives\\nmetadata:\\n estimatedTime: 15\\n prerequisites: [french-basics-lesson-01]\\n objectives:\\n - \\\"Learn basic color names in French\\\"\\n - \\\"Understand color agreement with nouns\\\"\\n---\\n\\n# Leçon 3 (Lesson 3) — Les Couleurs\\n\\n## Introduction\\n\\nColors are adjectives in French and change form based on the gender of the noun they describe.\\n\\n## Vocabulary\\n\\n:::vocabulary-set{id=\\\"french-colors\\\" title=\\\"Colors (Les Couleurs)\\\"}\\n\\n::vocab{id=\\\"fr-rouge\\\" word=\\\"rouge\\\" translation=\\\"red\\\" partOfSpeech=\\\"adjective\\\"}\\n::\\n\\n::vocab{id=\\\"fr-bleu\\\" word=\\\"bleu\\\" translation=\\\"blue\\\" partOfSpeech=\\\"adjective\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-vert\\\" word=\\\"vert\\\" translation=\\\"green\\\" partOfSpeech=\\\"adjective\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-jaune\\\" word=\\\"jaune\\\" translation=\\\"yellow\\\" partOfSpeech=\\\"adjective\\\"}\\n::\\n\\n::vocab{id=\\\"fr-orange\\\" word=\\\"orange\\\" translation=\\\"orange\\\" partOfSpeech=\\\"adjective\\\"}\\n::\\n\\n::vocab{id=\\\"fr-noir\\\" word=\\\"noir\\\" translation=\\\"black\\\" partOfSpeech=\\\"adjective\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-blanc\\\" word=\\\"blanc\\\" translation=\\\"white\\\" partOfSpeech=\\\"adjective\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-gris\\\" word=\\\"gris\\\" translation=\\\"gray\\\" partOfSpeech=\\\"adjective\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-rose\\\" word=\\\"rose\\\" translation=\\\"pink\\\" partOfSpeech=\\\"adjective\\\"}\\n::\\n\\n::vocab{id=\\\"fr-violet\\\" word=\\\"violet\\\" translation=\\\"purple\\\" partOfSpeech=\\\"adjective\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-marron\\\" word=\\\"marron\\\" translation=\\\"brown\\\" partOfSpeech=\\\"adjective\\\"}\\n::\\n\\n:::\\n\\n## Key Points\\n\\n1. **Gender agreement**: Most colors change for feminine (add -e)\\n2. **Invariable colors**: rouge, jaune, orange, rose, marron stay the same\\n3. **Position**: Colors usually come after the noun\\n\""],"names":["lesson03"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,74 +0,0 @@
1
- const n = `---
2
- type: lesson
3
- id: french-basics-lesson-04
4
- title: "Leçon 4 — La Famille"
5
- description: "Family: mère, père, frère, soeur, fils, fille..."
6
- order: 4
7
- parentId: french-basics-vocabulary
8
- difficulty: beginner
9
- cefrLevel: A1
10
- categories:
11
- - family
12
- - nouns
13
- metadata:
14
- estimatedTime: 15
15
- prerequisites: [french-basics-lesson-01]
16
- objectives:
17
- - "Learn family member vocabulary"
18
- - "Understand masculine/feminine pairs"
19
- ---
20
-
21
- # Leçon 4 (Lesson 4) — La Famille
22
-
23
- ## Introduction
24
-
25
- Family vocabulary is essential for introducing yourself and talking about your loved ones.
26
-
27
- ## Vocabulary
28
-
29
- :::vocabulary-set{id="french-family" title="Family (La Famille)"}
30
-
31
- ::vocab{id="fr-mere" word="mère" translation="mother" partOfSpeech="noun" gender="feminine"}
32
- ::
33
-
34
- ::vocab{id="fr-pere" word="père" translation="father" partOfSpeech="noun" gender="masculine"}
35
- ::
36
-
37
- ::vocab{id="fr-frere" word="frère" translation="brother" partOfSpeech="noun" gender="masculine"}
38
- ::
39
-
40
- ::vocab{id="fr-soeur" word="sœur" translation="sister" partOfSpeech="noun" gender="feminine"}
41
- ::
42
-
43
- ::vocab{id="fr-fils" word="fils" translation="son" partOfSpeech="noun" gender="masculine"}
44
- ::
45
-
46
- ::vocab{id="fr-fille" word="fille" translation="daughter" partOfSpeech="noun" gender="feminine"}
47
- ::
48
-
49
- ::vocab{id="fr-grandmere" word="grand-mère" translation="grandmother" partOfSpeech="noun" gender="feminine"}
50
- ::
51
-
52
- ::vocab{id="fr-grandpere" word="grand-père" translation="grandfather" partOfSpeech="noun" gender="masculine"}
53
- ::
54
-
55
- ::vocab{id="fr-ami" word="ami" translation="friend (male)" partOfSpeech="noun" gender="masculine"}
56
- ::
57
-
58
- ::vocab{id="fr-enfant" word="enfant" translation="child" partOfSpeech="noun" gender="masculine"}
59
- ::
60
-
61
- ::vocab{id="fr-famille" word="famille" translation="family" partOfSpeech="noun" gender="feminine"}
62
- ::
63
-
64
- :::
65
-
66
- ## Key Points
67
-
68
- 1. **Masculine/Feminine pairs**: père/mère, frère/sœur, fils/fille
69
- 2. **Possessive adjectives**: mon (my, m.), ma (my, f.), mes (my, pl.)
70
- `;
71
- export {
72
- n as default
73
- };
74
- //# sourceMappingURL=lesson-04-DOobkbMZ.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lesson-04-DOobkbMZ.js","sources":["../src/syllabi/basics/lessons/lesson-04.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: french-basics-lesson-04\\ntitle: \\\"Leçon 4 — La Famille\\\"\\ndescription: \\\"Family: mère, père, frère, soeur, fils, fille...\\\"\\norder: 4\\nparentId: french-basics-vocabulary\\ndifficulty: beginner\\ncefrLevel: A1\\ncategories:\\n - family\\n - nouns\\nmetadata:\\n estimatedTime: 15\\n prerequisites: [french-basics-lesson-01]\\n objectives:\\n - \\\"Learn family member vocabulary\\\"\\n - \\\"Understand masculine/feminine pairs\\\"\\n---\\n\\n# Leçon 4 (Lesson 4) — La Famille\\n\\n## Introduction\\n\\nFamily vocabulary is essential for introducing yourself and talking about your loved ones.\\n\\n## Vocabulary\\n\\n:::vocabulary-set{id=\\\"french-family\\\" title=\\\"Family (La Famille)\\\"}\\n\\n::vocab{id=\\\"fr-mere\\\" word=\\\"mère\\\" translation=\\\"mother\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-pere\\\" word=\\\"père\\\" translation=\\\"father\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-frere\\\" word=\\\"frère\\\" translation=\\\"brother\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-soeur\\\" word=\\\"sœur\\\" translation=\\\"sister\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-fils\\\" word=\\\"fils\\\" translation=\\\"son\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-fille\\\" word=\\\"fille\\\" translation=\\\"daughter\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-grandmere\\\" word=\\\"grand-mère\\\" translation=\\\"grandmother\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-grandpere\\\" word=\\\"grand-père\\\" translation=\\\"grandfather\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-ami\\\" word=\\\"ami\\\" translation=\\\"friend (male)\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-enfant\\\" word=\\\"enfant\\\" translation=\\\"child\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-famille\\\" word=\\\"famille\\\" translation=\\\"family\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n:::\\n\\n## Key Points\\n\\n1. **Masculine/Feminine pairs**: père/mère, frère/sœur, fils/fille\\n2. **Possessive adjectives**: mon (my, m.), ma (my, f.), mes (my, pl.)\\n\""],"names":["lesson04"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,74 +0,0 @@
1
- const n = `---
2
- type: lesson
3
- id: french-basics-lesson-05
4
- title: "Leçon 5 — Les Animaux"
5
- description: "Animals: chat, chien, oiseau, poisson, cheval..."
6
- order: 5
7
- parentId: french-basics-vocabulary
8
- difficulty: beginner
9
- cefrLevel: A1
10
- categories:
11
- - animals
12
- - nouns
13
- metadata:
14
- estimatedTime: 15
15
- prerequisites: [french-basics-lesson-01]
16
- objectives:
17
- - "Learn common animal names"
18
- - "Practice noun genders with animals"
19
- ---
20
-
21
- # Leçon 5 (Lesson 5) — Les Animaux
22
-
23
- ## Introduction
24
-
25
- Animals are a fun way to practice French nouns and their genders.
26
-
27
- ## Vocabulary
28
-
29
- :::vocabulary-set{id="french-animals" title="Animals (Les Animaux)"}
30
-
31
- ::vocab{id="fr-chat" word="chat" translation="cat" partOfSpeech="noun" gender="masculine"}
32
- ::
33
-
34
- ::vocab{id="fr-chien" word="chien" translation="dog" partOfSpeech="noun" gender="masculine"}
35
- ::
36
-
37
- ::vocab{id="fr-oiseau" word="oiseau" translation="bird" partOfSpeech="noun" gender="masculine"}
38
- ::
39
-
40
- ::vocab{id="fr-poisson" word="poisson" translation="fish" partOfSpeech="noun" gender="masculine"}
41
- ::
42
-
43
- ::vocab{id="fr-cheval" word="cheval" translation="horse" partOfSpeech="noun" gender="masculine"}
44
- ::
45
-
46
- ::vocab{id="fr-vache" word="vache" translation="cow" partOfSpeech="noun" gender="feminine"}
47
- ::
48
-
49
- ::vocab{id="fr-cochon" word="cochon" translation="pig" partOfSpeech="noun" gender="masculine"}
50
- ::
51
-
52
- ::vocab{id="fr-mouton" word="mouton" translation="sheep" partOfSpeech="noun" gender="masculine"}
53
- ::
54
-
55
- ::vocab{id="fr-lapin" word="lapin" translation="rabbit" partOfSpeech="noun" gender="masculine"}
56
- ::
57
-
58
- ::vocab{id="fr-souris" word="souris" translation="mouse" partOfSpeech="noun" gender="feminine"}
59
- ::
60
-
61
- ::vocab{id="fr-canard" word="canard" translation="duck" partOfSpeech="noun" gender="masculine"}
62
- ::
63
-
64
- :::
65
-
66
- ## Key Points
67
-
68
- 1. **Grammatical gender**: Each animal has a fixed gender
69
- 2. **Irregular plurals**: cheval → chevaux, oiseau → oiseaux
70
- `;
71
- export {
72
- n as default
73
- };
74
- //# sourceMappingURL=lesson-05-bDgswwl9.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lesson-05-bDgswwl9.js","sources":["../src/syllabi/basics/lessons/lesson-05.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: french-basics-lesson-05\\ntitle: \\\"Leçon 5 — Les Animaux\\\"\\ndescription: \\\"Animals: chat, chien, oiseau, poisson, cheval...\\\"\\norder: 5\\nparentId: french-basics-vocabulary\\ndifficulty: beginner\\ncefrLevel: A1\\ncategories:\\n - animals\\n - nouns\\nmetadata:\\n estimatedTime: 15\\n prerequisites: [french-basics-lesson-01]\\n objectives:\\n - \\\"Learn common animal names\\\"\\n - \\\"Practice noun genders with animals\\\"\\n---\\n\\n# Leçon 5 (Lesson 5) — Les Animaux\\n\\n## Introduction\\n\\nAnimals are a fun way to practice French nouns and their genders.\\n\\n## Vocabulary\\n\\n:::vocabulary-set{id=\\\"french-animals\\\" title=\\\"Animals (Les Animaux)\\\"}\\n\\n::vocab{id=\\\"fr-chat\\\" word=\\\"chat\\\" translation=\\\"cat\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-chien\\\" word=\\\"chien\\\" translation=\\\"dog\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-oiseau\\\" word=\\\"oiseau\\\" translation=\\\"bird\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-poisson\\\" word=\\\"poisson\\\" translation=\\\"fish\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-cheval\\\" word=\\\"cheval\\\" translation=\\\"horse\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-vache\\\" word=\\\"vache\\\" translation=\\\"cow\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-cochon\\\" word=\\\"cochon\\\" translation=\\\"pig\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-mouton\\\" word=\\\"mouton\\\" translation=\\\"sheep\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-lapin\\\" word=\\\"lapin\\\" translation=\\\"rabbit\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-souris\\\" word=\\\"souris\\\" translation=\\\"mouse\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-canard\\\" word=\\\"canard\\\" translation=\\\"duck\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n:::\\n\\n## Key Points\\n\\n1. **Grammatical gender**: Each animal has a fixed gender\\n2. **Irregular plurals**: cheval → chevaux, oiseau → oiseaux\\n\""],"names":["lesson05"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,77 +0,0 @@
1
- const n = `---
2
- type: lesson
3
- id: french-basics-lesson-06
4
- title: "Leçon 6 — Le Corps"
5
- description: "Body Parts: tête, main, pied, œil, bouche..."
6
- order: 6
7
- parentId: french-basics-vocabulary
8
- difficulty: beginner
9
- cefrLevel: A1
10
- categories:
11
- - body
12
- - nouns
13
- metadata:
14
- estimatedTime: 15
15
- prerequisites: [french-basics-lesson-01]
16
- objectives:
17
- - "Learn body part vocabulary"
18
- - "Practice irregular plurals"
19
- ---
20
-
21
- # Leçon 6 (Lesson 6) — Le Corps
22
-
23
- ## Introduction
24
-
25
- Body parts are essential vocabulary for describing people and health situations.
26
-
27
- ## Vocabulary
28
-
29
- :::vocabulary-set{id="french-body" title="Body Parts (Le Corps)"}
30
-
31
- ::vocab{id="fr-tete" word="tête" translation="head" partOfSpeech="noun" gender="feminine"}
32
- ::
33
-
34
- ::vocab{id="fr-main" word="main" translation="hand" partOfSpeech="noun" gender="feminine"}
35
- ::
36
-
37
- ::vocab{id="fr-pied" word="pied" translation="foot" partOfSpeech="noun" gender="masculine"}
38
- ::
39
-
40
- ::vocab{id="fr-bras" word="bras" translation="arm" partOfSpeech="noun" gender="masculine"}
41
- ::
42
-
43
- ::vocab{id="fr-jambe" word="jambe" translation="leg" partOfSpeech="noun" gender="feminine"}
44
- ::
45
-
46
- ::vocab{id="fr-oeil" word="œil" translation="eye" partOfSpeech="noun" gender="masculine"}
47
- ::
48
-
49
- ::vocab{id="fr-yeux" word="yeux" translation="eyes" partOfSpeech="noun" gender="masculine"}
50
- ::
51
-
52
- ::vocab{id="fr-bouche" word="bouche" translation="mouth" partOfSpeech="noun" gender="feminine"}
53
- ::
54
-
55
- ::vocab{id="fr-nez" word="nez" translation="nose" partOfSpeech="noun" gender="masculine"}
56
- ::
57
-
58
- ::vocab{id="fr-oreille" word="oreille" translation="ear" partOfSpeech="noun" gender="feminine"}
59
- ::
60
-
61
- ::vocab{id="fr-cheveux" word="cheveux" translation="hair" partOfSpeech="noun" gender="masculine"}
62
- ::
63
-
64
- ::vocab{id="fr-dos" word="dos" translation="back" partOfSpeech="noun" gender="masculine"}
65
- ::
66
-
67
- :::
68
-
69
- ## Key Points
70
-
71
- 1. **Irregular plural**: œil → yeux (completely different!)
72
- 2. **Article usage**: Use le/la/les with body parts instead of possessives
73
- `;
74
- export {
75
- n as default
76
- };
77
- //# sourceMappingURL=lesson-06-CkchAanW.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lesson-06-CkchAanW.js","sources":["../src/syllabi/basics/lessons/lesson-06.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: french-basics-lesson-06\\ntitle: \\\"Leçon 6 — Le Corps\\\"\\ndescription: \\\"Body Parts: tête, main, pied, œil, bouche...\\\"\\norder: 6\\nparentId: french-basics-vocabulary\\ndifficulty: beginner\\ncefrLevel: A1\\ncategories:\\n - body\\n - nouns\\nmetadata:\\n estimatedTime: 15\\n prerequisites: [french-basics-lesson-01]\\n objectives:\\n - \\\"Learn body part vocabulary\\\"\\n - \\\"Practice irregular plurals\\\"\\n---\\n\\n# Leçon 6 (Lesson 6) — Le Corps\\n\\n## Introduction\\n\\nBody parts are essential vocabulary for describing people and health situations.\\n\\n## Vocabulary\\n\\n:::vocabulary-set{id=\\\"french-body\\\" title=\\\"Body Parts (Le Corps)\\\"}\\n\\n::vocab{id=\\\"fr-tete\\\" word=\\\"tête\\\" translation=\\\"head\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-main\\\" word=\\\"main\\\" translation=\\\"hand\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-pied\\\" word=\\\"pied\\\" translation=\\\"foot\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-bras\\\" word=\\\"bras\\\" translation=\\\"arm\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-jambe\\\" word=\\\"jambe\\\" translation=\\\"leg\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-oeil\\\" word=\\\"œil\\\" translation=\\\"eye\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-yeux\\\" word=\\\"yeux\\\" translation=\\\"eyes\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-bouche\\\" word=\\\"bouche\\\" translation=\\\"mouth\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-nez\\\" word=\\\"nez\\\" translation=\\\"nose\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-oreille\\\" word=\\\"oreille\\\" translation=\\\"ear\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-cheveux\\\" word=\\\"cheveux\\\" translation=\\\"hair\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-dos\\\" word=\\\"dos\\\" translation=\\\"back\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n:::\\n\\n## Key Points\\n\\n1. **Irregular plural**: œil → yeux (completely different!)\\n2. **Article usage**: Use le/la/les with body parts instead of possessives\\n\""],"names":["lesson06"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,78 +0,0 @@
1
- const n = `---
2
- type: lesson
3
- id: french-basics-lesson-07
4
- title: "Leçon 7 — La Nourriture"
5
- description: "Food & Drink: pain, eau, café, fromage, viande..."
6
- order: 7
7
- parentId: french-basics-vocabulary
8
- difficulty: beginner
9
- cefrLevel: A1
10
- categories:
11
- - food
12
- - drink
13
- - nouns
14
- metadata:
15
- estimatedTime: 15
16
- prerequisites: [french-basics-lesson-01]
17
- objectives:
18
- - "Learn essential food vocabulary"
19
- - "Order food and drinks"
20
- ---
21
-
22
- # Leçon 7 (Lesson 7) — La Nourriture
23
-
24
- ## Introduction
25
-
26
- France is famous for its cuisine! Learn food vocabulary for restaurants and daily life.
27
-
28
- ## Vocabulary
29
-
30
- :::vocabulary-set{id="french-food" title="Food & Drink (Nourriture et Boissons)"}
31
-
32
- ::vocab{id="fr-pain" word="pain" translation="bread" partOfSpeech="noun" gender="masculine"}
33
- ::
34
-
35
- ::vocab{id="fr-eau" word="eau" translation="water" partOfSpeech="noun" gender="feminine"}
36
- ::
37
-
38
- ::vocab{id="fr-cafe" word="café" translation="coffee" partOfSpeech="noun" gender="masculine"}
39
- ::
40
-
41
- ::vocab{id="fr-the" word="thé" translation="tea" partOfSpeech="noun" gender="masculine"}
42
- ::
43
-
44
- ::vocab{id="fr-lait" word="lait" translation="milk" partOfSpeech="noun" gender="masculine"}
45
- ::
46
-
47
- ::vocab{id="fr-fromage" word="fromage" translation="cheese" partOfSpeech="noun" gender="masculine"}
48
- ::
49
-
50
- ::vocab{id="fr-viande" word="viande" translation="meat" partOfSpeech="noun" gender="feminine"}
51
- ::
52
-
53
- ::vocab{id="fr-poisson-food" word="poisson" translation="fish (food)" partOfSpeech="noun" gender="masculine"}
54
- ::
55
-
56
- ::vocab{id="fr-legumes" word="légumes" translation="vegetables" partOfSpeech="noun" gender="masculine"}
57
- ::
58
-
59
- ::vocab{id="fr-fruit" word="fruit" translation="fruit" partOfSpeech="noun" gender="masculine"}
60
- ::
61
-
62
- ::vocab{id="fr-vin" word="vin" translation="wine" partOfSpeech="noun" gender="masculine"}
63
- ::
64
-
65
- ::vocab{id="fr-sucre" word="sucre" translation="sugar" partOfSpeech="noun" gender="masculine"}
66
- ::
67
-
68
- :::
69
-
70
- ## Key Points
71
-
72
- 1. **Partitive articles**: du/de la/des for "some" (du pain = some bread)
73
- 2. **Ordering phrases**: "Je voudrais..." (I would like...)
74
- `;
75
- export {
76
- n as default
77
- };
78
- //# sourceMappingURL=lesson-07-BJh9y1Qk.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lesson-07-BJh9y1Qk.js","sources":["../src/syllabi/basics/lessons/lesson-07.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: french-basics-lesson-07\\ntitle: \\\"Leçon 7 — La Nourriture\\\"\\ndescription: \\\"Food & Drink: pain, eau, café, fromage, viande...\\\"\\norder: 7\\nparentId: french-basics-vocabulary\\ndifficulty: beginner\\ncefrLevel: A1\\ncategories:\\n - food\\n - drink\\n - nouns\\nmetadata:\\n estimatedTime: 15\\n prerequisites: [french-basics-lesson-01]\\n objectives:\\n - \\\"Learn essential food vocabulary\\\"\\n - \\\"Order food and drinks\\\"\\n---\\n\\n# Leçon 7 (Lesson 7) — La Nourriture\\n\\n## Introduction\\n\\nFrance is famous for its cuisine! Learn food vocabulary for restaurants and daily life.\\n\\n## Vocabulary\\n\\n:::vocabulary-set{id=\\\"french-food\\\" title=\\\"Food & Drink (Nourriture et Boissons)\\\"}\\n\\n::vocab{id=\\\"fr-pain\\\" word=\\\"pain\\\" translation=\\\"bread\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-eau\\\" word=\\\"eau\\\" translation=\\\"water\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-cafe\\\" word=\\\"café\\\" translation=\\\"coffee\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-the\\\" word=\\\"thé\\\" translation=\\\"tea\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-lait\\\" word=\\\"lait\\\" translation=\\\"milk\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-fromage\\\" word=\\\"fromage\\\" translation=\\\"cheese\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-viande\\\" word=\\\"viande\\\" translation=\\\"meat\\\" partOfSpeech=\\\"noun\\\" gender=\\\"feminine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-poisson-food\\\" word=\\\"poisson\\\" translation=\\\"fish (food)\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-legumes\\\" word=\\\"légumes\\\" translation=\\\"vegetables\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-fruit\\\" word=\\\"fruit\\\" translation=\\\"fruit\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-vin\\\" word=\\\"vin\\\" translation=\\\"wine\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n::vocab{id=\\\"fr-sucre\\\" word=\\\"sucre\\\" translation=\\\"sugar\\\" partOfSpeech=\\\"noun\\\" gender=\\\"masculine\\\"}\\n::\\n\\n:::\\n\\n## Key Points\\n\\n1. **Partitive articles**: du/de la/des for \\\"some\\\" (du pain = some bread)\\n2. **Ordering phrases**: \\\"Je voudrais...\\\" (I would like...)\\n\""],"names":["lesson07"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}