Skip to content

Commit 2f54655

Browse files
committed
add more sources
1 parent d79b820 commit 2f54655

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

src/lib/quicklinks/data.ts

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
1-
import { Resource, ResourceType } from './types';
1+
import { Resource, ResourceType } from '.';
22

33
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+
},
429
{
530
name: 'Te Tobacun Kumilinwa "Official"',
631
url: 'https://transconlang.github.io/dictionary-webapp/',

0 commit comments

Comments
 (0)