File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,12 @@ export class DigestCron {
8484 // or uncomment to skip the cron
8585 // if (Math.random()) return;
8686
87- const projectTitleSystemPrompt = `user will give you an open-source project name, and you will translate it to Arabic.` ;
87+ const projectTitleSystemPrompt = `user will give you an open-source project name, and you will translate it to Arabic.
88+ it may contain non-translatable parts like acronyms, keep them as is.` ;
8889 const contributorNameSystemPrompt = `user will give you an open-source contributor name, and you will translate it to Arabic.
8990if the name contain both english and arabic only keep the parts related to the language.` ;
90- const issueTitleSystemPrompt = `user will give you an open-source issue/PR title, and you will translate it to Arabic.` ;
91+ const issueTitleSystemPrompt = `user will give you an open-source issue/PR title, and you will translate it to Arabic.
92+ it may contain non-translatable parts like acronyms, keep them as is.` ;
9193
9294 for ( const project of projectsFromDataFolder ) {
9395 let name_en = project . name ;
You can’t perform that action at this time.
0 commit comments