docs: full ja/ko/zh-cn re-sync with EN README - #767
Conversation
Port the sections that had drifted behind README.md across all three locales (from the cross-locale audit): the Sakana (Fugu) subscription provider row, TOKSCALE_API_TOKEN / TOKSCALE_EXTRA_DIRS env vars, Custom Pricing Overrides section, scanner.extraScanPaths config, full 6 Group-By strategies, TUI "8 Views"/Usage tab, GitHub embed parameter table, Windows Data-Locations rows (Cline/Zed/Kiro/Warp/Oz), OpenCode/Claude/Cline data-source details, the MiMo Code repo link fix (→ XiaomiMiMo/MiMo-Code), and the ja hero mojibake fix. Code tokens (flags, env vars, paths, URLs, JSON keys) kept verbatim. Directive: machine-generated translations — needs a native-speaker review pass before merge.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f9e7fc8f86
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| TOKSCALE_API_TOKEN=tt_xxx tokscale submit | ||
|
|
||
| # トークンの失効: リーダーボードサイトの Settings > API Tokens | ||
| # (https://tokscale.com/settings)を開き、該当トークン行の "Revoke" をクリック。 |
There was a problem hiding this comment.
Use the production settings host
These new localized token-revocation instructions point users to tokscale.com, but the app/CLI production origin is https://tokscale.ai (for example, crates/tokscale-cli/src/auth.rs:162-164 defaults there and the frontend metadata uses it in packages/frontend/src/app/layout.tsx:25). Users following this after creating CI tokens can end up on the wrong host instead of the Settings/API Tokens page, so please use https://tokscale.ai/settings here and in the other localized copies.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Fixed — switched the revocation note to https://tokscale.ai/settings in all three locales (and the custom-pricing $schema from tokscale.dev → tokscale.ai). The same .com/.dev refs exist in EN (README.md) + a test fixture; fixing those in a separate cleanup PR.
The ported token-revocation note used tokscale.com/settings and the custom-pricing $schema used tokscale.dev — both mirrored from EN. The only production origin is tokscale.ai; corrected in all three locales. (EN + code refs fixed separately.)
* docs: full ja/ko/zh-cn re-sync with EN README Port the sections that had drifted behind README.md across all three locales (from the cross-locale audit): the Sakana (Fugu) subscription provider row, TOKSCALE_API_TOKEN / TOKSCALE_EXTRA_DIRS env vars, Custom Pricing Overrides section, scanner.extraScanPaths config, full 6 Group-By strategies, TUI "8 Views"/Usage tab, GitHub embed parameter table, Windows Data-Locations rows (Cline/Zed/Kiro/Warp/Oz), OpenCode/Claude/Cline data-source details, the MiMo Code repo link fix (→ XiaomiMiMo/MiMo-Code), and the ja hero mojibake fix. Code tokens (flags, env vars, paths, URLs, JSON keys) kept verbatim. Directive: machine-generated translations — needs a native-speaker review pass before merge. * docs(i18n): use tokscale.ai (not .com/.dev) in ported locale sections The ported token-revocation note used tokscale.com/settings and the custom-pricing $schema used tokscale.dev — both mirrored from EN. The only production origin is tokscale.ai; corrected in all three locales. (EN + code refs fixed separately.)
Full ja / ko / zh-cn re-sync with EN
Closes the cross-locale drift found in the README sync audit. Ports the sections that had fallen behind
README.mdinto all three localized READMEs.Per locale (ja / ko / zh-cn):
SAKANA_SESSION_COOKIE)TOKSCALE_API_TOKEN+TOKSCALE_EXTRA_DIRSenv-var rowsscanner.extraScanPathsconfig (JSON example + table row)gpicker listOPENCODE_DB/opencodeDbPaths), Claude transcripts path, Cline subsectionXiaomiMiMo/MiMo-Code; Command Code "~4 chars/token" note; Cursor cache-path wording���界最高→世界最高), added the Why-Tokscale hero imageStat: ja +205 / ko +266 / zh-cn +235. Code fences balanced; code tokens (flags, env vars, paths, URLs, JSON keys) kept verbatim.
"$schema": "https://tokscale.dev/custom-pricing.schema.json"verbatim from EN (README.md:439). Heads-up sincetokscale.devwas previously flagged as not-owned — if that EN reference should be scrubbed, it's a separate EN+locale cleanup (kept consistent with EN here).🤖 Generated with Claude Code
Summary by cubic
Re-synced the Japanese, Korean, and Simplified Chinese READMEs with the English README to close drift and add recent features, settings, and data paths. Locales now have parity for pricing overrides, group-by modes, the Usage tab, Cursor docs, and provider rows.
New Features
SAKANA_SESSION_COOKIE.TOKSCALE_API_TOKENandTOKSCALE_EXTRA_DIRS; added Custom Pricing Overrides (now pricing resolution step feat: add token usage visualization frontend #1).scanner.extraScanPaths; expanded Group-By to 6 strategies (incl. workspace/session); TUI now shows 8 views incl. Usage.~/.config/tokscale/cursor-cache/usage*.csv,cursor sync --json, and clarified not parsing~/.cursor.Bug Fixes
XiaomiMiMo/MiMo-Codeand noted Command Code token estimation (~4 chars/token).tokscale.ai(replacing.dev/.com) across ja/ko/zh-cn.Written for commit 968301c. Summary will update on new commits.