Skip to content

Commit 601f83a

Browse files
committed
feat(i18n): localize context-inspector surface across 7 locales
1 parent 0072209 commit 601f83a

4 files changed

Lines changed: 633 additions & 76 deletions

File tree

.claude/settings.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(cargo build *)",
5+
"Bash(cargo check *)",
6+
"Bash(cargo test *)",
7+
"Bash(cargo fmt *)",
8+
"Bash(cargo clippy *)",
9+
"Bash(cargo run *)",
10+
"Bash(ls *)",
11+
"Bash(mkdir *)",
12+
"Bash(cp *)",
13+
"Bash(mv *)",
14+
"Bash(rm *)",
15+
"Bash(source *)",
16+
"Bash(which *)",
17+
"Bash(rustc *)",
18+
"Bash(cargo doc *)",
19+
"Bash(cargo update *)",
20+
"Bash(cargo clean *)",
21+
"Bash(git checkout *)",
22+
"Bash(git fetch *)",
23+
"Bash(git pull *)",
24+
"Bash(git stash *)"
25+
]
26+
}
27+
}

0 commit comments

Comments
 (0)