Skip to content

Commit 1f54e95

Browse files
committed
style: new line
1 parent c26a007 commit 1f54e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slang_gpt/lib/prompt/prompt.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ String _getSystemPrompt({
9393
namespaceHint = '';
9494
}
9595

96-
return '''The user wants to internationalize$namespaceHint the app. The user will provide you with a JSON file containing the ${getEnglishName(rawConfig.baseLocale)} strings.
96+
return '''
97+
The user wants to internationalize$namespaceHint the app. The user will provide you with a JSON file containing the ${getEnglishName(rawConfig.baseLocale)} strings.
9798
You will translate it to ${getEnglishName(targetLocale)}.
9899
Parameters are interpolated with $interpolationHint.
99100
Linked translations are denoted with the "@:path0.path1" syntax.

0 commit comments

Comments
 (0)