[langnostic] plugins/mdx: update mdx plugin AI prompt instructions (#1349)

This commit is contained in:
Nitesh Seram 2025-04-04 10:58:48 +05:30 committed by GitHub
parent 99736f3e01
commit 002df64a4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ export default function mdxPlugin(options: PluginOptions): Plugin {
async getInstructions() {
return [
'These strings are part of an MDX file, which can contain JSX and markdown.',
'If a string is a code statement with no UI strings, return as-is, do not translate it.',
'Make sure to return all the translated object for all the strings.',
].join('\n');
},