We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a304025 commit 3d850e1Copy full SHA for 3d850e1
src/prompts.ts
@@ -47,6 +47,7 @@ export const getTranslationsPrompt = `
47
This tool will list translations in your SimpleLocalize project.
48
- You can filter by key, namespace, language, text, customerId, reviewStatus, and more.
49
- Supports pagination with 'page' and 'size'.
50
+- Supports sort with 'sortBy' and 'sortOrder'.
51
- Use 'text' to search for translations containing a specific value (min 3 characters).
52
`;
53
0 commit comments