add: adding all files

This commit is contained in:
Randell Dawson
2018-11-06 23:04:43 -08:00
parent 40f7f9713e
commit 755e44bf4c
16 changed files with 1339 additions and 0 deletions

10
validLabels.js Normal file
View File

@@ -0,0 +1,10 @@
exports.validLabels = {
arabic: 'language: Arabic',
chinese: 'language: Chinese',
portuguese: 'language: Portuguese',
russian: 'language: Russian',
spanish: 'language: Spanish',
curriculum: 'scope: curriculum',
docs: 'scope: documentation',
guide: 'scope: guide'
};