Add link to language title
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ The data that serves [wilhelmlang.com](https://wilhelmlang.com/). They are writt
|
|
14 |
YAML Schema
|
15 |
-----------
|
16 |
|
17 |
-
### German
|
18 |
|
19 |
```yaml
|
20 |
vocabulary:
|
@@ -27,7 +27,7 @@ vocabulary:
|
|
27 |
where the `conjugation` is the inflection paradigm for a German verb and `declension` the inflection for nouns and
|
28 |
adjectives. Only one of the two is present for a term.
|
29 |
|
30 |
-
### Korean
|
31 |
|
32 |
```yaml
|
33 |
vocabulary:
|
@@ -35,7 +35,7 @@ vocabulary:
|
|
35 |
definition: list
|
36 |
```
|
37 |
|
38 |
-
### Ancient Greek
|
39 |
|
40 |
```yaml
|
41 |
vocabulary:
|
@@ -43,7 +43,7 @@ vocabulary:
|
|
43 |
definition: list
|
44 |
```
|
45 |
|
46 |
-
### Latin
|
47 |
|
48 |
```yaml
|
49 |
vocabulary:
|
|
|
14 |
YAML Schema
|
15 |
-----------
|
16 |
|
17 |
+
### [German](./german.yaml)
|
18 |
|
19 |
```yaml
|
20 |
vocabulary:
|
|
|
27 |
where the `conjugation` is the inflection paradigm for a German verb and `declension` the inflection for nouns and
|
28 |
adjectives. Only one of the two is present for a term.
|
29 |
|
30 |
+
### [Korean](./korean.yaml)
|
31 |
|
32 |
```yaml
|
33 |
vocabulary:
|
|
|
35 |
definition: list
|
36 |
```
|
37 |
|
38 |
+
### [Ancient Greek](./greek.yaml)
|
39 |
|
40 |
```yaml
|
41 |
vocabulary:
|
|
|
43 |
definition: list
|
44 |
```
|
45 |
|
46 |
+
### [Latin](./latin.yaml)
|
47 |
|
48 |
```yaml
|
49 |
vocabulary:
|