File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
- import { Resource , ResourceType } from './types ' ;
1
+ import { Resource , ResourceType } from '.' ;
2
2
3
3
export const SourcesList : Resource [ ] = [
4
+ {
5
+ name : 'Vocabulary List' ,
6
+ url : 'https://github.com/transconlang/translang/tree/main/Vocabulary' ,
7
+ type : ResourceType . Specification
8
+ } ,
9
+ {
10
+ name : 'Grammar' ,
11
+ url : 'https://github.com/transconlang/translang/blob/main/Grammar.md' ,
12
+ type : ResourceType . Specification
13
+ } ,
14
+ {
15
+ name : 'Examples' ,
16
+ url : 'https://github.com/transconlang/translang/blob/main/Examples.md' ,
17
+ type : ResourceType . Specification
18
+ } ,
19
+ {
20
+ name : 'Obscurisms' ,
21
+ url : 'https://github.com/transconlang/translang/blob/main/Obscurisms.md' ,
22
+ type : ResourceType . Specification
23
+ } ,
24
+ {
25
+ name : 'Phonetics' ,
26
+ url : 'https://github.com/transconlang/translang/blob/main/Phonetics.md' ,
27
+ type : ResourceType . Specification
28
+ } ,
4
29
{
5
30
name : 'Te Tobacun Kumilinwa "Official"' ,
6
31
url : 'https://transconlang.github.io/dictionary-webapp/' ,
You can’t perform that action at this time.
0 commit comments