add video
This commit is contained in:
parent
b0ed40fb07
commit
5ff3fdd7da
|
@ -10,6 +10,7 @@ import {
|
|||
import Table from "../../components/Table";
|
||||
import PluralTable from "./PluralTable";
|
||||
import Link from "../../components/Link";
|
||||
import VideoPlayer from "../../components/VideoPlayer";
|
||||
|
||||
export function ArabicPluralTable({ children }) {
|
||||
return (
|
||||
|
@ -29,6 +30,8 @@ export function ArabicPluralTable({ children }) {
|
|||
);
|
||||
}
|
||||
|
||||
<VideoPlayer src="https://www.youtube.com/watch?v=fCaQqyFCRTE" />
|
||||
|
||||
## Irregular Plural Nouns
|
||||
|
||||
Some nouns just have completely irregular plural forms.
|
||||
|
|
Loading…
Reference in New Issue