Skip to content

Commit 17309e4

Browse files
committed
minor fixes
1 parent a2c4c6f commit 17309e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,9 @@ If you add a translation to `images.yml`, but after running the script the SVG r
297297
prototype: ''
298298
```
299299
300-
Now we can see, that the text is actually longer, it's `name: "White Rabbit"`.
301-
So the line in the `images.yml` should be something like: `"name: \"White Rabbit\"": "text": "name: \"Coelho Branco\""`.
300+
Now we can see, that the text in the SVG is actually longer, it's `name: "White Rabbit"`.
301+
302+
So the `images.yml` should translate it as a whole: `"name: \"White Rabbit\"": ...` (note: quotes are escaped).
302303

303304

304305
If it still doesn't work – [file an issue](https://github.com/javascript-tutorial/server/issues/new).

0 commit comments

Comments
 (0)