Initialize README
Browse files- .gitignore +2 -0
- README.md +29 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
.idea/
|
2 |
+
|
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Wilhelm Vocabulary
|
2 |
+
==================
|
3 |
+
|
4 |
+
The data that serves [wilhelmlang.com](https://wilhelmlang.com/).
|
5 |
+
|
6 |
+
YAML Schema
|
7 |
+
-----------
|
8 |
+
|
9 |
+
### Geraman
|
10 |
+
|
11 |
+
```yaml
|
12 |
+
vocabulary:
|
13 |
+
- term: string
|
14 |
+
definition: list
|
15 |
+
plural: string
|
16 |
+
declension/conjugation: string
|
17 |
+
```
|
18 |
+
|
19 |
+
### Korean
|
20 |
+
|
21 |
+
TBA
|
22 |
+
|
23 |
+
### Ancient Greek
|
24 |
+
|
25 |
+
TBA
|
26 |
+
|
27 |
+
### Latin
|
28 |
+
|
29 |
+
TBA
|