Skip to content

Commit b7c16a5

Browse files
committed
more on ablative
1 parent 518adeb commit b7c16a5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
For the sandwich with just <InlinePs opts={opts} ps={{ p: "له", f: "la" }} /> on the front, mayonnaise is _required_. It is _optional_ for sandwiches with an ending part.
2+
3+
<Examples opts={opts}>
4+
{[
5+
{
6+
p: "له ...",
7+
f: "la ...",
8+
e: "from / than",
9+
sub: <strong>Required</strong>,
10+
},
11+
{
12+
p: "له ... نه",
13+
f: "la ... na",
14+
e: "from / than",
15+
sub: <strong>Optional</strong>,
16+
},
17+
{
18+
p: "له ... څخه",
19+
f: "la ... tsúkha",
20+
e: "from / than",
21+
sub: <strong>Optional</strong>,
22+
},
23+
]}
24+
</Examples>

src/content/inflection/ablative.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ In the earlier chapters we learned that words inside <Link to="/sandwiches/sandw
2121
/>
2222
</div>
2323

24-
**The sandwiches meaning "from" add mayonnaise**.
24+
Sandwiches talking about separation, source, or absence get mayonnaise
2525

2626
<Examples opts={opts}>
2727
{[
2828
{ p: "له ...", f: "la ...", e: "from / than" },
2929
{ p: "له ... نه", f: "la ... na", e: "from / than" },
3030
{ p: "له ... څخه", f: "la ... tsúkha", e: "from / than" },
31+
{ p: "بې له ...", f: "be la ...", e: "without" },
32+
{ p: "له ... پرته", f: "la ... prata", e: "without" },
33+
{ p: "تر ...", f: "tur ...", e: "until / up to" },
34+
{ p: "تر ... پورې", f: "tur ... pore", e: "until / up to" },
3135
]}
3236
</Examples>
3337

0 commit comments

Comments
 (0)