@polyglot-bundles/fr-syllabi 0.1.1

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 (38) hide show
  1. package/dist/index.d.ts +80 -0
  2. package/dist/index.js +92 -0
  3. package/dist/index.js.map +1 -0
  4. package/dist/lesson-01-CKlUAQ-l.js +73 -0
  5. package/dist/lesson-01-CKlUAQ-l.js.map +1 -0
  6. package/dist/lesson-02-Sg_0WpK1.js +76 -0
  7. package/dist/lesson-02-Sg_0WpK1.js.map +1 -0
  8. package/dist/lesson-03-BFuDIIZH.js +75 -0
  9. package/dist/lesson-03-BFuDIIZH.js.map +1 -0
  10. package/dist/lesson-04-DOobkbMZ.js +74 -0
  11. package/dist/lesson-04-DOobkbMZ.js.map +1 -0
  12. package/dist/lesson-05-bDgswwl9.js +74 -0
  13. package/dist/lesson-05-bDgswwl9.js.map +1 -0
  14. package/dist/lesson-06-CkchAanW.js +77 -0
  15. package/dist/lesson-06-CkchAanW.js.map +1 -0
  16. package/dist/lesson-07-BJh9y1Qk.js +78 -0
  17. package/dist/lesson-07-BJh9y1Qk.js.map +1 -0
  18. package/dist/lesson-08-BepauIPO.js +77 -0
  19. package/dist/lesson-08-BepauIPO.js.map +1 -0
  20. package/dist/lesson-09-CeGc0fz7.js +76 -0
  21. package/dist/lesson-09-CeGc0fz7.js.map +1 -0
  22. package/dist/lesson-10-A9U08tSq.js +77 -0
  23. package/dist/lesson-10-A9U08tSq.js.map +1 -0
  24. package/dist/syllabi/basics/index.d.ts +7 -0
  25. package/dist/syllabi/basics/index.js +70 -0
  26. package/dist/syllabi/basics/index.js.map +1 -0
  27. package/package.json +57 -0
  28. package/src/syllabi/basics/lessons/lesson-01.mdx +68 -0
  29. package/src/syllabi/basics/lessons/lesson-02.mdx +71 -0
  30. package/src/syllabi/basics/lessons/lesson-03.mdx +70 -0
  31. package/src/syllabi/basics/lessons/lesson-04.mdx +69 -0
  32. package/src/syllabi/basics/lessons/lesson-05.mdx +69 -0
  33. package/src/syllabi/basics/lessons/lesson-06.mdx +72 -0
  34. package/src/syllabi/basics/lessons/lesson-07.mdx +73 -0
  35. package/src/syllabi/basics/lessons/lesson-08.mdx +72 -0
  36. package/src/syllabi/basics/lessons/lesson-09.mdx +71 -0
  37. package/src/syllabi/basics/lessons/lesson-10.mdx +72 -0
  38. package/src/syllabi/basics/meta.mdx +81 -0
@@ -0,0 +1,81 @@
1
+ ---
2
+ type: syllabusRoot
3
+ id: french-basics-vocabulary
4
+ title: "French Basics - Essential Vocabulary"
5
+ language: fr
6
+ version: "1.0.0"
7
+ extractedAt: "2026-01-14T00:00:00Z"
8
+ source:
9
+ title: "French Essential Vocabulary Course"
10
+ authors:
11
+ - "Lalia Team"
12
+ publisher: "Lalia"
13
+ year: 2026
14
+ ---
15
+
16
+ # French Basics - Essential Vocabulary
17
+
18
+ ## Syllabus Overview
19
+
20
+ This syllabus covers essential French vocabulary for beginners, organized into 10 thematic lessons covering approximately 100 core words.
21
+
22
+ ## Structure
23
+
24
+ The vocabulary is organized thematically:
25
+ - **Greetings & Basics** - Common expressions
26
+ - **Numbers** - Counting 1-10+
27
+ - **Colors** - Basic colors
28
+ - **Family & People** - Relationships
29
+ - **Animals** - Common animals
30
+ - **Body Parts** - Basic anatomy
31
+ - **Food & Drink** - Essential food vocabulary
32
+ - **Places** - Common locations
33
+ - **Common Verbs** - Essential action words
34
+ - **Time & Weather** - Days, seasons, weather
35
+
36
+ ## Course Structure
37
+
38
+ ### Chapter 1: Foundations
39
+
40
+ **Lessons**:
41
+ 1. [Lesson 1: Greetings & Basics](./lessons/lesson-01.mdx) - bonjour, merci, oui, non...
42
+ 2. [Lesson 2: Numbers](./lessons/lesson-02.mdx) - un, deux, trois...
43
+ 3. [Lesson 3: Colors](./lessons/lesson-03.mdx) - rouge, bleu, vert...
44
+
45
+ ### Chapter 2: People & Living Things
46
+
47
+ **Lessons**:
48
+ 4. [Lesson 4: Family & People](./lessons/lesson-04.mdx) - mère, père, ami...
49
+ 5. [Lesson 5: Animals](./lessons/lesson-05.mdx) - chat, chien, oiseau...
50
+ 6. [Lesson 6: Body Parts](./lessons/lesson-06.mdx) - tête, main, pied...
51
+
52
+ ### Chapter 3: Daily Life
53
+
54
+ **Lessons**:
55
+ 7. [Lesson 7: Food & Drink](./lessons/lesson-07.mdx) - pain, eau, café...
56
+ 8. [Lesson 8: Places](./lessons/lesson-08.mdx) - maison, école, rue...
57
+ 9. [Lesson 9: Common Verbs](./lessons/lesson-09.mdx) - être, avoir, aller...
58
+ 10. [Lesson 10: Time & Weather](./lessons/lesson-10.mdx) - jour, soleil, pluie...
59
+
60
+ ## Learning Approach
61
+
62
+ 1. **Recognition**: Learn to identify each word's meaning
63
+ 2. **Pronunciation**: Master the French sounds
64
+ 3. **Usage**: See words in example sentences
65
+ 4. **Production**: Practice using words in context
66
+
67
+ ## Skill Tracks
68
+
69
+ This syllabus supports multiple skill tracks:
70
+ - **Vocabulary** (`fr:vocab:*`) - Word recognition and meaning
71
+ - **Listening** (`fr:listening:*`) - Audio recognition
72
+
73
+ ## Notes
74
+
75
+ - Gender matters: French nouns have masculine (le) or feminine (la)
76
+ - Pronunciation is key: Many letters are silent
77
+ - Context helps: Same word can have different meanings
78
+
79
+ ---
80
+
81
+ *This meta file orchestrates all lesson files for the French Basics syllabus.*