Add extract configuration and enhance untranslated extraction functionality

This commit is contained in:
Gnill82
2025-10-30 18:05:59 +09:00
parent 0482c8299b
commit df126a641f
6 changed files with 168 additions and 31 deletions

View File

@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Read(//d/Work/WorldStalker/**)",
"Bash(python ds_l10n.py:*)"
],
"deny": [],
"ask": []
}
}