You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slang_gpt/lib/prompt/prompt.dart
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,8 @@ String _getSystemPrompt({
93
93
namespaceHint ='';
94
94
}
95
95
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.
97
98
You will translate it to ${getEnglishName(targetLocale)}.
98
99
Parameters are interpolated with $interpolationHint.
99
100
Linked translations are denoted with the "@:path0.path1" syntax.
0 commit comments