Skip to content

Commit 5523b38

Browse files
committed
Add missing key to english
1 parent 20c0abe commit 5523b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"getting-started.paragraph.create-translations-1": "Next create a folder to put your translations files in. I like to use",
8080
"getting-started.paragraph.create-translations-2": "at the root of the project, but really any folder will do.",
8181
"getting-started.paragraph.create-translations-3": "I recommend using JSON files but you can use use javascript with an object as their default export. Whatever the file extension, you translations inside are just regular strings in the ICU message syntax:",
82+
"getting-started.paragraph.create-translations-4": "I prefer when the dictionary has a single level and using dots to create hierarchies like in the one above, but you can also nest objects like in the next example:",
8283
"getting-started.paragraph.create-translations-5": "JSON is too constrained! I want more flexibility!",
8384
"getting-started.paragraph.create-translations-6": "You can also use JSON 5 features in your json files. That is, you can have comments, multi-line strings, single quotes, trailing commas... <br>It just works out of the box.",
8485
"getting-started.paragraph.create-translations-7": "I don't like curly braces",

0 commit comments

Comments
 (0)