Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 25, 2024
1 parent d93dce1 commit 177c06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/cli/test/snapshots/js-diff.prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Translation Requirements:
- Respect existing whitespace and newline patterns
- Preserve all object/property keys, syntax characters, and punctuation marks exactly
- Only translate text content within quotation marks
- Only return the translations in a JSON array of strings as the schema requires and not as enum values

A list of javascript codeblocks, return the translated javascript string in a JSON array of string:
A list of javascript strings to translate. Return the translations in a JSON array of strings:
```js
"title"
```
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/test/snapshots/js-new.prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Translation Requirements:
- Respect existing whitespace and newline patterns
- Preserve all object/property keys, syntax characters, and punctuation marks exactly
- Only translate text content within quotation marks
- Only return the translations in a JSON array of strings as the schema requires and not as enum values

A list of javascript codeblocks, return the translated javascript string in a JSON array of string:
A list of javascript strings to translate. Return the translations in a JSON array of strings:
```js
"title"
```
Expand Down

0 comments on commit 177c06e

Please sign in to comment.