feat(tools)!: SnapOtter 2.0 phase 4 wave 1: 45 core tools across all modalities (#219)

This commit is contained in:
SnapOtter
2026-06-13 10:18:49 +08:00
parent d647d8ed19
commit ae1337901d
115 changed files with 10026 additions and 924 deletions
+2 -2
View File
@@ -80,7 +80,7 @@ describe("en translation completeness", () => {
expect(en.features.progressMessages).toHaveLength(30);
});
it("has 8 categories", () => {
expect(Object.keys(en.categories)).toHaveLength(8);
it("has 12 categories", () => {
expect(Object.keys(en.categories)).toHaveLength(12);
});
});