We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f4be1 commit 2d54231Copy full SHA for 2d54231
slang_mcp/lib/src/main.dart
@@ -71,7 +71,7 @@ void main(List<String> arguments) async {
71
'Gets the translations that existing in base locale but not in secondary locales.',
72
outputSchema: JsonSchema.object(
73
description:
74
-'''A map where each key is a locale identifier (e.g., "de", "fr-CA")
+ '''A map where each key is a locale identifier (e.g., "de", "fr-CA")
75
and the value is a nested map containing the missing translation keys and their corresponding base locale strings.''',
76
),
77
callback: (args, extra) async {
0 commit comments