Skip to content

Commit 1166777

Browse files
authored
Merge branch 'main' into pr_events
2 parents 4953b11 + 12281af commit 1166777

27 files changed

+30739
-4163
lines changed

oss-attribution/attribution.txt

Lines changed: 19614 additions & 0 deletions
Large diffs are not rendered by default.

oss-attribution/licenseInfos.json

Lines changed: 4646 additions & 0 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2975 additions & 2571 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "systemcore-blockly",
2+
"name": "SystemCore Blocks",
33
"version": "0.1.0",
44
"homepage": "/blocks",
55
"private": true,
@@ -47,6 +47,7 @@
4747
]
4848
},
4949
"devDependencies": {
50+
"@electrovir/oss-attribution-generator": "^2.0.0",
5051
"@shadcn/ui": "^0.0.4",
5152
"@types/node": "^22.10.0",
5253
"@types/react-syntax-highlighter": "^15.5.13",
@@ -57,6 +58,7 @@
5758
"tailwindcss": "^3.4.15",
5859
"typescript-strict-plugin": "^2.4.4",
5960
"vite": "^6.0.0",
61+
"vite-plugin-static-copy": "^3.0.2",
6062
"vite-tsconfig-paths": "^4.3.2",
6163
"vitest": "^3.0.5",
6264
"vitest-browser-react": "^0.1.0"

public/FIRST_HorzRGB_reverse.png

103 KB
Loading

public/FIRST_Horz_RGB.png

103 KB
Loading

public/locales/en/translation.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,17 @@
88
"project_delete": "Delete Project",
99
"project_rename": "Rename Project",
1010
"project_copy": "Copy Project",
11-
"fail_list_modules": "Failed to load the list of modules."
11+
"fail_list_modules": "Failed to load the list of modules.",
12+
"mechanism": "Mechanism",
13+
"opmode": "OpMode",
14+
"class_rule_description": "No spaces are allowed in the name. Each word in the name should start with a capital letter.",
15+
"example_mechanism": "For example: GamePieceShooter",
16+
"example_opmode": "For example: AutoParkAndShoot",
17+
"example_project": "For example: WackyWheelerRobot",
18+
"addTabDialog": {
19+
"title": "Add Tab",
20+
"newItemPlaceholder": "Add Module",
21+
"search": "Search..."
22+
23+
}
1224
}

0 commit comments

Comments
 (0)