Skip to content

Commit 27ee714

Browse files
strickvlclaude
andcommitted
docs: improve custom-strings flag description
Change "custom UI strings" to "custom translations" to better reflect that this feature uses the i18n system and could be used for more than just UI elements, making it more accurate and future-proof. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a8b7fbe commit 27ee714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export const options: Options<Required<UserProvidedArgs>> = {
300300
},
301301
"custom-strings": {
302302
type: "string",
303-
description: "Path to JSON file or raw JSON string with custom UI strings. Merges with default strings and supports all i18n keys.",
303+
description: "Path to JSON file or raw JSON string with custom translations. Merges with default strings and supports all i18n keys.",
304304
},
305305
}
306306

0 commit comments

Comments
 (0)